Releases: flexn-io/renative
Releases · flexn-io/renative
1.1.0
What's Changed
- Add webpack merge testing by @ElenaDiachenko in #1627
- Feat/compare plugin overrides by @locksten in #1628
- fix: increase e2e timeouts by @pauliusguzas in #1642
- fix target picking for android when only one sim is present by @ElenaDiachenko in #1644
- Add tests next by @ElenaDiachenko in #1646
- add UT to crypto tasks by @ElenaDiachenko in #1638
- Single-platform integrations ask to pick a platform by @Marius456 in #1634
- added 'info' task using envinfo by @ElenaDiachenko in #1632
- Bump fast-xml-parser from 4.3.6 to 4.4.1 by @dependabot in #1640
- Bump requirejs from 2.3.6 to 2.3.7 by @dependabot in #1641
- fix/update_react-native-maps_config by @ElenaDiachenko in #1648
- Bump rexml from 3.2.6 to 3.3.3 in /packages/app-harness by @dependabot in #1652
- add UTs by @ElenaDiachenko in #1650
- UTs by @justinasRm in #1635
- fixed command existence check by @ElenaDiachenko in #1633
- Bump rexml from 3.3.3 to 3.3.6 in /packages/app-harness by @dependabot in #1659
- Merge pull request #1664 from flexn-io/localTemplatePath_option_added by @locksten in #1670
- fix --skip-dependency-check option being ignored by @locksten in #1676
- add offline mode option by @locksten in #1680
- fix/macos_white_screen by @ElenaDiachenko in #1690
- fix offline mode not fully skipping npm packages by @locksten in #1689
- 1.1.0-rc.1 by @Marius456 in #1692
- [kaios] white blank screen when running app-harness by @Marius456 in #1696
- 1.1.0-rc.2 by @Marius456 in #1697
Full Changelog: 1.0.4...1.1.0
1.1.0-rc.2
What's Changed
- fix offline mode not fully skipping npm packages by @locksten in #1689
- 1.1.0-rc.1 by @Marius456 in #1692
- [kaios] white blank screen when running app-harness by @Marius456 in #1696
Full Changelog: 1.1.0-rc.1...1.1.0-rc.2
1.1.0-rc.1
What's Changed
- Merge pull request #1664 from flexn-io/localTemplatePath_option_added by @locksten in #1670
- fix --skip-dependency-check option being ignored by @locksten in #1676
- add offline mode option by @locksten in #1680
- fix/macos_white_screen by @ElenaDiachenko in #1690
Full Changelog: 1.1.0-rc.0...1.1.0-rc.1
1.0.4
1.0.3
1.0.2
What's Changed
- add --local-template-path / --localTemplatePath option to rnv new by @ElenaDiachenko in #1664
Full Changelog: 1.0.0...1.0.1
What's Changed
Full Changelog: 1.0.1...1.0.2
1.1.0-rc.0
What's Changed
- Add webpack merge testing by @ElenaDiachenko in #1627
- Feat/compare plugin overrides by @locksten in #1628
- fix: increase e2e timeouts by @pauliusguzas in #1642
- fix target picking for android when only one sim is present by @ElenaDiachenko in #1644
- Add tests next by @ElenaDiachenko in #1646
- add UT to crypto tasks by @ElenaDiachenko in #1638
- Single-platform integrations ask to pick a platform by @Marius456 in #1634
- added 'info' task using envinfo by @ElenaDiachenko in #1632
- Bump fast-xml-parser from 4.3.6 to 4.4.1 by @dependabot in #1640
- Bump requirejs from 2.3.6 to 2.3.7 by @dependabot in #1641
- fix/update_react-native-maps_config by @ElenaDiachenko in #1648
- Bump rexml from 3.2.6 to 3.3.3 in /packages/app-harness by @dependabot in #1652
- add UTs by @ElenaDiachenko in #1650
- UTs by @justinasRm in #1635
- fixed command existence check by @ElenaDiachenko in #1633
- Bump rexml from 3.3.3 to 3.3.6 in /packages/app-harness by @dependabot in #1659
Full Changelog: 1.0.0...1.1.0-rc.0
1.0.0
What's Changed
- chore: rename e2e files by @pauliusguzas in #1031
- fix: handle missing logs for json output by @mihaiblaga89 in #1073
- moved deps to engines by @mihaiblaga89 in #1077
- Bump xml2js from 0.5.0 to 0.6.0 by @dependabot in #1049
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #1082
- RNV TS migration by @pavjacko in #1093
- Fix macos by @mihaiblaga89 in #1106
- fixed androidtv, tvos wip by @mihaiblaga89 in #1112
- fix web path, fix ts error by @mihaiblaga89 in #1105
- ReNative major refactor by @pavjacko in #1113
- fix: change release scheme name by @pauliusguzas in #1091
- Post refactor fixes by @pavjacko in #1117
- Bump postcss from 8.4.30 to 8.4.31 by @dependabot in #1118
- added overrides for rn gesture handler to exclude unsupported features by @mihaiblaga89 in #1119
- updated dependencies to latest by @mihaiblaga89 in #1120
- iOS / tvOS fixes by @pavjacko in #1121
- fix: incorrect logger imports in sdk-webpack by @kasinskas in #1124
- Chore post refactor fixes pt3 by @pavjacko in #1129
- Bump electron from 26.2.1 to 26.2.4 by @dependabot in #1130
- move device logic before bundler, fix sudden bundler exit if failed by @mihaiblaga89 in #1137
- fix: podfile deployment target template by @kasinskas in #1145
- disable bundler on build by @mihaiblaga89 in #1148
- fix electron export, bump electron version by @mihaiblaga89 in #1149
- fixed webos CLI not finding index by @mihaiblaga89 in #1150
- fix sim not recognized by xcode error by @mihaiblaga89 in #1151
- added withRnvRNConfig, added missing files to template by @mihaiblaga89 in #1155
- Support for JSON schema by @pavjacko in #1140
- fix plugins and overrides by @pavjacko in #1157
- core structure update by @pavjacko in #1160
- fix: add back support for main gradle overrides by @kasinskas in #1163
- fix/web_export by @ElenaDiachenko in #1159
- Fix/androidwear by @ElenaDiachenko in #1166
- fix: add back splash activity by @kasinskas in #1167
- fix/macos_build_location_info by @ElenaDiachenko in #1171
- fix missing android template files, added correct licenses by @mihaiblaga89 in #1178
- leftover test by @mihaiblaga89 in #1147
- Dynamic templates & Typed Schema by @pavjacko in #1177
- add injection for gradle settings paths by @mihaiblaga89 in #1181
- Fix/build hooks path by @ElenaDiachenko in #1188
- rnv injections - fully typed file model by @pavjacko in #1180
- fix tizen paths for packaging apps by @mihaiblaga89 in #1184
- switched from rm to rimraf for windows by @mihaiblaga89 in #1187
- [feat] extend platform by @pavjacko in #1191
- fix/androidwear and androidtv gradle settings by @ElenaDiachenko in #1192
- Bump @babel/traverse from 7.22.20 to 7.23.2 by @dependabot in #1179
- Chore/ts coverage by @pavjacko in #1195
- fix/android_build by @ElenaDiachenko in #1198
- fix/ECONNREFUSED_on_NodeJS_18 by @ElenaDiachenko in #1200
- fix/tizenwatch/tizenmobile_build/export by @ElenaDiachenko in #1205
- fix/firetv by @ElenaDiachenko in #1210
- add missing deps by @ElenaDiachenko in #1212
- fix: ios release export and custom fonts by @kasinskas in #1214
- fix targetSchema tvos + xcode group creation by @ElenaDiachenko in #1220
- Fix/web new project by @ElenaDiachenko in #1221
- RNV Improvements and bug fixes by @pavjacko in #1215
- Bump react-devtools-core from 4.28.0 to 4.28.5 by @dependabot in #1222
- Fix/androidwear manifest by @ElenaDiachenko in #1226
- prevent the opening of a new terminal <= ios + tvos export by @ElenaDiachenko in #1228
- fix/kill_child_processes on exit by @ElenaDiachenko in #1224
- Extra fixes for bonanza by @mihaiblaga89 in #1230
- Fix Bonanza by @mihaiblaga89 in #1216
- Bump axios from 0.21.2 to 1.6.0 by @dependabot in #1234
- Various fixes by @GabrieleKaceviciute in #1243
- Metro config fixes by @mihaiblaga89 in #1231
- Web doesn't run on @rnv/template-starter@1.0.0-canary.7 by @mihaiblaga89 in #1232
- tvos export issue by @ElenaDiachenko in #1233
- Renative is missing configuration for hermes by @ElenaDiachenko in #1242
- [android, androidtv, firetv, androidwear] fix signing, added harness crypto by @mihaiblaga89 in #1237
- Renative has no indication when assetSources are specified but not found by @ElenaDiachenko in #1236
- RNV does not create encrypt destination folder by @ElenaDiachenko in #1250
- Fix/crypto by @ElenaDiachenko in #1256
- fixed configureTizenGlobal <= check for tizen certificate in Tizen St… by @ElenaDiachenko in #1258
- Fix app ID and app title when creating a new project by @mihaiblaga89 in #1259
- Update PULL_REQUEST_TEMPLATE.md by @mihaiblaga89 in #1261
- fix_assets for tvos by @ElenaDiachenko in #1266
- Dependency cleanup fixes by @pavjacko in #1263
- fix StatusBar style _ android by @ElenaDiachenko in #1265
- Added apple certs/pp/setup hook, fix tvos export by @mihaiblaga89 in #1264
- add test for sdk-tizen/runner by @ElenaDiachenko in #1267
- Android device management revamp by @mihaiblaga89 in #1262
- iOS Device Management by @mihaiblaga89 in #1269
- Fix/ci mode by @ElenaDiachenko in #1274
- fix eject packaging by @pavjacko in #1280
- added versionCode and versionName to app/build.gradle as injections by @ElenaDiachenko in #1281
- release/1.0 to main update by @pavjacko in #1260
- Fix/hermes for android by @ElenaDiachenko in #1282
- rn sdk improvements by @pavjacko in #1291
- removed the catching of errors_ executeRnv by @ElenaDiachenko in #1290
- fix/creating_project_with_spaces_in_name by @ElenaDiachenko in #1292
- Fix/crypto first run by @ElenaDiachenko in #1288
- Chore: make e2e working on rnv by @pauliusguzas in #1090
- Fix "Cannot find module 'metro-config' on new project" by @pavjacko in #1299
- Add globalThis pollyfill for Tizen devices by @aurimasmi in #1302
- Feat: resolutions overrides by @pavjacko in #1304
- Fix/windows by @ElenaDiachenko in #1301
- More injections are back by @mihaiblaga89 in #1298
- Fix Android eject bundle by @mihaiblaga89 in #1308
- Blocker issues hotfi...
1.0.0-rc.16
What's Changed
- fix skip linking for native plugins by @ElenaDiachenko in #1502
- Bootstrap fixes by @pavjacko in #1505
Full Changelog: 1.0.0-rc.14...1.0.0-rc.16
1.0.0-rc.14
What's Changed
- add @lightningjs overrides to config-templates by @ElenaDiachenko in #1494
- Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot in #1480
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #1472
- Context generics, types name refactor by @pavjacko in #1496
- Add UT webos devicemanager by @Marius456 in #1460
- Fix/android resources by @ElenaDiachenko in #1476
- Fix/lightningjs + unlock engine change using command options by @ElenaDiachenko in #1495
- Fix Kaios template starter by @Marius456 in #1491
- added check for available port - lightningjs by @ElenaDiachenko in #1498
- add autocomplete to interactive wizard prompt by @locksten in #1500
Full Changelog: 1.0.0-rc.13...1.0.0-rc.14