Releases: rapid-build-ui/base
Releases · rapid-build-ui/base
v0.0.12
Performance Improvements
- minify deps: lit-html and skatejs (2f001d9)
v0.0.11
Dependencies
- bump: dep lit-html to v1.1.1 (d9981c2)
BREAKING CHANGES
- package name change: to @rapid-build-ui/base from @rapid-build-ui/rb-base (523d50d)
To migrate the code follow the example below:
Before:
npm install @rapid-build-ui/rb-base
Now:
npm install @rapid-build-ui/base
v0.0.10
Features
- version: add to component properties accessible via this.rb.versions.base (d2b091c)
Performance Improvements
- StylesService: populate rb-style-helpers style tag via textContent instead of createTextNode (72e7ecd)
Dependencies
- bump: dep lit-html to v1.1.0 (77e872e)
v0.0.9
Features
- host event interceptor: technique for intercepting and exposing onevents for the components (914c1f5)
- styles service: for creating helper css classes to prevent fouc (4054d4b)
Performance Improvements
- base mixin: only import and use what is necessary from skatejs (8efc8f3)
v0.0.8
Features
- property converters: helpers for deserializing attributes (db7e1eb)
- new converter: boolean (13eb1d4)
v0.0.7
Features
- bump: dep lit-html to v1.0.0 from v0.14.0 (ca13835)
- slot mixin: adds helpers for working with slots (5dbd4f6)
v0.0.6
Bug Fixes
- iOS: from randomly losing the component template via bumping dep lit-html to v0.14.0 (a6c0547)
v0.0.5
Dependencies
- bump: dep lit-html v0.13.0 (523dd35)
v0.0.4
Dependencies
- bump: dep lit-html v0.11.4 (609e299)
v0.0.3
Features
- lit-html: bump to v0.11.3 and expose it's two new view directives classMap and styleMap (2867f88)
- this.rb.elms: provide namespace for storing component elements via this.rb.elms property (41ad0b7)