Skip to content

Releases: streamich/nano-css

v5.3.0

17 Feb 08:42

Choose a tag to compare

5.3.0 (2020-02-17)

Bug Fixes

  • addon\atom: mistake in types; (3be2d1f)
  • addon\emmet: mistake in types; (54583fe)

Features

v5.2.0

03 Jun 14:12

Choose a tag to compare

5.2.0 (2019-06-03)

Features

  • add "::placeholder" support to prefixer (caf78d8)

v5.1.0

26 Mar 09:17

Choose a tag to compare

5.1.0 (2019-03-26)

Bug Fixes

  • 🐛 don't crash CSSOM and VCSSOM addons on server side (123f76c)

Features

  • 🎸 add .del() to VRule, removeRule() now acc only 1 arg (6d25e55)
  • 🎸 change VRule interface, add vcssom docs (18cea49)

v5.0.0

22 Mar 19:22

Choose a tag to compare

5.0.0 (2019-03-22)

Bug Fixes

  • 🐛 don't load VCSSOM in non-browser environments (857b2d2)
  • 🐛 search for rule index before removing it (27b48ca)

Features

  • 🎸 add CSSOM and VCSSOM TypeScript typings (607253a)
  • 🎸 add TypeScript definitiosn for some missing addons (6611aac)
  • 🎸 allow JS-style snake-case declaration properties (9b8197a)
  • 🎸 move TypeScript typings inline next to implementations (224ee56)

BREAKING CHANGES

  • 🧨 refactoring TypeScript types might break some TypeScript builds

v4.0.0

21 Mar 22:18

Choose a tag to compare

4.0.0 (2019-03-21)

Bug Fixes

  • 🐛NODE_EVN should be NODE_ENV (8feead7)
  • upgrade react-dom due to vulnerability (8bdeeba)
  • upgrade webpack-dev-server due to vulnerability (602d9c3)

Features

  • 🎸 add vcssom addon (63e27f2)
  • 🎸 create unified CSSOM createRule() for all use cases (6976707)
  • 🎸 improve cssom addon (6f1ead5)
  • 🎸support [@font-face](https://github.com/font-face) (a905b54), closes #220

BREAKING CHANGES

  • cssom addon API changed, pipe addon as a consequence now behaves
    differently, too
  • old putRule() CSSOM function is now removed, use createRule() instead

v3.5.0

26 Dec 21:20

Choose a tag to compare

3.5.0 (2018-12-26)

Features

  • add Emmet based abbreviations for css atoms (#215) (ee1f487)

v3.4.0

18 Sep 07:07

Choose a tag to compare

3.4.0 (2018-09-18)

Features

v3.3.0

18 Sep 07:04

Choose a tag to compare

3.3.0 (2018-09-18)

Bug Fixes

  • improve kebab case conversion (1819a14)

Features

  • better kebab case conversion (380f65f)

v3.2.1

06 Aug 20:20

Choose a tag to compare

3.2.1 (2018-08-06)

Bug Fixes

  • 🐛 don't insert empty !important declarations (197430d)

v3.2.0

05 Aug 19:07

Choose a tag to compare

3.2.0 (2018-08-05)

Bug Fixes

  • 🐛 add !important only if it is not already there (8f0bc4c)
  • 🐛 replace all & operators in nesting addon (0e1eca8)

Features

  • 🎸 add placeholders for decorator and comp addons types (2c897e0)