Skip to content

Latest commit

 

History

History
209 lines (163 loc) · 26.3 KB

File metadata and controls

209 lines (163 loc) · 26.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.0 (2025-06-20)

Features

  • add a default bottom sheet component (#425) (7c41485)
  • add new app icons with color scheme handling (#426) (c7e5592)
  • add simple Maestro test as example (#434) (58f6a1d)
  • implement a basic auth context and related logic (#431) (b1bdeb8)
  • integrate a dummy login screen (#427) (c3e07fc)
  • migrate i18n to V4 file format (#414) (572bb20)
  • migrate to ESLint V9 (#419) (1a8080a)
  • migrate to expo-router (#392) (e3cb893)
  • remove husky and lint-staged in favor of lefthook (#404) (821027f)
  • rework app bootstrap and locale initialization (#403) (8a8ac1b)
  • setup AppsFlyer SDK (#394) (5d95523)
  • setup generic permission requesting logic (#395) (4f4450d)
  • setup RevenueCat SDK (#393) (633717a)
  • setup router with auth flow and tabs with nested routes (#428) (d65ec30)
  • setup Storybook 8 (#405) (7412ab7)
  • simplify i18n setup and add more type safety (#396) (11dc68e)
  • tweak the home screen to provide more context about the starter motivations (#433) (2ddbf9c)
  • update app icon config (#420) (c87e667)
  • update design tokens and related UI elements (#423) (fc32a71)
  • update the input component UI (#424) (322f468)
  • update to Expo SDK 53 and bump all dependencies (#418) (e9ffdbf)
  • update tooling screens and add store update banner (#401) (fc2653a)

Bug Fixes

  • handle wrong path on feature flag logic (#417) (d860c33)

2.1.0 (2024-04-19)

Features

Bug Fixes

  • update some mixed up translation keys (#373) (ae6b2e9)

2.0.0 (2022-10-21)

⚠ BREAKING CHANGES

  • migrate to expo with a custom development build (#341)

Features

Bug Fixes

1.3.0 (2022-01-02)

Features

Bug Fixes

1.2.0 (2021-12-17)

Features

1.1.0 (2021-01-04)

Features

1.0.0 (2020-12-27)

Features

  • add a basic default fastlane config for Android (e8c43c3)
  • add a basic default fastlane config for iOS (ec91bed)
  • add a lane to add new testers devices IDs (6cf88ce)
  • add an utility to handle styling depending on devices sizes (15fcd62)
  • add automatic version handling for Fastlane iOS (95527ce)
  • add better locales management (#129) (4140902)
  • add commit linting (996c011)
  • add dummy firebase config files (cb9c1d3)
  • add Fastlane versionning for Android (245a276)
  • add multiple envs for android and ios (9c23ddf)
  • add new primitives (#130) (5482b70)
  • add screen tracking (3089dd6)
  • add support for Fastlane push certificates (a320d87)
  • add the Android part of the import script (c9007e0)
  • add the ios fastlane config (caf0070)
  • add the stories for the theme elements (c55b7f1)
  • autoload all stories files (52cfd70)
  • better styles on the home page (c27cf1d)
  • better theme file (7d59227)
  • configure codepush for android (014bcc8)
  • configure codepush for ios (52ebb22)
  • configure firebase for android (fc1dca4)
  • configure firebase for ios (6d617b8)
  • configure storyshots to automate jest testing (14842b5)
  • create a changelog when releasing iOS builds (ad1affc)
  • create a new page generator (cf2980b)
  • create a wrapper for some stories (86d7c0c)
  • create stories for the built-in components (39d56e7)
  • create targets for each env on ios (c770bf1)
  • fix ios build cache and prettier build output (0be7efe)
  • integrate crashlytics (58157b7)
  • lint the commit msg before linting the whole project (68da934)
  • log custom analytic events (fb8a833)
  • migrate from tslint to eslint (5c76f87)
  • migrate to the latest detox version (01a8c0f)
  • only disable the necessary ESlint rules (df29743)
  • only run if file is an image (b189bf2)
  • setup dangerjs (3643eb8)
  • setup test and ios e2e (3cbe1c0)
  • start migrating to i18n-next (c5ba845)
  • start of the android fastlane config (1f97898)
  • start setting up android e2e testing (2e0f912)
  • support adding folders without nesting (987bd94)
  • support folder nesting && filter out bad files (6a75ecb)
  • support passing multiple files to the image script (e304063)
  • toggle storybook from the dev menu (3516764)
  • update README to explain Fastlane usage (5b1d177)
  • update storybook and add basic addons examples (b50e654)
  • update the Fastlane flows (#139) (129db04)
  • update the prettier config (3534518)
  • update the versionning handling for iOS (f694b0c)
  • use testing-library for better tests utilities (b9a0ecd)
  • wip of adding a link to the storybook from the dev menu (a2b678e)

Bug Fixes

  • cleanup of the elision function (0273b95)
  • fix crashing while getting the locales on iOS13 (7837d39)
  • fix some bad danger js config (2bcb3ec)
  • fix spacing units (f4b5a3f)
  • fix the test:staged command (cb8ee04)
  • make the pod install for all targets and enable flipper for the dev one (b4090ee)
  • make the scheme shared (41343b3)
  • remove deleted target from podfile (0a20dd1)
  • remove the useless android permissions added by rn (8d5223d)
  • update detox script (aa4def4)
  • update the plist file (ac2d865)