Releases: flexn-io/renative
Releases · flexn-io/renative
0.32.2
What's Changed
- use the whole packageTemplate by @mihaiblaga89 in #739
- added env variables debug with -i by @mihaiblaga89 in #740
Full Changelog: 0.32.1...0.32.2
0.32.1
0.32.0 (Amarok)
Overview
- [feat] add support for react-native 63
- [feat] add support for webtv generic platform
- [feat] integrate docker export into rnv build flow
- [feat] force rebuild build hooks option. ( --hooks )
- [feat] support for xcode commandLineArguments
- [feat] add resetAssets flag
- [feat] support for custom exportDir, outputDir
- [feat] versionFormat
- [fix] versionCodeFormat
- [feat] add support for custom gradleBuildToolsVersion, gradleWrapperVersion
- [feat] support custom android store configs in renative.private.json files
- [feat] override MainActivity super.onCreate on android
- [feat] pod dep parser
- [feat] gradle customisation improvements : plugins, injectAfterAll
- [feat] --skipDependencyCheck
- [feat] add PLUGIN_STATIC_POD_EXTRA_CONDITIONS support ios, tvos
- [feat] support for static pod submodules
What's Changed
- Link ios & android slider packages by @MrCookiez in #604
- fix built-in next.js support for css and sass by @kasinskas in #605
- enable configure webos appinfo.json by @rroslaniec in #606
- Fix README quick-start href by @pierosavi in #610
- Sentry plugin by @hosek in #612
- allow custom config.xml for Tizen by @EyMaddis in #611
- Chore(BlurView): Blur View plugin update and overrides by @RicardasN in #617
- [fix] Bump gradle version for compatibility with JDK 14 by @zatlodan in #618
- Adding a new version of ic_web.png and ic_tvos.png by @evrifaessa in #633
- A small fix, this one looks odd by @evrifaessa in #639
- fix: Add ARM64 to excluded architectures by @pchalupa in #640
- Android based platforms use kotlin 1.3.50 by @hosek in #642
- improvement(RNScreens): Add overrides for 2.0.0-beta.8 version which allows for package usage on native TV platforms by @RicardasN in #641
- feat(xcode): Added EXCLUDED_ARCHS support for specific build targets by @matejpolak in #659
- added packageManager cli option support by @mihaiblaga89 in #680
- Feat/esbuild for hooks by @mihaiblaga89 in #681
- feat: lightning engine by @kasinskas in #690
- feat: additional config property
monoRoot
by @doneitas in #715 - Fix FireTV documentation link by @soroushchehresa in #676
- fixed web and webtv debug enviroment by @iMokhles in #684
- [ReNative][Android][Debug-RunAndroid] support rnv run -p android -t 1… by @AnpherZhang in #686
- Chore/merge bucket by @mihaiblaga89 in #723
- Bump prismjs from 1.23.0 to 1.25.0 in /website by @dependabot in #714
- Bump url-parse from 1.5.1 to 1.5.3 in /website by @dependabot in #711
- Bump color-string from 1.5.4 to 1.6.0 in /website by @dependabot in #710
- Bump path-parse from 1.0.6 to 1.0.7 in /website by @dependabot in #706
- Bump set-getter from 0.1.0 to 0.1.1 in /website by @dependabot in #692
- Bump postcss from 7.0.35 to 7.0.36 in /website by @dependabot in #688
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /website by @dependabot in #675
- Chore/merge bucket by @mihaiblaga89 in #724
- added support for kotlin version inject by @mihaiblaga89 in #722
- fix: navigating home from navigation drawer in Android Hello World template by @whenmoon in #696
- [fix] resolve paths in monorepo projects by @aurimasmi in #685
- feat(AppDelegate): Added extensions for application and CarPlay support by @RicardasN in #687
- Feat/engine tvos by @aurimasmi in #697
- Feat: rn-macos engine by @doneitas in #701
- fix (android/androidtv): fix the app not connecting to bundler by @doneitas in #702
- fix(Android Builds): Fix paths for building release version of Android applications on Windows by @RicardasN in #704
- feat(RN Windows): React Native Windows engine added to RNV by @RicardasN in #708
- added common env variable locations for Android SDK for autofix by @mihaiblaga89 in #709
- Feat/plugins support by @mihaiblaga89 in #721
- chore(rn-electron): upgrade electron-builder version by @doneitas in #728
- fix: running tizen watch emulator not recognized by rnv by @kasinskas in #703
- Bump electron from 10.1.3 to 11.5.0 by @dependabot in #725
- WIP: Add support for Tic Watch Pro 3, as well as BLE on androidwear and ios by @rfestag in #666
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #726
- changed from npm install to yarn add by @mihaiblaga89 in #730
New Contributors
- @MrCookiez made their first contribution in #604
- @rroslaniec made their first contribution in #606
- @pierosavi made their first contribution in #610
- @RicardasN made their first contribution in #617
- @zatlodan made their first contribution in #618
- @evrifaessa made their first contribution in #633
- @pchalupa made their first contribution in #640
- @matejpolak made their first contribution in #659
- @doneitas made their first contribution in #715
- @soroushchehresa made their first contribution in #676
- @iMokhles made their first contribution in #684
- @AnpherZhang made their first contribution in #686
- @whenmoon made their first contribution in #696
- @rfestag made their first contribution in #666
Full Changelog: 0.31.3...0.32.0
Magic Beans
- support for vector icons
- support native-base
- add
rnv build -p webos
- build schemes options
Drunk Thanos
0.21.6
Optional Platforms Support
rnv app create
support for plugin cocoapods github commit
"ios-photo-editor": {
"no-npm": true,
"ios": { "podName": "iOSPhotoEditor", "git": "https://github.com/prscX/photo-editor", "commit": "fa8894c992dedb431d696eb43ac4cc4ba847b4b8" }
},
Inject activity method via plugin configuration
"android": {
"package": "org.wonday.orientation.OrientationPackage",
"activityImports": [
"android.content.res.Configuration"
],
"activityMethods": [
"override fun onConfigurationChanged(newConfig:Configuration) {",
" super.onConfigurationChanged(newConfig)",
" val intent = Intent(\"onConfigurationChanged\")",
" intent.putExtra(\"newConfig\", newConfig)",
" this.sendBroadcast(intent)",
"}"
]
},
Create Android Emulator on Demand
rnv run -p android
Bug Fixes
- Android TV theme error
- Added eslint detox
- improved webpack config
Ocean's Twelve
- add support for KaiOS platform
- bug fixes
Ocean's Eleven
Support for 11 Platforms! 🚀
- Added Support for Tizen Watch OS
- RNV Bug Fixes
- UI Focus fixes