Skip to content

Releases: im-open/react-html-element

v3.0.0

10 Feb 16:34
Compare
Choose a tag to compare

3.0.0 (2021-02-10)

Breaking

  • removing event retargeting (60abc05)

Build

  • ensuring we push package.json with semantic-release commit (f0531bc)
  • reconfiguring .travis.yml to use on conditions (6ab64a3)
  • reconfiguring .travis.yml to use on conditions (f587a7c)
  • running release build on react-16 and react-17 branches (47ddaf4)
  • running release build on react-16 and react-17 branches (4abdde9)
  • setting up release for react-17 (9d9d4ad)

Docs

  • 3.0.0-react-17.1 [skip ci] (27b4af8)
  • 3.0.0-react-17.2 [skip ci] (82242c0)
  • 3.0.0-react-17.3 [skip ci] (9c61c45)
  • completing React 17 docs (1d48bc0)
  • describing why this is useful with React 17 (c12ca21)
  • fixing react-16 link (43435a4)

Update

  • adding a base-level render function (9cb8a6b)
  • adding this.shadow for easy style placement (1a5c275)
  • ensuring we can accommodate lower versions of React 17 (2cac97b)

Upgrade

  • updating all dependencies (5737167)

v3.0.0-react-17.3

05 Feb 21:00
Compare
Choose a tag to compare
v3.0.0-react-17.3 Pre-release
Pre-release

3.0.0-react-17.3 (2021-02-05)

Docs

v3.0.0-react-17.2

04 Feb 05:46
Compare
Choose a tag to compare
v3.0.0-react-17.2 Pre-release
Pre-release

3.0.0-react-17.2 (2021-02-04)

Docs

  • describing why this is useful with React 17 (c12ca21)

Fix

  • ensuring we only load the HTML 5 Adapter when we need it (871755f)

v3.0.0-react-17.1

04 Feb 05:17
Compare
Choose a tag to compare
v3.0.0-react-17.1 Pre-release
Pre-release

3.0.0-react-17.1 (2021-02-04)

Breaking

  • removing event retargeting (60abc05)

Build

  • ensuring we push package.json with semantic-release commit (f0531bc)
  • reconfiguring .travis.yml to use on conditions (f587a7c)
  • running release build on react-16 and react-17 branches (4abdde9)
  • setting up release for react-17 (9d9d4ad)

Update

  • adding a base-level render function (9cb8a6b)
  • adding this.shadow for easy style placement (1a5c275)
  • ensuring we can accommodate lower versions of React 17 (2cac97b)

Upgrade

  • updating all dependencies (5737167)

v2.2.0

12 Jan 21:35
Compare
Choose a tag to compare

2.2.0 (2021-01-12)

Build

  • updating vulnerable build dependencies (cdf5e6a)

Update

  • importing es5 polyfills by default (3566c5b)

v2.1.0

20 Nov 18:11
Compare
Choose a tag to compare

2.1.0 (2020-11-20)

Fix

  • cleanup composedpath return (163b178)
  • make sure to call cleanup function (49615d1)
  • remove onclick (c845c02)

Update

  • ensure mouse events are on shadow root (4a20433)

v2.0.0

26 May 14:54
Compare
Choose a tag to compare

2.0.0 (2020-05-26)

Breaking

  • converting dist to commonjs (168c317)

Build

  • use correct plugin to push changelog to github (d2a197e)

Docs

  • adding some instructions around Styled Components (959ad72)
  • Updating README to include a note about the es5 polyfills. (780d227)
  • updating README with a Polyfills anchor (199559f)

v1.1.0

31 Mar 15:13
5c2b7bf
Compare
Choose a tag to compare

1.1.0 (2020-03-31)

Build

  • including github update as part of semantic-release; resolves #6 (8120c43), closes #6

Docs

  • adding documentation about polyfills to the readme (56363f7)
  • link to webcomponentsjs readme for more polyfill implementations (c5296be)
  • using travis.com instead of travis.org in README (6e72a56)

Update

  • adding a defaultView to the shadow root (f389fa9)

v1.0.0

27 Mar 18:51
Compare
Choose a tag to compare

1.0.0 (2020-03-27)

Initial Release