183 Commits

Author SHA1 Message Date
b2fd5561f2 chore: shadow wip 2022-03-02 20:06:51 -08:00
c1e431a0f7 chore: box-shadow with non-uniform corner-radius wip 2022-03-01 13:23:27 -08:00
402a7bba2e fix(ios): do not redraw if background image is 'none' (#9800) 2022-03-01 13:22:36 -08:00
5550e6943e Merge branch 'master' into release/8.2.0 2022-03-01 13:21:10 -08:00
d3674de882 feat: allow better tree shaking (#9798) 2022-03-01 12:34:28 -08:00
b38337e597 fix: tear down views after a modal is closed (#9801) 2022-03-01 12:32:39 -08:00
9e6371fdaf fix(android): boolean keyboardType should not set inputType (#9795) 2022-03-01 12:32:39 -08:00
6437352fed feat(switch): :checked pseudo and color fixes (#9790) 2022-03-01 12:32:39 -08:00
716b831523 feat: binding expression parser additions and improvements (#9791) 2022-03-01 12:32:39 -08:00
988f372788 perf(ios): UIImage memory leaks (#9783) 2022-03-01 12:32:39 -08:00
6c71ce21a2 fix(ios): proper UITabBarAppearance handling 2022-03-01 12:32:39 -08:00
6b41268a08 fix(android): edge cases and compatibility with fragments 1.2.x (#9782) 2022-03-01 12:32:39 -08:00
27492219e6 fix(ios): tabview background color with appearance api in iOS 15+ (#9617) 2022-03-01 12:32:39 -08:00
aa1c631e6f fix(android): text-transform: capitalize behavior (#9598)
closes #7059
2022-03-01 12:32:39 -08:00
66d8afffc1 feat(android): tab view icon rendering mode (#9605)
Co-authored-by: wSedlacek <wsedlacekc@gmail.com>
2022-03-01 12:32:39 -08:00
1fb687df55 perf(ios): prevent crash with image release 2022-03-01 12:32:39 -08:00
3cf5833423 chore: cleanup image handling 2022-03-01 12:32:39 -08:00
9d3977ea4f perf(ios): uifont and formatted string optimizations plus uiimage scaling (#9761) 2022-03-01 12:32:39 -08:00
19d8869f1d fix(ios): UIImage memory leaking after Image is disposed (#9777) 2022-03-01 12:32:39 -08:00
a1ba1f6d03 fix(ios): force layout of view when changing the safe area insets (#9773) 2022-03-01 12:32:39 -08:00
e59f3ff669 fix(android): prevent error when detaching from unloaded ScrollView (#9666) 2022-03-01 12:32:39 -08:00
608bb1ed24 fix(core): animation iteration correct for android css animations and iOS rotation (#9628)
closes #7712

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2022-03-01 12:32:39 -08:00
9b5d125f42 fix(android): NullPointerException on navigation (#9669)
closes #8441
2022-03-01 12:32:39 -08:00
57cc4edc8c fix(core): parse template literal syntax with nested identifiers as expression. (#9744) 2022-03-01 12:32:39 -08:00
44fd5f2b1d chore: cleanup touchmanager 2022-03-01 12:32:39 -08:00
2be1ada3da chore: cleanup background styling handling 2022-03-01 12:32:39 -08:00
dde9e02cac feat: improved background handling (#9615) 2022-03-01 12:32:39 -08:00
6c06c77618 fix(core): Application handling of nativeApp instance 2022-03-01 12:32:39 -08:00
d7916d77a1 feat: touch animations demo in toolbox 2022-03-01 12:32:39 -08:00
26953ec1f2 feat(ui): TouchManager for ease in adding interactivity 2022-03-01 12:32:39 -08:00
d756eb5574 feat(root-layout): support gradient colors on shade cover (#9626)
Co-authored-by: William Juan <williamjuan027@gmail.com>
2022-03-01 12:32:39 -08:00
2cbb135250 feat(bindable): allow "global" context for expressions inside bindings (#9734) 2022-03-01 12:32:39 -08:00
168a169726 feat(gestures): GestureEvents.gestureAttached added to modify native recognizers when needed 2022-03-01 12:32:39 -08:00
c41e7027e4 fix(time-picker): correction for super.disposeNativeView 2022-03-01 12:32:39 -08:00
f038e6ba66 feat(core): add event when disposeNativeView is called 2022-03-01 12:32:39 -08:00
90ceed15d3 feat: new expression parser for xml bindings (#9729) 2022-03-01 12:32:39 -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
a88cacab89 chore(migrate): apps/* to webpack5 (#9606) 2021-12-21 09:47:33 -08:00
e72980c85b chore: add WebView disableZoom typing 2021-12-04 22:52:51 -04:00
483217934c fix(ios): box-shadow and border-radius (#9612)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-10-29 18:43:14 -07:00
2ad280deb0 fix(android): version Android text-align justify (#9620) 2021-10-20 09:24:53 -07:00
8878c3bc6b fix(android): autofillType on apiLevel < 26 (#9610)
* chore: rollback unwanted change
2021-10-13 19:25:05 -07:00
95e56f75dd chore: cleanup actionbar appearance handling 2021-10-09 08:55:54 -07:00
02aa0f652a fix(style): CSS variables should be case-sensitive. (#9603) 2021-10-08 11:04:04 -07:00
2b2ce377e6 fix(ios): TextView respect editable binding (#9589) 2021-10-06 17:47:56 +02:00
1de5295ad9 feat(text): add css text-align justify (#9573)
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
2021-09-27 17:27:08 -07:00
3e21748af4 fix: background parsing color #9559 (#9560) 2021-09-21 21:41:34 -07:00
889f6d73cf fix: replace autofill string in textfield (#9555) 2021-09-20 23:07:27 -07:00
183b4d4b10 fix(ios): flat property using new appearance api (#9558) 2021-09-20 11:12:08 -07:00
90b8718138 fix(android): only attach if activity is CREATED (#9552) 2021-09-18 13:27:21 -07:00