Skip to content

Latest commit

 

History

History
476 lines (262 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

476 lines (262 loc) · 21.7 KB

8.5.4 (2024-05-05)

Bug Fixes

8.5.3 (2024-04-14)

Bug Fixes

  • HomeScreen: Use dynamic title (47ad44d)

8.5.2 (2024-03-30)

Bug Fixes

8.5.1 (2024-03-30)

Bug Fixes

8.5.0 (2024-03-30)

Features

8.4.0 (2023-12-31)

Features

  • Added modeConfig option to Theme Context (d8cabe1)

8.3.3 (2023-12-31)

Bug Fixes

  • Fixed app crash due to dark mode setting change (dda9afd)
  • Fixed reload button if then app crashes (cef7a7b)

8.3.2 (2023-12-28)

Bug Fixes

  • useColorScheme: Fixed broken logic (b63aa2d)

8.3.1 (2023-11-19)

Bug Fixes

8.3.0 (2023-10-28)

Features

  • ConfigRegistry: Track if configs are mutated (cc6de8b)

8.2.0 (2023-09-03)

Features

  • Removed env check for production. Rely on configs (#605) (c33f209)

8.1.3 (2023-09-02)

Bug Fixes

8.1.2 (2023-09-02)

Bug Fixes

  • Fixed spoiled package.json (568adca)

8.1.1 (2023-09-02)

Bug Fixes

8.1.0 (2023-09-02)

Features

8.0.1 (2023-09-02)

Bug Fixes

  • Fixed a crash due to SafeAreaView (56a6f85)

8.0.0 (2023-09-01)

Bug Fixes

  • process.env is undefined error (#604) (50c0730)
  • Update master.yml (68739a4)
  • Update package.json (28e283d)
  • ComponentRegistry: Fixed an exception for fallback components (1ebc8d3)
  • Updated @bluebase/components (ad96731)

Features

  • ComponentState: Improved UI (a9cbe6d)
  • Use expo-font to load fonts (7162d2f)
  • ComponentRegistry: resolveFromCache will return component as is (d739348)
  • Navigation: Improved typings to follow React Navigation 6 (874c2dc)

BREAKING CHANGES

  • Navigation: - Navigation props have changed to follow React Navigation 6. Implementation of Link, Redirect & TouchableItem components removed

8.0.0-alpha.7 (2023-08-31)

Bug Fixes

8.0.0-alpha.6 (2023-08-31)

Bug Fixes

8.0.0-alpha.5 (2022-07-26)

Features

  • ComponentState: Improved UI (a9cbe6d)

8.0.0-alpha.4 (2022-07-23)

Bug Fixes

  • ComponentRegistry: Fixed an exception for fallback components (1ebc8d3)

8.0.0-alpha.3 (2022-07-23)

Features

  • Use expo-font to load fonts (7162d2f)
  • ComponentRegistry: resolveFromCache will return component as is (d739348)

8.0.0-alpha.2 (2022-04-30)

Bug Fixes

  • Updated @bluebase/components (ad96731)

8.0.0-alpha.1 (2022-04-30)

Features

  • Navigation: Improved typings to follow React Navigation 6 (874c2dc)

BREAKING CHANGES

  • Navigation: - Navigation props have changed to follow React Navigation 6. Implementation of Link, Redirect & TouchableItem components removed

7.1.0 (2022-04-25)

Features

  • BlueBaseTheme: New colors, better dark mode readibility (9c1dd6a)

7.0.0 (2022-04-24)

Bug Fixes

  • navigation: Migrated away from deprecated property in navigation (5396e97)
  • Fixed build issues (0d09d75)
  • Fixed build issues (557573b)
  • Fixed main property (6517d56)
  • Fixed warnings (31918f2)
  • Removed react-native-appearance in favor of native API (11857b5)

Code Refactoring

  • Removed Picker component (19f4321)

Features

BREAKING CHANGES

  • Upgrade project to Expo 43
  • Picker component is removed because it is not part of react native core anymore

7.0.0-beta.5 (2021-10-31)

Bug Fixes

7.0.0-beta.4 (2021-10-31)

Bug Fixes

7.0.0-beta.3 (2021-10-31)

Bug Fixes

7.0.0-beta.2 (2021-10-31)

Bug Fixes

  • Removed react-native-appearance in favor of native API (11857b5)

7.0.0-beta.1 (2021-10-31)

Code Refactoring

  • Removed Picker component (19f4321)

Features

BREAKING CHANGES

  • Upgrade project to Expo 43
  • Picker component is removed because it is not part of react native core anymore

6.1.1 (2020-12-31)

Bug Fixes

  • added hooks for latest preferences: added hooks for latest preferences (fd25124)
  • added hooks of components: added hooks of components (57e8e7e)
  • if no option of mode then toggle to no preferences: if no option of mode then toggle to no preferences (b70ddbf)

6.1.0 (2020-09-30)

Features

  • BlueBaseAppTestError: Better error debugging in test enviornments (6c1391d)

6.0.2 (2020-09-02)

Bug Fixes

  • BlueBaseFilter: Better error debugging (906ee32)

6.0.1 (2020-08-26)

Bug Fixes

  • useFilter: Fixed an issue where app was being unmounted (3a689f8)

6.0.0 (2020-08-26)

Bug Fixes

  • filter: resolved rerendering of filter hook (#306) (5b033e3)
  • VIew: Fixed an issue where RCTView was crashing app (3153910)

Features

  • 🎨 Themes: New theme engine (#421) (dcfcc4f)
  • PluginRegistry: Routes are now evaluated on render, not on boot (6d1373c)

BREAKING CHANGES

  • PluginRegistry: Route config thunk no longer receive BB as a param. It receives RouteOptions param instead.

  • 🎨 Themes: - Updated theme.name config to theme

  • Typings updated

  • Internal functions and API changed

6.0.0-alpha.3 (2020-08-26)

Features

  • PluginRegistry: Routes are now evaluated on render, not on boot (6d1373c)

BREAKING CHANGES

  • PluginRegistry: Route config thunk no longer receive BB as a param. It receives RouteOptions param instead.

6.0.0-alpha.2 (2020-08-25)

Bug Fixes

  • VIew: Fixed an issue where RCTView was crashing app (3153910)

6.0.0-alpha.1 (2020-08-04)

Bug Fixes

  • filter: resolved rerendering of filter hook (#306) (5b033e3)

Features

BREAKING CHANGES

  • 🎨 Themes: - Updated theme.name config to theme

  • Typings updated

  • Internal functions and API changed

5.11.1 (2020-02-24)

Bug Fixes

5.11.0 (2020-01-27)

Features

  • 🎁 ComponentRegistry: Added resolveFromCache method (a22075f)
  • getComponent: Uses the new resolveFromCache method (8efb8f5)
  • hooks: Added useComponent hook (9af1b0e)

5.10.0 (2020-01-27)

Features

  • Registry: Improved Error messages (b1348f7), closes #217

5.9.1 (2020-01-23)

Bug Fixes

  • ComponentState: Styles updated to resolve title and image overlap (#282) (4ab2465)

5.9.0 (2019-12-24)

Features

  • BlueBase: Added ability to reset on reboot (b375af4)

5.8.0 (2019-12-21)

Features

  • 🔀 Navigation: Adds a NavigationContext & useNavigation hook (8969aae)
  • New Logo (#158) (be1acb7)

5.7.0 (2019-12-21)

Bug Fixes

  • BlueBaseImage: Fixed a bad import statement (cfaa5c9)

Features

  • 🚨 BlueBaseAppError: New UX (e89b114)
  • BlueBaseApp: BlueBaseApp is now a functional component (e9b83f7)
  • BlueBaseApp: Shows error message in prod during infinite crash (3a27ef0)
  • BlueBaseAppLoading: New loading UI (09a1973)

5.6.0 (2019-12-19)

Features

  • BlueBaseImageBackground: Added component (#245) (2e0d9ef)

5.5.1 (2019-12-16)

Bug Fixes

  • useStyles: Fixed hook typings (aa0c33a)

5.5.0 (2019-12-15)

Features

  • 🎨 ThemeProvider: Now supports mode prop (2e126a5)
  • 🎨 ThemeProvider: Rewrote to use hooks api (bc580e4)
  • 🚇 BlueBaseFilter: Now uses useFilter hook (50a377f)
  • BlueBaseAppError: Removed "BlueBase" from error title. (c177956)
  • useStyles: Adds useStyles hook (0e25b77)
  • 🈯️ IntlContext: Updated to use hooks api (86eae71)

Performance Improvements

  • Contexts: Updated hooks and contexts (b57954d)

5.4.1 (2019-12-06)

Bug Fixes

  • workflow: added privilged access to the image (e72f818)
  • workflow: changed version for checkout action (23e940a)
  • workflow: fixed prepublish not being executed (dd1985d)

5.4.0 (2019-12-02)

Features

  • 🎁 ComponentRegistry: Allow React.memo components (65d8bce)
  • getComponent: Now uses hooks api (5c86b8b)

5.3.1 (2019-11-22)

Bug Fixes

  • workflow: fixed build docs step (2d5d9e1)

5.3.0 (2019-11-22)

Bug Fixes

  • add npmrc file : add npmrc registry (c5e7815)
  • npmrc: removed npmrc (e327b4e)
  • workflow: updated environment variable (c767876)
  • workflow: using git credentials for @semantic-release/git (3637f20)

Features

  • applyStyles: defaultStyles fn gets props as second param (2a169c2)

5.2.0 (2019-11-07)

Bug Fixes

  • semantic release: set env variable (698ab43)
  • workflow: changed environment variable (5dea463)
  • workflow: moved environment variables (d726102)
  • workflow: tokens (effb3f9)
  • workflow: updated token in release (6aae05f)
  • workflow: updated workflows (4c96897)

Features

  • getComponent: Now takes components as input (1d01095)

5.1.0 (2019-10-01)

Features

  • Added source to all registrys (9810c5b)
  • Each registry item gets an item source (1c69b40)

5.0.2 (2019-09-24)

Bug Fixes

5.0.1 (2019-09-24)

Bug Fixes

  • package.json: removing npmrc file (48a34c8)

5.0.0 (2019-09-24)

Bug Fixes

  • dev workflow: removed sudo from semantic release (12085d3)

BREAKING CHANGES

  • dev workflow: Version Upgrade