Releases: barelyhuman/preact-native
v0.1.1-beta.11
- Adds handling for node re-creation for conditionally rendered views in preact
- Overall minor bug fixes
All Changes
d962d38 chore: release v0.1.1-beta.11
129e413 Fix: parent node touch, SafeAreaView wrapper android
f40715c Fix: Possible fix for #13 - Node re-creation on the native side (#14)
d884984 lower down the target version
b2eda26 updated test counter example on handling touchables
74c2e0e note for preact hooks
9037a43 remove deps
v0.1.1-beta.6
Changes
Better compatibility with preact's DOM usage
Note: SVG's are still something that don't work since the SVG rendering layer for both platforms is different
All Changes
c7e8bf5 Merge branch 'feat/dom-compat'
3d1876a init environment in library
788fbbb Fix: handle event propogation and bubbling (#7)
4125b04 fix: remove moveChild
bc36bb4 add basic keyboard events
7218ef9 add a partial working example for keyboard events
3af8110 force export types
d1d70c4 cleanup test code
0fa9933 refactor: clean up and fix direction
f0cc657 update example
a31e1a5 update base pkg for core and dom
ee69cfe add proxy components in core
495cd65 add a simple event bridge listener
fb65cab add husky
6adc18f chore: style
a540c75 feat: add moveChildren, style processing
8a7fe7c update roadmap
a74b214 simplify example
10673b4 update paperwork
492bdc2 feat: render to a DOM / Node Tree (#5)
7709fc0 csb ci
321092a remove unused var
b22f1cb base usage addition
ce91561 Create LICENSE
6ca5376 paperwork
generated by commitlog
v0.1.1-beta.10
Changes
- Remove bundlers from the source
- Easier project bootstrap with
withPreact
HOC for react - Updated docs for the release