Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

76 lines (42 loc) · 2.17 KB

Changelog

Based on Common Changelog.

2.3.0 - 2023-07-10

Changed

  • update the welcome screen, move styles to the index.js file
  • added into the index.html, at the header, some style to support 100% height of all screens

2.2.0 - 2023-06-20

Added

Introduced the ability to use Fastlane lanes from a shared repository fastlane-config

  • Added 'import_from_git' command to import the Fastfile from an external repository.
  • Added 'FASTLANE_CONFIG_VERSION' environment variable which refers to a tag on the fastlane-config repo.

Changed

Changed the Fastfile to use instance variables instead of local variables to pass to the inherited lanes.

2.1.1 - 2023-06-19

Fixed

  • Fixed web build issue with node_modules compilation.

2.1.0 - 2023-06-19

Added

  • Support for csrf token to the Django Web build version.

2.0.0 - 2023-05-31

If you are upgrading: please see scaffold-upgrade.md.

Added

Changed

  • Upgrade React Native to 0.71.7.
  • Upgrade React to 18.2.
  • Target Android SDK version 33, minimum level 21 - build.gradle.
  • Target iOS SDK minimum level set at 12.4 - Podfile.

1.2.0 - 2023-05-31

Added

  • Support for Appetize-only deployments (skipping store submissions/fastlane/fastflight).

Changed

  • Upgraded .python-version to 3.8.13.

Fixed

  • Removed unused code in the .circleci directory.

1.1.0 - 2022-06-01

Added

React Native Web support (#343) - include a Webpack configuration in the scaffold.

1.0.0 - 2021-04-07

First release.