Skip to content

Releases: im-open/react-html-element

v4.0.1-export-es-module-a9402b0.1

07 Dec 21:24
Compare
Choose a tag to compare
Pre-release

4.0.1-export-es-module-a9402b0.1 (2022-12-07)

Build

  • ensuring we persist github credentials after checkout (a128488)

Fix

  • correcting 'types' property in package.json (a9402b0)

v4.0.0-export-es-module-d191b81.4

07 Dec 21:04
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-d191b81.4 (2022-12-07)

Build

  • ensuring semantic-release finds all relevant branches (b858f3c)
  • ensuring we persist github credentials after checkout (88525cf)
  • using both GH_TOKEN and GITHUB_TOKEN to cover bases in semantic-release (4f2dd1e)

Fix

  • removing duplicate 'types' property in package.json (52ded4d)

v4.0.0

05 Dec 22:17
Compare
Choose a tag to compare

4.0.0 (2022-12-05)

Breaking

  • making the default module an ES module (317de20)

Build

  • ensuring semantic-release finds all relevant branches (b858f3c)
  • releasing development builds with PRs (ce4f6f6)
  • replace travis pipeline with gha (9c45a86)
  • updating master references to main (f5e6cf1)
  • using both GH_TOKEN and GITHUB_TOKEN to cover bases in semantic-release (4f2dd1e)

Fix

  • setting up 'real' pipeline bot git user; bumping version (667ffff)
  • using correct token in semantic-release's git step (1222372)

New

  • support react 18 createRoot (addcbcb)

Update

  • doing root.render asynchronously (ead4edc)
  • exporting types separate from code (d191b81)

Upgrade

  • Bump hosted-git-info from 2.8.8 to 2.8.9 (5554000)
  • Bump lodash from 4.17.20 to 4.17.21 (4d34e83)
  • Bump y18n from 4.0.0 to 4.0.1 (57d49c9)

v4.0.0-export-es-module-d191b81.3

05 Dec 17:20
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-d191b81.3 (2022-12-05)

Fix

  • using correct token in semantic-release's git step (1222372)

v4.0.0-export-es-module-d191b81.2

05 Dec 16:35
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-d191b81.2 (2022-12-05)

Fix

  • setting up 'real' pipeline bot git user; bumping version (667ffff)

v4.0.0-export-es-module.1

02 Dec 00:51
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module.1 (2022-12-02)

Breaking

  • making the default module an ES module (317de20)

Build

  • releasing development builds with PRs (4819511)
  • replace travis pipeline with gha (9c45a86)
  • updating master references to main (f5e6cf1)

New

  • support react 18 createRoot (addcbcb)

Update

  • doing root.render asynchronously (ead4edc)

Upgrade

  • Bump hosted-git-info from 2.8.8 to 2.8.9 (5554000)
  • Bump lodash from 4.17.20 to 4.17.21 (4d34e83)
  • Bump y18n from 4.0.0 to 4.0.1 (57d49c9)

v4.0.0-export-es-module-d191b81.1

02 Dec 22:59
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-d191b81.1 (2022-12-02)

Update

  • exporting types separate from code (d191b81)

v4.0.0-export-es-module-d09e2f8.1

02 Dec 01:06
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-d09e2f8.1 (2022-12-02)

Breaking

  • making the default module an ES module (317de20)

Build

  • releasing development builds with PRs (d09e2f8)
  • replace travis pipeline with gha (9c45a86)
  • updating master references to main (f5e6cf1)

New

  • support react 18 createRoot (addcbcb)

Update

  • doing root.render asynchronously (ead4edc)

Upgrade

  • Bump hosted-git-info from 2.8.8 to 2.8.9 (5554000)
  • Bump lodash from 4.17.20 to 4.17.21 (4d34e83)
  • Bump y18n from 4.0.0 to 4.0.1 (57d49c9)

v4.0.0-export-es-module-ce4f6f6.1

02 Dec 01:12
Compare
Choose a tag to compare
Pre-release

4.0.0-export-es-module-ce4f6f6.1 (2022-12-02)

Breaking

  • making the default module an ES module (317de20)

Build

  • releasing development builds with PRs (ce4f6f6)
  • replace travis pipeline with gha (9c45a86)
  • updating master references to main (f5e6cf1)

New

  • support react 18 createRoot (addcbcb)

Update

  • doing root.render asynchronously (ead4edc)

Upgrade

  • Bump hosted-git-info from 2.8.8 to 2.8.9 (5554000)
  • Bump lodash from 4.17.20 to 4.17.21 (4d34e83)
  • Bump y18n from 4.0.0 to 4.0.1 (57d49c9)

v3.1.0

10 Feb 21:10
Compare
Choose a tag to compare

3.1.0 (2021-02-10)

Update

  • ensuring we don't mount when not connected (34cbd21)