Skip to content

Releases: rapid-build-ui/base

v0.0.12

16 Jul 06:30
Compare
Choose a tag to compare

Performance Improvements

  • minify deps: lit-html and skatejs (2f001d9)

v0.0.11

12 Jul 10:47
Compare
Choose a tag to compare

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

05 Jul 20:43
Compare
Choose a tag to compare

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

09 May 08:43
Compare
Choose a tag to compare

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

05 Mar 07:52
Compare
Choose a tag to compare

Features

  • property converters: helpers for deserializing attributes (db7e1eb)
  • new converter: boolean (13eb1d4)

v0.0.7

24 Feb 22:06
Compare
Choose a tag to compare

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

05 Dec 03:16
Compare
Choose a tag to compare

Bug Fixes

  • iOS: from randomly losing the component template via bumping dep lit-html to v0.14.0 (a6c0547)

v0.0.5

13 Nov 03:03
Compare
Choose a tag to compare

Dependencies

  • bump: dep lit-html v0.13.0 (523dd35)

v0.0.4

26 Sep 01:43
Compare
Choose a tag to compare

Dependencies

  • bump: dep lit-html v0.11.4 (609e299)

v0.0.3

14 Sep 03:49
Compare
Choose a tag to compare

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)