8.6 KiB
8.6 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
13.0.2 — 2024-05-01
💡 Others
13.0.1 — 2024-04-23
This version does not introduce any user-facing changes.
13.0.0 — 2024-04-18
- Added support for Paint dithering on Android. (#27153 by @alexandrius)
🎉 New features
- Mark React client components with "use client" directives. (#27300 by @EvanBacon)
💡 Others
12.7.2 - 2024-02-16
🎉 New features
- Added support for Apple tvOS. (#26965 by @douglowder)
12.7.1 - 2024-01-23
💡 Others
- On
Android, remove type annotation onView. (#26545 by @alanjhughes)
12.7.0 — 2023-11-14
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
12.6.0 — 2023-10-17
🛠 Breaking changes
💡 Others
- Ship untranspiled JSX to support custom handling of
jsxandcreateElement. (#24889 by @EvanBacon)
12.5.0 — 2023-09-04
🎉 New features
12.4.0 — 2023-08-02
This version does not introduce any user-facing changes.
12.3.0 — 2023-06-21
🐛 Bug fixes
12.2.0 — 2023-05-08
This version does not introduce any user-facing changes.
12.1.2 - 2023-03-08
🐛 Bug fixes
12.1.1 — 2023-02-09
This version does not introduce any user-facing changes.
12.1.0 — 2023-02-03
💡 Others
- On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)
12.0.1 — 2022-11-02
This version does not introduce any user-facing changes.
12.0.0 — 2022-10-25
🐛 Bug fixes
12.0.0-beta.1 — 2022-10-06
🛠 Breaking changes
11.4.0 — 2022-07-07
💡 Others
11.3.0 — 2022-04-18
🐛 Bug fixes
- Extract
react-native-webinternals into package to minimize bundler setup. (#16098 by @EvanBacon) - Fix
Plugin with id 'maven' not foundbuild error from Android Gradle 7. (#16080 by @kudo) - Fixed the component not rendering correctly when the border radius style is set. (#16671 by @tsapeta)
⚠️ Notices
- On Android bump
compileSdkVersionto31,targetSdkVersionto31andJavaversion to11. (#16941 by @bbarthec)
11.2.0 — 2022-01-26
🐛 Bug fixes
- Fix display issue on iOS when more than 2 colors are used without explicit locations. (#15955 by @kbrandwijk)
11.1.0 — 2022-01-26
🐛 Bug fixes
- Prevent crashes by adding unimplemented
CALayerinitializerinit(layer:). (#15843 by @dillonhafer)
11.0.3 — 2022-02-06
🐛 Bug fixes
- Prevent crashes by adding unimplemented
CALayerinitializerinit(layer:). (#15843 by @dillonhafer)
11.0.2 — 2022-02-01
🐛 Bug fixes
11.0.1 — 2022-01-27
🐛 Bug fixes
- Fix display issue on iOS when more than 2 colors are used without explicit locations. (#15955 by @kbrandwijk)
11.0.0 — 2021-12-03
💡 Others
- Rewrote code to Swift, removed legacy Objective-C module implementation and changed the pod name to
ExpoLinearGradient. (#15168 by @tsapeta) - Rewrote module using Sweet API on Android. (#15166 by @lukmccall)
10.0.1 — 2021-10-01
This version does not introduce any user-facing changes.
10.0.0 — 2021-09-28
🛠 Breaking changes
🐛 Bug fixes
9.3.0-alpha.0 — 2021-08-17
💡 Others
- Migrated from
@unimodules/coretoexpo-modules-core. (by @tsapeta) - Experimental Swift implementation using Sweet API. (by @tsapeta)
9.2.0 — 2021-06-16
🐛 Bug fixes
- Enable kotlin in all modules. (#12716 by @wschurman)
💡 Others
9.1.0 — 2021-03-10
🎉 New features
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)
🐛 Bug fixes
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
9.0.0 — 2021-01-15
🛠 Breaking changes
8.4.0 — 2020-11-25
🐛 Bug fixes
- Revert to class component. (#11111 by @EvanBacon)
8.3.1 — 2020-09-23
🐛 Bug fixes
- Added
childrenproperty toLinearGradientcomponent (#10227 by @sjchmiela)
8.3.0 — 2020-08-18
This version does not introduce any user-facing changes.
8.2.2 — 2020-07-29
🎉 New features
- Remove
prop-types(#8681 by @EvanBacon)
🐛 Bug fixes
- Renamed type export
LinearGradienPointtoLinearGradientPoint. (#8673 by @EvanBacon)
8.2.1 — 2020-05-29
This version does not introduce any user-facing changes.
8.2.0 — 2020-05-27
This version does not introduce any user-facing changes.