Skip to content

Latest commit

 

History

History
613 lines (404 loc) · 58.7 KB

CHANGELOG.md

File metadata and controls

613 lines (404 loc) · 58.7 KB

1.0.0 (2022-11-20)

Bug Fixes

  • added backgroundColor style props to Text, added Text and ActivityIndicator docs (3cc611d)
  • added fix for focus/error shadowColor to Input, finished Input docs (0d330a1)
  • added tons of docs, Added algolia search, some bug fixes (c71b6ce)
  • divider: fixed issue related to divider length not changing in vertical orientation (339eb1d)
  • elevation: updated default elevation system, added default theme docs (3696c43)
  • extendtheme: removing type-enforcing for config files to fix circular dependency in extendTheme (28acca9)
  • extendtheme: updated to a leaner and more readable implementation of extendTheme (758c40f)
  • fake fix commit to trigger test release to npm (2f5716e)
  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (14021c5)
  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (5ec3f29)
  • fixed hot reloading of color modes in the theme provider (b7d3e59)
  • fixing icon implementation (2b421f0)
  • fixing icon implementation (0133030)
  • fixing missing exports, removed the temporary offline noticebar (087133c)
  • generatepalette: updated generateTintsAndShades function, added docs (8b559d7)
  • hotreloading: fixed app hot reload on updating the theme object (44dd222)
  • hotreloading: fixed app hot reload on updating the theme object (59ff74c)
  • image, badge, input: adding web support for Image, Badge, and Input (4501a9f)
  • palette types: fixed the expanded color types for the theme palette (44c9112)
  • palette: refactored base theme, updated theme palette format, added theme docs (543d84a)
  • palette: updated base palette (cac3e98)
  • pressable: fixed the bleeding android ripple effect with border radius applied to pressable (d540131)
  • renamed ActivityIndicator component to Spinner (5cf0b61)
  • reverted back the OG extendTheme implementation and removed type safety from default theme (cd0167e)
  • screen: fixed SafeAreaView and Box heirarchy, updated copy on website, Added Product Hunt badge (d9d2acc)
  • screen: fixed screen onPullToRefresh promise execution bug (5eaa81a)
  • text: fixed text responsive size, added typography docs, updated default typography (60873b2)
  • themeprovider: fixed perpetual light theme error in theme provider (07ef8f6)
  • themeprovider: fixed perpetual light theme error in theme provider (6fa8f7a)
  • themeprovider: renamed prop to defaultColorMode (fb1337d)
  • useaccessiblecolors: fixed random input issue with useAccessibleColors (9461740)
  • useaccessiblecolor: updated the input types for useAccessibleColorand updated its docs (813a15a)

Features

  • added custom background color support for Button (1e4de50)
  • added focus and error states for Input, added test files for the same, fixed some bugs (eeafe44)
  • added textlink and input component, updated useMolecularConfig hook, Added docs (5c3c7b6)
  • added theme (918ba53)
  • added useColorScheme hook, and a custom Pressable component (f0c2208)
  • added web support for the Spinner component (0fcd05f)
  • added web support for the Spinner component (b9d3358)
  • avatar: added functionality for the new Avatar component (1e67598)
  • avatar: added functionality for the new Avatar component (fa0aeb8)
  • avatargroup: added AvatarGroup component and corresponding docs (58ffed6)
  • badge: added a Badge component and an HOC component to add badges to other components (1e176a3)
  • button: added multiComponentConfig hook, added button component (2acaaec)
  • checkbox: added new CheckBox component, fixed the inconsistent Hook call error + bug fixes (29bf863)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (0f7ee03)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (d49beae)
  • componentconfig: added component specific configuration to the theme (c6aac22)
  • componentconfig: added component specific configuration to the theme (522ade2)
  • divider: added Divider component with corresponding docs (7951eea)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (2e5a3bb)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (90de08e)
  • extendtheme: added function to extend the baseTheme (1321376)
  • extendtheme: updated the extendTheme function to return a type-enforced theme object (9e00281)
  • factory: added a pearlify factory hook that converts custom components to pearl components (050b3cb)
  • icon: added Icon component and respective documentation (b1f6da9)
  • image: adding new Image component with caching and progressive loading (e8e8a83)
  • layout: added center component (b7992a7)
  • layoutprops: added shorthand support for layout props (da079b2)
  • offlinenotice: added OfflineNotice component and story (40b474c)
  • radio, radiogroup, checkboxgroup: added new Radio, RadioGroup, and CheckBoxGroup components (6cd0780)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (5605a94)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (8e1c53a), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (c83b606), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (1ff1e39), closes #106
  • screen and activityindicator: added Screen and ActivityIndicator components (9b40ccc)
  • screen: added scrollable, pull-to-refresh, and keyboard aware functionality to screen (0c3a008)
  • stack: added HStack, VStack, and ZStack components with corresponding docs (006bc5c)
  • stack: added Stack layout component and corresponding docs (39e0c1e)
  • text, documentation: added typography system, added unit tests, added documentation website (7af9ce3)
  • type enforcing: added type-enforcing for all props and config files (75a38fa)
  • types: exporting types from the module (cd236bf)

