0.0.12 (2019-07-16)
- minify deps: lit-html and skatejs (2f001d9)
0.0.11 (2019-07-12)
- bump: dep lit-html to v1.1.1 (d9981c2)
- 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
0.0.10 (2019-07-05)
- version: add to component properties accessible via this.rb.versions.base (d2b091c)
- StylesService: populate rb-style-helpers style tag via textContent instead of createTextNode (72e7ecd)
- bump: dep lit-html to v1.1.0 (77e872e)
0.0.9 (2019-05-09)
- host event interceptor: technique for intercepting and exposing onevents for the components (914c1f5)
- styles service: for creating helper css classes to prevent fouc (4054d4b)
- base mixin: only import and use what is necessary from skatejs (8efc8f3)
0.0.8 (2019-03-05)
- property converters: helpers for deserializing attributes (db7e1eb)
- new converter: boolean (13eb1d4)
0.0.7 (2019-02-24)
- bump: dep lit-html to v1.0.0 from v0.14.0 (ca13835)
- slot mixin: adds helpers for working with slots (5dbd4f6)
0.0.6 (2018-12-05)
- iOS: from randomly losing the component template via bumping dep lit-html to v0.14.0 (a6c0547)
0.0.5 (2018-11-13)
- bump: dep lit-html v0.13.0 (523dd35)
0.0.4 (2018-09-26)
- bump: dep lit-html v0.11.4 (609e299)
0.0.3 (2018-09-14)
- 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)
0.0.2 (2018-09-05)
- bump: deps skatejs to v5.2.4 and lit-html to v0.11.1 (ce2f778)
- Bumping lit-html to >= v0.11.1 introduces breaking changes to all components.
- Component views must be updated to comply with lit-html's new view syntax.
- lit-html directives: create optional view-directives.js import that contains them (e5ba9a7)