Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 1.41 KB

Changelog

v0.6.2

compare changes

🩹 Fixes

  • Remove postinstall script (ec40404)

[0.6.0] - 2023-07-04

compare changes

Now allows for easier use in Typescript Tailwind CSS Config files. Check the README for details

🚀 Enhancements

  • Updated to latest tailwind plugin setup (#113)

[0.5.0] - 2023-04-02

- Renamed extraProperties to extraCssProperties

- Changed default extraCssProperties to {display: inline-block, 'vertical-align': 'middle'} from {}

- Changed default size to 1.2em from 1.0em

[0.4.0] - 2022-08-30

- Enabled scaling to be passed to the plugin - carbon/add/24px or carbon-add/24px

[0.3.0] - 2022-08-28

- Added custom JSON collections using the jsonCollections property

- Enabled / as a collection and name divider (carbon/add). Unfortunately, Tailwind CSS won't pass carbon:add correctly.

[0.2.0] - 2022-08-13

- Moved icons to component layer

This is more accurate and also allows them to be auto sorted at the beginning of the class list by the official class name sorter

[0.1.0] - 2022-08-12

Initial release!