Performance Improvements

  • added CheckBox, Badge, Radio, Image, and Screen components. Updates styles, core API, and docs (a47c7ed)
  • typography: adopted a Chakra UI inspired typography specification system (1b211d8), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (28e08b4), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (0d52e51), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (b1c1559), closes #141

BREAKING CHANGES

  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i

1.0.0 (2022-07-08)

Bug Fixes

  • added backgroundColor style props to Text, added Text and ActivityIndicator docs (3cc611d)
  • added fix for focus/error shadowColor to Input, finished Input docs (0d330a1)
  • added tons of docs, Added algolia search, some bug fixes (c71b6ce)
  • divider: fixed issue related to divider length not changing in vertical orientation (339eb1d)
  • elevation: updated default elevation system, added default theme docs (3696c43)
  • extendtheme: removing type-enforcing for config files to fix circular dependency in extendTheme (28acca9)
  • extendtheme: updated to a leaner and more readable implementation of extendTheme (758c40f)
  • fake fix commit to trigger test release to npm (2f5716e)
  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (14021c5)
  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (5ec3f29)
  • fixed hot reloading of color modes in the theme provider (b7d3e59)
  • fixing icon implementation (2b421f0)
  • fixing icon implementation (0133030)
  • fixing missing exports, removed the temporary offline noticebar (087133c)
  • generatepalette: updated generateTintsAndShades function, added docs (8b559d7)
  • hotreloading: fixed app hot reload on updating the theme object (44dd222)
  • hotreloading: fixed app hot reload on updating the theme object (59ff74c)
  • image, badge, input: adding web support for Image, Badge, and Input (4501a9f)
  • palette types: fixed the expanded color types for the theme palette (44c9112)
  • palette: refactored base theme, updated theme palette format, added theme docs (543d84a)
  • palette: updated base palette (cac3e98)
  • pressable: fixed the bleeding android ripple effect with border radius applied to pressable (d540131)
  • renamed ActivityIndicator component to Spinner (5cf0b61)
  • reverted back the OG extendTheme implementation and removed type safety from default theme (cd0167e)
  • screen: fixed SafeAreaView and Box heirarchy, updated copy on website, Added Product Hunt badge (d9d2acc)
  • screen: fixed screen onPullToRefresh promise execution bug (5eaa81a)
  • text: fixed text responsive size, added typography docs, updated default typography (60873b2)
  • themeprovider: fixed perpetual light theme error in theme provider (07ef8f6)
  • themeprovider: fixed perpetual light theme error in theme provider (6fa8f7a)
  • themeprovider: renamed prop to defaultColorMode (fb1337d)
  • useaccessiblecolors: fixed random input issue with useAccessibleColors (9461740)
  • useaccessiblecolor: updated the input types for useAccessibleColorand updated its docs (813a15a)

