Skip to content

Latest commit

 

History

History
176 lines (137 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

176 lines (137 loc) · 21.3 KB

Changelog

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

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)