Releases: houd1ni/fela-vue
Releases · houd1ni/fela-vue
2.10.15
What's Changed
- renderer.setClasses() utility added.
- Class modifiers added.
- Various compression improvements.
- Code housekeeping & refactors.
- Tests updates.
- Media queries with commas bugfix.
Full Changelog: 2.7.0...2.10.15
2.7.0
- css-lit spread operator added: https://github.com/houd1ni/fela-vue/blob/master/docs/literal.md
- small performance & readability tweaks.
- a bit of unused vars found and removed.
2.6.1
- Added Composition API endpoints
- Along with it were made some internal changes to keep all the performance and purity of Composition API.
Full Changelog: 2.6.0...2.6.1
2.6.0
2.6.0beta.24
2.6.0beta.22
- Fixed all bugs since 2.6.0beta.12
- Several performance improvements.
- One line comments now work without semicolon as a prefix.
margin 0 // this works!
. One space is sufficient. - Tested in production
2.6.0beta.12
UNSTABLE YET. Please, use 2.6.0.beta.11 for production-ready experience.
There will be a new release in a few hours with all stuff working.
- Deps upgraded.
- Closing #14
- ramdajs is now being used.
beta.13 is just CI fix, - no changes to the lib itself.
beta.14 is just quick deps upgrade - no changes to the lib itself also.
beta.15 ramda dep extracted from the bundle.
beta.16 lit-css empty values fix. (caused by the latest data-url feature).
2.6.0beta.10 - defStyles typing fix.
No more typing errors like is not assignable to type '(vm?: AnyObject | undefined) => AnyObject'.
in typescript.