Features

  • added custom background color support for Button (1e4de50)
  • added focus and error states for Input, added test files for the same, fixed some bugs (eeafe44)
  • added textlink and input component, updated useMolecularConfig hook, Added docs (5c3c7b6)
  • added theme (918ba53)
  • added useColorScheme hook, and a custom Pressable component (f0c2208)
  • added web support for the Spinner component (0fcd05f)
  • added web support for the Spinner component (b9d3358)
  • avatar: added functionality for the new Avatar component (1e67598)
  • avatar: added functionality for the new Avatar component (fa0aeb8)
  • avatargroup: added AvatarGroup component and corresponding docs (58ffed6)
  • badge: added a Badge component and an HOC component to add badges to other components (1e176a3)
  • button: added multiComponentConfig hook, added button component (2acaaec)
  • checkbox: added new CheckBox component, fixed the inconsistent Hook call error + bug fixes (29bf863)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (0f7ee03)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (d49beae)
  • componentconfig: added component specific configuration to the theme (c6aac22)
  • componentconfig: added component specific configuration to the theme (522ade2)
  • divider: added Divider component with corresponding docs (7951eea)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (2e5a3bb)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (90de08e)
  • extendtheme: added function to extend the baseTheme (1321376)
  • extendtheme: updated the extendTheme function to return a type-enforced theme object (9e00281)
  • factory: added a pearlify factory hook that converts custom components to pearl components (050b3cb)
  • icon: added Icon component and respective documentation (b1f6da9)
  • image: adding new Image component with caching and progressive loading (e8e8a83)
  • layout: added center component (b7992a7)
  • layoutprops: added shorthand support for layout props (da079b2)
  • offlinenotice: added OfflineNotice component and story (40b474c)
  • radio, radiogroup, checkboxgroup: added new Radio, RadioGroup, and CheckBoxGroup components (6cd0780)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (5605a94)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (8e1c53a), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (c83b606), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (1ff1e39), closes #106
  • screen and activityindicator: added Screen and ActivityIndicator components (9b40ccc)
  • screen: added scrollable, pull-to-refresh, and keyboard aware functionality to screen (0c3a008)
  • stack: added HStack, VStack, and ZStack components with corresponding docs (006bc5c)
  • stack: added Stack layout component and corresponding docs (39e0c1e)
  • text, documentation: added typography system, added unit tests, added documentation website (7af9ce3)
  • type enforcing: added type-enforcing for all props and config files (75a38fa)
  • types: exporting types from the module (cd236bf)

Performance Improvements

  • added CheckBox, Badge, Radio, Image, and Screen components. Updates styles, core API, and docs (a47c7ed)
  • typography: adopted a Chakra UI inspired typography specification system (1b211d8), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (28e08b4), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (0d52e51), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (b1c1559), closes #141

BREAKING CHANGES

  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i

2.1.0 (2022-01-08)

Features

  • avatargroup: added AvatarGroup component and corresponding docs (1b12aab)
  • factory: added a pearlify factory hook that converts custom components to pearl components (214d4f5)
  • stack: added HStack, VStack, and ZStack components with corresponding docs (1d33cd3)

2.0.2 (2022-01-03)

Bug Fixes

  • useaccessiblecolors: fixed random input issue with useAccessibleColors (5e8eadd)
  • useaccessiblecolor: updated the input types for useAccessibleColorand updated its docs (1b49a43)

2.0.1 (2022-01-03)

Bug Fixes

  • image, badge, input: adding web support for Image, Badge, and Input (9870047)

2.0.0 (2022-01-03)

Bug Fixes

  • extendtheme: removing type-enforcing for config files to fix circular dependency in extendTheme (6934bf8)
  • extendtheme: updated to a leaner and more readable implementation of extendTheme (b552189)
  • fake fix commit to trigger test release to npm (9958c8d)
  • palette types: fixed the expanded color types for the theme palette (a6edaff)
  • reverted back the OG extendTheme implementation and removed type safety from default theme (70cf86a)

Features

  • added web support for the Spinner component (efd5420)
  • added web support for the Spinner component (9983319)
  • avatar: added functionality for the new Avatar component (d9eae07)
  • avatar: added functionality for the new Avatar component (5753fa3)
  • extendtheme: updated the extendTheme function to return a type-enforced theme object (a29e879)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (72cdfe7)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (a82953e), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (011ceb3), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (621fa3a), closes #106
  • type enforcing: added type-enforcing for all props and config files (d7e29a0)
  • types: exporting types from the module (2a477e0)

Performance Improvements

  • typography: adopted a Chakra UI inspired typography specification system (b559bc1), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (4213138), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (eb71c96), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (d50f07a), closes #141

BREAKING CHANGES

  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i

2.0.0-beta.1 (2022-01-03)

Bug Fixes

  • extendtheme: removing type-enforcing for config files to fix circular dependency in extendTheme (6934bf8)
  • extendtheme: updated to a leaner and more readable implementation of extendTheme (b552189)
  • fake fix commit to trigger test release to npm (9958c8d)
  • palette types: fixed the expanded color types for the theme palette (a6edaff)
  • reverted back the OG extendTheme implementation and removed type safety from default theme (70cf86a)

