Skip to content
This repository has been archived by the owner on Feb 4, 2018. It is now read-only.

Releases: skatejs/bore

v2.0.1

02 Feb 07:48
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-02-02)

Bug Fixes

v2.0.0

02 Feb 07:06
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-02-02)

Bug Fixes

  • ts-typings: add trailing semicolons to make it valid (7d0d5925)

Features

  • h:
    • add events setup via events attribute (c10d28c3)
    • make h set attributes only via attrs property (a691e5ca)
    • make h set attributes on custom-element via attributes prop (ec8ff28e, closes #14)
  • ts-typings: add TS type definitions (69ea2d95)

Breaking Changes

  • Before you could set attributes via bore's h via data-* or aria-* otherwise the attribute would be set to element property.
    Now if you wanna set attributes you have to explicitly do it via attrs property which accepts a object map.

Before:

<my-element aria-role="button" data-foo="hello" />

After:

<my-element attrs={{ 'aria-role': 'button', 'data-foo': 'hello' }} />

(a691e5ca)

v1.1.1

28 Nov 06:07
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2016-11-28)

Bug Fixes

  • Fix deferred shadow roots by lazily getting the shadow root when needed. (502b2793)

v1.1.0

27 Nov 00:47
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-11-27)

Features

  • Add support for promises and waiting for things like shadow roots, or custom cri (76825064, closes #5)

v1.0.6

25 Nov 00:09
Compare
Choose a tag to compare

<a name"1.0.6">

1.0.6 (2016-11-25)

Bug Fixes

  • Add fixes for the custom-elements and shadydom polyfills. (58f8ca0a)

v1.0.5

24 Nov 12:40
Compare
Choose a tag to compare

<a name"1.0.5">

1.0.5 (2016-11-24)

Bug Fixes

  • Fix build agian by remove erroneous bore circ dep :( (ddb128ae)
  • Fix build by adding jsnext:main. (c3e24556)

v1.0.4

24 Nov 12:40
Compare
Choose a tag to compare

<a name"1.0.4">

1.0.4 (2016-11-24)

Bug Fixes

  • Fix build by adding jsnext:main. (c3e24556)

v1.0.3

24 Nov 12:36
Compare
Choose a tag to compare

<a name"1.0.3">

1.0.3 (2016-11-24)

Bug Fixes

v1.0.2

24 Nov 12:34
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2016-11-24)

Bug Fixes

v1.0.1

24 Nov 12:33
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-11-24)

Bug Fixes

  • Update main to point to the dist. (8c84ccfc)