991445461b
feat: iOS 26 types with improvements (ActionBar, Switch) + .ns-{platform}-{sdkVersion} css root scoping ( #10775 )
...
This provides for better ability to target platform > sdk > majorVersion specific features.
For example, iOS 26 does not render titles when a background color is set on the actionbar. this allows that style to be overridden only on iOS 26 if desired.
2025-08-07 12:06:10 -07:00
bca3452722
feat(ios): improved handling for navigation events ( #10757 )
2025-07-11 16:13:20 -07:00
1b72912f81
fix(core): corrected Frame navigation event types ( #10697 )
2025-02-13 16:49:58 -08:00
03cca58712
fix(core): safety-checks to prevent potential navigation exceptions ( #10683 )
...
Plus coding conventions and notes updates. [skip ci]
2025-01-31 13:59:26 -08:00
24ad6e45b1
docs(core): fix types & improve jsdoc comments ( #10620 )
2025-01-12 12:38:28 -08:00
750d2ee455
fix(core): frame ignored event listeners in xml markup ( #10646 )
2024-11-18 19:50:21 -08:00
779d79285d
feat(core): ability to embed into platform host projects ( #10465 )
2024-07-01 16:47:33 -07:00
9e472d7874
docs(core): update comments for on, once, addEventListener and removeEventListener ( #10545 )
2024-05-23 08:26:03 -07:00
d67d297e37
feat(ios): allow custom navigationBar and toolbar on frame ( #10495 )
2024-04-02 12:29:09 -07:00
485fb61947
fix(core): Observable event types consistency ( #10181 )
2023-01-31 07:42:09 -08:00
902a4c6afc
fix(android): nested frames were sometimes not recreated ( #9725 )
...
BREAKING CHANGE:
AndroidFragmentCallbacks now requires onResume as well
Migration steps:
specify onResume on custom fragment implementations
2022-03-01 12:32:38 -08:00
a67fb69687
chore: typing cleanup
2021-04-06 11:18:36 -07:00
5fe27428e0
feat(android): FlexboxLayout support for isPassThroughParentEnabled ( #8798 )
2021-01-29 13:03:27 -08:00
cf96e7252c
feat(frame): add navigatingTo and navigatedTo events ( #9025 )
2020-11-12 20:51:03 -08:00
c1f231d88e
chore: fix eslint issues ( #9017 )
2020-11-11 08:46:36 -08:00
020ad4da37
chore(core): monorepo, esm targeting, improved management ( #8707 )
2020-08-25 20:00:59 -07:00