Features

  • added web support for the Spinner component (efd5420)
  • added web support for the Spinner component (9983319)
  • avatar: added functionality for the new Avatar component (d9eae07)
  • avatar: added functionality for the new Avatar component (5753fa3)
  • extendtheme: updated the extendTheme function to return a type-enforced theme object (a29e879)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (72cdfe7)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (a82953e), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (011ceb3), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (621fa3a), closes #106
  • type enforcing: added type-enforcing for all props and config files (d7e29a0)
  • types: exporting types from the module (2a477e0)

Performance Improvements

  • typography: adopted a Chakra UI inspired typography specification system (b559bc1), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (4213138), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (eb71c96), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (d50f07a), closes #141

BREAKING CHANGES

  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i

2.0.0-beta.7 (2021-12-31)

Bug Fixes

  • reverted back the OG extendTheme implementation and removed type safety from default theme (e3eb55e)

2.0.0-beta.6 (2021-12-30)

Bug Fixes

  • fake fix commit to trigger test release to npm (ffd571a)

2.0.0-beta.5 (2021-12-30)

Bug Fixes

  • extendtheme: updated to a leaner and more readable implementation of extendTheme (d6e8c55)

2.0.0-beta.4 (2021-12-30)

Bug Fixes

  • extendtheme: removing type-enforcing for config files to fix circular dependency in extendTheme (781c260)

2.0.0-beta.3 (2021-12-30)

Features

  • extendtheme: updated the extendTheme function to return a type-enforced theme object (ad1deb1)

2.0.0-beta.2 (2021-12-30)

Features

  • types: exporting types from the module (0372e7e)

2.0.0-beta.1 (2021-12-30)

Features

  • added web support for the Spinner component (efd5420)
  • added web support for the Spinner component (9983319)
  • avatar: added functionality for the new Avatar component (d9eae07)
  • avatar: added functionality for the new Avatar component (5753fa3)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (72cdfe7)
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (a82953e), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (011ceb3), closes #106
  • responsivity: added breakpoints in theme and updated the expected format for responsive props (621fa3a), closes #106
  • type enforcing: added type-enforcing for all props and config files (d7e29a0)

Performance Improvements

  • typography: adopted a Chakra UI inspired typography specification system (b559bc1), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (4213138), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (eb71c96), closes #141
  • typography: adopted a Chakra UI inspired typography specification system (d50f07a), closes #141

BREAKING CHANGES

  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i
  • typography: Removed the previous text style configuration process and subbed i

1.6.2 (2021-11-19)

Bug Fixes

  • screen: fixed screen onPullToRefresh promise execution bug (c5d366e)

1.6.1 (2021-11-19)

Bug Fixes

  • fixing missing exports, removed the temporary offline noticebar (556647b)

1.6.0 (2021-11-19)

Bug Fixes

  • pressable: fixed the bleeding android ripple effect with border radius applied to pressable (db0d366)

Features

  • badge: added a Badge component and an HOC component to add badges to other components (ec5adc1)
  • image: adding new Image component with caching and progressive loading (5fa62ed)
  • radio, radiogroup, checkboxgroup: added new Radio, RadioGroup, and CheckBoxGroup components (0836d4c)
  • screen: added scrollable, pull-to-refresh, and keyboard aware functionality to screen (6bd2555)

Performance Improvements

  • added CheckBox, Badge, Radio, Image, and Screen components. Updates styles, core API, and docs (d09e849)

1.5.0 (2021-11-11)

Bug Fixes

  • fixed hot reloading of color modes in the theme provider (56efdb7)

Features

  • checkbox: added new CheckBox component, fixed the inconsistent Hook call error + bug fixes (21a3e4b)
  • stack: added Stack layout component and corresponding docs (28c0265)

1.4.1 (2021-11-09)

Bug Fixes

  • divider: fixed issue related to divider length not changing in vertical orientation (1f9a587)

1.4.0 (2021-11-09)

Features

  • divider: added Divider component with corresponding docs (2cf151f)

1.3.1 (2021-11-09)

Bug Fixes

  • screen: fixed SafeAreaView and Box heirarchy, updated copy on website, Added Product Hunt badge (50c457c)

1.3.0 (2021-11-08)

Bug Fixes

  • added fix for focus/error shadowColor to Input, finished Input docs (84f2453)
  • palette: updated base palette (35d5253)

Features

  • added custom background color support for Button (a1129c2)
  • added focus and error states for Input, added test files for the same, fixed some bugs (e931c68)
  • added textlink and input component, updated useMolecularConfig hook, Added docs (7242573)

