Releases: remarkablemark/style-to-js
Releases · remarkablemark/style-to-js
v1.1.6
1.1.6 (2023-10-17)
Build System
- deps: bump style-to-object from 1.0.0 to 1.0.1 (#240) (1c9d816)
v1.1.5
1.1.5 (2023-10-17)
Build System
- deps: bump style-to-object from 0.4.2 to 1.0.0 (#236) (1c2e90a)
v1.1.4
1.1.4 (2023-08-31)
Build System
- deps: bump style-to-object from 0.4.1 to 0.4.2 (#177) (d412537)
v1.1.3
1.1.3 (2023-01-16)
Build System
- package: bump style-to-object from 0.4.0 to 0.4.1 (52f0442)
v1.1.2
1.1.2 (2022-12-25)
Build System
- deps: bump style-to-object from 0.3.0 to 0.4.0 (59f1e75)
Miscellaneous Chores
v1.1.1
1.1.1 (2022-05-30)
Bug Fixes
- don't capitalize -ms vendor prefix in reactCompat mode (208926b), closes #2
v1.1.0
1.1.0 (2020-11-22)
Features
- index: pass options from
StyleToJS
to camelCase
(5dca2ef)
- utilities: add option
reactCompat
to camelCase
(0f60c47)
Bug Fixes
- utilities: add
-khtml-
(Konqueror) to vendor prefix (39fba30)
v1.0.0
1.0.0 (2020-11-22)
Features
- index: add
StyleToJS
that converts CSS style to JS object (59d3869)
- utilities: add
camelCase
helper (1e5845f)
Bug Fixes
- utilities: camelCase CSS vendor prefix correctly (6527322)