Skip to content

Releases: labd/react-abode

v2.1.1 - Fix release process

Choose a tag to compare

@blurrah blurrah released this 07 Aug 12:25
509fce2

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

Choose a tag to compare

@blurrah blurrah released this 07 Aug 12:00
c59e4f5

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

Choose a tag to compare

@BramKaashoek BramKaashoek released this 04 Aug 10:00

1.1.0

Choose a tag to compare

@BramKaashoek BramKaashoek released this 25 Mar 09:04

unmount React components on DOM node removal

IE11 number parse bug

Choose a tag to compare

@BramKaashoek BramKaashoek released this 07 May 12:39
b43ade7
Merge pull request #12 from contexD/ie11-json-parse-bug

IE11 json parse bug

update tsdx dependency

Choose a tag to compare

@BramKaashoek BramKaashoek released this 01 Mar 15:29
0.3.2

version bump to 0.3.1

Handle JSON props

Choose a tag to compare

@BramKaashoek BramKaashoek released this 01 Mar 09:58
6ccf4c3

JSON props are now parsed.

Improvements for multi instances

Choose a tag to compare

@TriPSs TriPSs released this 28 Jan 09:04
1cc769b
Merge pull request #4 from labd/bugfix/multi-instance

docs(README): Updated register component

Allow both FC's and import functions to be registered

Choose a tag to compare

@BramKaashoek BramKaashoek released this 07 Jan 09:45
0f46e53
Merge pull request #1 from TriPSs/master

Added possibility to also register react components directly

handle asynchronous loading of modules better

Choose a tag to compare

@BramKaashoek BramKaashoek released this 06 Oct 12:15
0.1.7

add tests, fix register