1.2.3 (2021-10-17)

Bug Fixes

  • added tons of docs, Added algolia search, some bug fixes (315ac12)
  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (3b70e7f)
  • fixing icon implementation (4d876f5)

1.2.2 (2021-10-05)

Bug Fixes

  • fixed componentConfig hooks for non-style props, made minor bug fixes, added docs for Button (4b3053e)

1.2.1 (2021-10-05)

Bug Fixes

  • fixing icon implementation (413369b)

1.2.0 (2021-10-05)

Features

  • added useColorScheme hook, and a custom Pressable component (8d25ed0)
  • button: added multiComponentConfig hook, added button component (aba8b85)
  • icon: added Icon component and respective documentation (6569ddd)

1.1.4 (2021-09-29)

Bug Fixes

  • renamed ActivityIndicator component to Spinner (b1f39ff)

1.1.3 (2021-09-29)

Bug Fixes

  • added backgroundColor style props to Text, added Text and ActivityIndicator docs (fd94f92)

1.1.2 (2021-09-28)

Bug Fixes

  • palette: refactored base theme, updated theme palette format, added theme docs (f121edd)

1.1.1 (2021-09-27)

Bug Fixes

  • elevation: updated default elevation system, added default theme docs (45422e5)
  • text: fixed text responsive size, added typography docs, updated default typography (7942f5b)

1.1.0 (2021-09-25)

Bug Fixes

  • generatepalette: updated generateTintsAndShades function, added docs (48fa6c2)

Features

  • extendtheme: added function to extend the baseTheme (6c6765b)
  • layoutprops: added shorthand support for layout props (e1d78c6)

1.0.1 (2021-09-23)

Bug Fixes

  • themeprovider: renamed prop to defaultColorMode (d9b113f)

1.0.0 (2021-09-22)

Bug Fixes

  • hotreloading: fixed app hot reload on updating the theme object (c7f3dd2)
  • hotreloading: fixed app hot reload on updating the theme object (e5b2cbb)
  • themeprovider: fixed perpetual light theme error in theme provider (f9aac72)
  • themeprovider: fixed perpetual light theme error in theme provider (f38dbc1)

Features

  • colormodecolors: added ability to add color-mode based colors directly into theme config (95a9c24)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (711a1dc)
  • componentconfig: added component specific configuration to the theme (0a5c7f8)
  • componentconfig: added component specific configuration to the theme (4a5a9d7)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (a2bbbd8)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (6f44397)
  • layout: added center component (7302971)
  • offlinenotice: added OfflineNotice component and story (d95d961)
  • screen and activityindicator: added Screen and ActivityIndicator components (b55c91b)
  • text, documentation: added typography system, added unit tests, added documentation website (3a1a39d)
  • added theme (a4671d5)

1.0.0-beta.2 (2021-09-22)

Bug Fixes

  • hotreloading: fixed app hot reload on updating the theme object (c7f3dd2)
  • hotreloading: fixed app hot reload on updating the theme object (e5b2cbb)
  • themeprovider: fixed perpetual light theme error in theme provider (f9aac72)
  • themeprovider: fixed perpetual light theme error in theme provider (f38dbc1)

Features

  • colormodecolors: added ability to add color-mode based colors directly into theme config (95a9c24)
  • colormodecolors: added ability to add color-mode based colors directly into theme config (711a1dc)
  • componentconfig: added component specific configuration to the theme (0a5c7f8)
  • componentconfig: added component specific configuration to the theme (4a5a9d7)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (a2bbbd8)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (6f44397)

1.0.0-beta.2 (2021-09-22)

Bug Fixes

  • hotreloading: fixed app hot reload on updating the theme object (e5b2cbb)
  • themeprovider: fixed perpetual light theme error in theme provider (f38dbc1)

Features

  • colormodecolors: added ability to add color-mode based colors directly into theme config (711a1dc)
  • componentconfig: added component specific configuration to the theme (4a5a9d7)
  • elevation: added elevation config to theme and a custom prop 'boxShadow' to Box components (6f44397)

1.0.0-beta.1 (2021-09-10)

Features

  • layout: added center component (7302971)
  • offlinenotice: added OfflineNotice component and story (d95d961)
  • screen and activityindicator: added Screen and ActivityIndicator components (b55c91b)
  • text, documentation: added typography system, added unit tests, added documentation website (3a1a39d)
  • added theme (a4671d5)