|
| 1 | +# Changelog |
| 2 | + |
| 3 | +Based on [Common Changelog](https://common-changelog.org/). |
| 4 | + |
| 5 | +## 2.4.0 - 2023-07-17 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- added support for react-native-paper in scaffold |
| 10 | + |
| 11 | + |
| 12 | +## 2.3.0 - 2023-07-10 |
| 13 | + |
| 14 | +### Changed |
| 15 | + |
| 16 | +- update the welcome screen, move styles to the `index.js` file |
| 17 | +- added into the index.html, at the header, some style to support 100% height of all screens |
| 18 | + |
| 19 | +## 2.2.0 - 2023-06-20 |
| 20 | + |
| 21 | +### Added |
| 22 | + |
| 23 | +Introduced the ability to use Fastlane lanes from a shared repository [fastlane-config](https://github.com/crowdbotics/fastlane-config) |
| 24 | + |
| 25 | +- Added 'import_from_git' command to import the Fastfile from an external repository. |
| 26 | +- Added 'FASTLANE_CONFIG_VERSION' environment variable which refers to a tag on the fastlane-config repo. |
| 27 | + |
| 28 | +### Changed |
| 29 | + |
| 30 | +Changed the Fastfile to use instance variables instead of local variables to pass to the inherited lanes. |
| 31 | + |
| 32 | +## 2.1.1 - 2023-06-19 |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- Fixed web build issue with node_modules compilation. |
| 37 | + |
| 38 | +## 2.1.0 - 2023-06-19 |
| 39 | + |
| 40 | +### Added |
| 41 | + |
| 42 | +- Support for csrf token to the Django Web build version. |
| 43 | + |
| 44 | +## 2.0.0 - 2023-05-31 |
| 45 | + |
| 46 | +_If you are upgrading: please see [scaffold-upgrade.md](/docs/scaffold-upgrade.md)._ |
| 47 | + |
| 48 | +### Added |
| 49 | + |
| 50 | +- Support for [typescript](https://www.typescriptlang.org/), see [tsconfig.json](/scaffold/template/tsconfig.json). |
| 51 | +- Support for configuring options for your `react-navigation` screens in global options. |
| 52 | +- User documentation for `@modules`, see [modules/README.md](/scaffold/template/custom/modules/README.md). |
| 53 | + |
| 54 | +### Changed |
| 55 | + |
| 56 | +- Upgrade React Native to [0.71.7](https://github.com/facebook/react-native/releases/tag/v0.71.7). |
| 57 | +- Upgrade React to [18.2](https://github.com/facebook/react/releases/tag/v18.2.0). |
| 58 | +- Target Android SDK version 33, minimum level 21 - [build.gradle](/scaffold/template/android/build.gradle). |
| 59 | +- Target iOS SDK minimum level set at 12.4 - [Podfile](/scaffold/template/ios/Podfile). |
| 60 | + |
| 61 | +## 1.2.0 - 2023-05-31 |
| 62 | + |
| 63 | +### Added |
| 64 | + |
| 65 | +- Support for Appetize-only deployments (skipping store submissions/fastlane/fastflight). |
| 66 | + |
| 67 | +## Changed |
| 68 | + |
| 69 | +- Upgraded `.python-version` to [3.8.13](https://www.python.org/downloads/release/python-3813/). |
| 70 | + |
| 71 | +### Fixed |
| 72 | + |
| 73 | +- Removed unused code in the `.circleci` directory. |
| 74 | + |
| 75 | +## 1.1.0 - 2022-06-01 |
| 76 | + |
| 77 | +### Added |
| 78 | + |
| 79 | +React Native Web support (#343) - include a Webpack configuration in the scaffold. |
| 80 | + |
| 81 | +## 1.0.0 - 2021-04-07 |
| 82 | + |
| 83 | +_First release._ |
0 commit comments