Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 784 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 784 Bytes

CHANGELOG

v2.0.1 (2024-08-30)

  • Add type definitions for TypeScript.
  • Replace parcel with esbuild for bundling.
  • Update ESLint to use flat configuration.
  • Use Prettier for code formatting.
  • Update dev dependencies.

v2.0.0 (2022-11-18)

  • Refactor to use private class fields.
  • Replace rollup.js with parcel.js for bundling.
  • Update dev dependencies.

Breaking Changes

  • Only minified production builds will be included in the dist folder from now on.

v1.1.0 (2022-04-08)

  • Export the defined custom element as skeleton-placeholder-defined.js in case you don't want to manualy define it.

v1.0.1 (2022-04-01)

  • Force hardware acceleration when wave effect is enabled to fix flickering issues in Firefox.

v1.0.0 (2022-03-31)

  • Initial release