Skip to content

Releases: nzbin/three-dots

v0.3.2

01 Dec 14:59
Compare
Choose a tag to compare
  • replace the script prepublish with prepublishOnly in package.json
  • rebuild for correcting the versions of dist files

v0.3.1

01 Dec 14:53
Compare
Choose a tag to compare

Bug Fixes

  • remove the main field for package.json and fix the missing _index.scss

v0.3.0

01 Dec 14:48
Compare
Choose a tag to compare

BREAKING CHANGES

  • renaming the source folder sass to scss

Features

  • rebuild with Dart Sass @use-based API.

    @use 'three-dots' with (
      $dot-width: 20px,
      $dot-height: 20px,
      ...
    );

    You can also import a single module and configuring it.

    @use 'three-dots/scss/variables' with (
      $dot-width: 20px,
      $dot-height: 20px,
      ...
    );
    
    @use 'three-dots/scss/dot-pulse';

v0.2.3

03 Dec 02:05
Compare
Choose a tag to compare
  • align Less files with Sass and improve

v0.2.2

21 Nov 01:54
Compare
Choose a tag to compare
  • replace divide (/) with multiply (*) to compatible with Dart Sass (#18)(d43d42b)

v0.2.1

07 May 02:24
Compare
Choose a tag to compare

Bug Fixes

  • dot-pulse: remove box-shadow color and use color prop instead.

v0.2.0

16 Feb 13:56
Compare
Choose a tag to compare

Features

  • rename variables from camelCase to kebab-case

v0.1.2

05 Jan 08:55
Compare
Choose a tag to compare
  • add postcss config
  • correct scripts in package.json

v0.1.1

26 Dec 13:56
Compare
Choose a tag to compare

Features

  • published on npm 馃帀