7.0.0-beta.5 (2021-10-31)
- Fixed main property (6517d56)
7.0.0-beta.4 (2021-10-31)
7.0.0-beta.3 (2021-10-31)
- Fixed build issues (557573b)
7.0.0-beta.2 (2021-10-31)
- Removed react-native-appearance in favor of native API (11857b5)
7.0.0-beta.1 (2021-10-31)
- Removed Picker component (19f4321)
- 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)
- 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)
- BlueBaseAppTestError: Better error debugging in test enviornments (6c1391d)
6.0.2 (2020-09-02)
- BlueBaseFilter: Better error debugging (906ee32)
6.0.1 (2020-08-26)
- useFilter: Fixed an issue where app was being unmounted (3a689f8)
6.0.0 (2020-08-26)
- filter: resolved rerendering of filter hook (#306) (5b033e3)
- VIew: Fixed an issue where RCTView was crashing app (3153910)
- 🎨 Themes: New theme engine (#421) (dcfcc4f)
- PluginRegistry: Routes are now evaluated on render, not on boot (6d1373c)
-
PluginRegistry: Route config thunk no longer receive BB as a param. It receives RouteOptions param instead.
-
🎨 Themes: - Updated
theme.name
config totheme
-
Typings updated
-
Internal functions and API changed
6.0.0-alpha.3 (2020-08-26)
- PluginRegistry: Routes are now evaluated on render, not on boot (6d1373c)
- PluginRegistry: Route config thunk no longer receive BB as a param. It receives RouteOptions param instead.
6.0.0-alpha.2 (2020-08-25)
- VIew: Fixed an issue where RCTView was crashing app (3153910)
6.0.0-alpha.1 (2020-08-04)
-
🎨 Themes: - Updated
theme.name
config totheme
-
Typings updated
-
Internal functions and API changed
5.11.1 (2020-02-24)
5.11.0 (2020-01-27)
- 🎁 ComponentRegistry: Added
resolveFromCache
method (a22075f) - getComponent: Uses the new resolveFromCache method (8efb8f5)
- hooks: Added useComponent hook (9af1b0e)
5.10.0 (2020-01-27)
5.9.1 (2020-01-23)
5.9.0 (2019-12-24)
- BlueBase: Added ability to reset on reboot (b375af4)
5.8.0 (2019-12-21)
5.7.0 (2019-12-21)
- BlueBaseImage: Fixed a bad import statement (cfaa5c9)
- 🚨 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)
5.5.1 (2019-12-16)
- useStyles: Fixed hook typings (aa0c33a)
5.5.0 (2019-12-15)
- 🎨 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)
- Contexts: Updated hooks and contexts (b57954d)
5.4.1 (2019-12-06)
- 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)
- 🎁 ComponentRegistry: Allow React.memo components (65d8bce)
- getComponent: Now uses hooks api (5c86b8b)
5.3.1 (2019-11-22)
- workflow: fixed build docs step (2d5d9e1)
5.3.0 (2019-11-22)
- 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)
- applyStyles: defaultStyles fn gets props as second param (2a169c2)
5.2.0 (2019-11-07)
- 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)
- getComponent: Now takes components as input (1d01095)
5.1.0 (2019-10-01)
5.0.2 (2019-09-24)
5.0.1 (2019-09-24)
- package.json: removing npmrc file (48a34c8)
5.0.0 (2019-09-24)
- dev workflow: removed sudo from semantic release (12085d3)
- dev workflow: Version Upgrade