You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.8 KiB
3.8 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2019-06-01)
Features
- vue compliant style string parsing (#9) (e7d640b), closes /github.com/vuejs/vue/blob/dev/src/platforms/web/util/style.js#L5-L16
3.0.1 (2019-06-01)
Bug Fixes
- split on first ':' char (40e06c5)
3.0.0 (2019-06-01)
Bug Fixes
Features
- parse & merge style strings (6894fa7)
BREAKING CHANGES
- parsing strings into style objects changes the output and rendered style behavior in components
2.0.7 (2018-09-07)
2.0.6 (2018-03-17)
2.0.5 (2018-03-01)
2.0.4 (2018-01-16)
Bug Fixes
2.0.3 (2017-12-09)
2.0.2 (2017-11-26)
Bug Fixes
- transpile for of stmts (5048b40)
2.0.1 (2017-11-26)
Bug Fixes
- mv obj spread to index signature typing & use arguments only (c087a4f)
2.0.0 (2017-11-26)
Bug Fixes
Features
BREAKING CHANGES
- default export has been removed in favor of named export
- right-most arguments were not originally given precedence in all cases. This has been fixed.