Releases: tsyirvo/react-native-starter
Releases · tsyirvo/react-native-starter
v2.1.0
2.1.0 (2024-04-19)
Features
- add post merge hook (#353) (a8d57e2)
- add util to request store review (#379) (e66a117)
- bump most of the dependencies (#350) (ee95c24)
- check network state on mount (#362) (32f146f)
- configure sentry to upload sourcemaps (#356) (e8aabed)
- indicate if app is running from an OTA update (#370) (916f164)
- integrate app icon and splash for each env (#366) (79aefce)
- lazy load the sandbox (#384) (576d101)
- migrate from MixPanel to Amplitude (#378) (47700a5)
- misc screens UI and logic updates (#361) (b544f7d)
- plug misc screens to the flags (#390) (e2bbba8)
- prepare the config to load fonts on the native with Expo SDK 50 (#364) (11ec1ad)
- set up a cache based on the default branch (#381) (0e9bb98)
- setup a basic graphQL config (#371) (9b617ea)
- setup a basic handling of JWT tokens (#374) (57fcadb)
- setup a more fine grained error boundary logic (#363) (990c42f)
- setup a store managed with zustand (#372) (8eb3491)
- setup builds in the CI (#382) (bb3efc7)
- setup deeplinks (#380) (68b1ddf)
- setup notifications (#377) (416d75b)
- setup tooling to handle forms (#375) (bd27e31)
Bug Fixes
v2.0.0
2.0.0 (2022-10-21)
⚠ BREAKING CHANGES
- migrate to expo with a custom development build (#341)
Features
- add support for testing rules in eslint config (#339) (886147e)
- better navigation abstractions (#338) (f5c2e66)
- migrate the image import script (#337) (c4f04df)
- migrate to expo with a custom development build (#341) (2c91857)
- setup a basic date handling (#340) (4df8e4f)
- setup detox to work with expo (#342) (e34e581)
Bug Fixes
v1.3.0
1.3.0 (2022-01-02)
Features
- add a logger class to handle errors (#267) (92793fc)
- add a maintenance screen (#273) (6a75d8c)
- add an error monitoring tool (#263) (bbcccf0)
- add app icons (#271) (8a4cd2c)
- add useful hooks often needed in projects (#270) (05ecebd)
- better app versioning (#272) (5c1e973)
- configure feature flags (#269) (52a4c64)
- create an analytics abstraction (#268) (e58fa06)
- implement a toaster component (#266) (20cffb0)
- setup performance monitoring (#265) (18874ae)
Bug Fixes
v1.2.0
1.2.0 (2021-12-17)
Features
- automate svg generation and usage (#247) (093d8d1)
- extract ESLint and TS config to an external package (#242) (8052eb8)
- migrate to new i18n lib (#240) (131704f)
- migrate to Restyle (#255) (dcae421)
- remove storybook in favor of custom sandbox (#243) (892be69)
- rework app structure (#258) (e887350)
- update eslint/babel/ts configs (#241) (bcb2902)
- update github actions release flow (#261) (6ddd87c)
- update testing strategy (#257) (979d48d)