Skip to content

Releases: labd/react-abode

v2.1.1 - Fix release process

07 Aug 12:25
509fce2
Compare
Choose a tag to compare

Hotfixed properly awaiting new components during mutation observer updates

Full Changelog: v2.1.0...v2.1.1

:)

v2.1.0 - Fix deprecated browser API issues

07 Aug 12:00
c59e4f5
Compare
Choose a tag to compare

What's Changed

  • chore: update dependencies by @contexD in #21
  • refactor: update github build for pnpm, build emit esm by @jafin in #23
  • fix(abode): replace deprecated dom events with mutation observer by @blurrah in #27

Also fixed release process to use pnpm :)

New Contributors

  • @jafin made their first contribution in #23

Full Changelog: v2.0.0...v2.1.0

React 18 support

04 Aug 10:00
Compare
Choose a tag to compare

1.1.0

25 Mar 09:04
Compare
Choose a tag to compare

unmount React components on DOM node removal

IE11 number parse bug

07 May 12:39
b43ade7
Compare
Choose a tag to compare
Merge pull request #12 from contexD/ie11-json-parse-bug

IE11 json parse bug

update tsdx dependency

01 Mar 15:29
Compare
Choose a tag to compare
0.3.2

version bump to 0.3.1

Handle JSON props

01 Mar 09:58
6ccf4c3
Compare
Choose a tag to compare

JSON props are now parsed.

Improvements for multi instances

28 Jan 09:04
1cc769b
Compare
Choose a tag to compare
Merge pull request #4 from labd/bugfix/multi-instance

docs(README): Updated register component

Allow both FC's and import functions to be registered

07 Jan 09:45
0f46e53
Compare
Choose a tag to compare
Merge pull request #1 from TriPSs/master

Added possibility to also register react components directly

handle asynchronous loading of modules better

06 Oct 12:15
Compare
Choose a tag to compare
0.1.7

add tests, fix register