Skip to content

Latest commit

 

History

History
1216 lines (1042 loc) · 158 KB

CHANGELOG.md

File metadata and controls

1216 lines (1042 loc) · 158 KB

1.0.0 (2024-03-27)

Bug Fixes

  • checkbox: 💚 fix build ts definition (f430579)
  • example-app: 🐛 fix web focus issues (01c495c)
  • types: add comments for ignoring ts errors, and fix a ts error with Type assertion (a931de3)

Documentation Changes

  • readme: 📝 update getting started guide (19fce43)

Build Updates

  • 💚 fix github workflows to use node 16 (affe8ac)
  • 💚 fix lint github workflow (92fa561)
  • example-app: 🚀 deploy web version (40b0b07)

Feature Updates

  • components: ⚡ use useWebFocusRing hook, to remove the outline style (ccf8d42)
  • theme: 🎨 add common web style to component default styles (87f3227)
  • update react-native-svg package to latest fixing infinite console errors on web (452cf1c)
  • utils: ⚡ add useWebFocusRing hook (f400928)

Maintanance Updates

  • 📦 add @react-aria/focus package (7e18eaf)
  • add ios & android build folders (c8a70bb)
  • changes to get the published version code (323b0b1)
  • components: 🔥 remove ts-ignore (e653da2)
  • example-app: ⬆️ upgrade to latest expo dependencies (d64b309)
  • example-app: 💚 fix npm scripts to use expo go (a46da3c)
  • example-app: ➖ remove twrnc from example app as library already imports (bd65a20)
  • select: ⬆️ upgrade bottom-sheet to alpha-version (0fbb51a)
  • update packages to the latest supported version of expo (94d584e)

1.0.0-alpha.9 (2022-12-16)

Bug Fixes

  • 🩹 fix yarn.lock (9b7b57b)
  • 🚑 description should render only when label is set (569f43b)
  • 🚑 description should render only when label is set (420620f)
  • 🚑 downgrade @chakra-ui/hooks to make the expo web app work (c10e120)
  • 🚑 downgrade @chakra-ui/hooks to make the expo web app work (9cc8ad6)
  • 🏷️ add as ReactNode to RenderPropType of children (1eb4121)
  • 🏷️ add as ReactNode to RenderPropType of children (eca16e7)
  • 🏷️ update prop types on Spinner suffix component (2ccd08a)
  • 🏷️ update prop types on Spinner suffix component (d26d7ba)
  • 🏷️ update prop types on Spinner suffix component (b840638)
  • checkbox: 🚑 breaking change in checkbox with context having orientation (d68f8d8)
  • checkbox: 🐛 fix orientation undefined error (0d24c87)
  • circular-progress: 🐛 fix Hint value being tilted & (87d4222)
  • circular-progress: 🐛 fix Hint value being tilted & (871f695)
  • example-app: 🚑 fix android build issues (05eac93)
  • example-app: 🚑 fix android build issues (8ffe90c)
  • example-app: 🚑 fix android build issues (45e4cb7)
  • example-app: 🚑 fix android build issues (1af81df)
  • example-app: 🚑 fix android build issues (19c735d)
  • example-app: 🚑 fix android build issues (902693b)
  • example-app: 🚑 fix android build issues (0cad21d)
  • example-app: 🚑 fix android build issues (9dcd521)
  • example-app: 🚑 fix android build issues (b9311f8)
  • example-app: 🚑 fix android build issues (8022663)
  • example-app: 🚑 fix android build issues (ad48bec)
  • example-app: 🚑 update react-native-web & (f94a766)
  • example-app: 🚑 update react-native-web & (acf7684)
  • example-app: 🚑 update react-native-web & (8fcb7b8)
  • example-app: 🚑 update react-native-web & (35d82b7)
  • example-app: 🚑 update react-native-web & (de689cc)
  • example-app: 🚑 update react-native-web & (6f6cc13)
  • example-app: 🐛 fix all type errors of example app (09c7880)
  • example-app: 🐛 fix avatar group view screen prop control padding (f33de1e)
  • example-app: 🐛 fix avatars with images (9785e61)
  • example-app: 🐛 fix has label and has hints prop controls (6d8d065)
  • example-app: 🐛 fix input component view screen focus buttons (f417f8f)
  • example-app: 🐛 fix show value prop to show the progress value (7ed783e)
  • example-app: 🐛 remove bottom white space visible in iOS screens (1e1b586)
  • example-app: 🐛 status bar not visible on android (fe95295)
  • example-app: 💄 fix alignment of the buttons to the left in text area view screen (5fc0381)
  • example-app: 📦 change react error overlay package version in resolution (abb3558)
  • example-app: 📦 change react error overlay package version in resolution (8413f11)
  • example-app: 📦 change react error overlay package version in resolution (0c78869)
  • example-app: ♻️ replace most of the icons with slot icons and fix status bar color (29b102b)
  • input: 🐛 fix ref prop returning null on triggering events (fe5778f)
  • radio: 🚑 fix wrong import path (5f63f7e)
  • radio: 🚑 fix wrong import path (01e5de0)
  • radio: 🚑 fix wrong import path (fa9bceb)
  • radio: ✏️ typo fix (c2707f0)
  • radio: ✏️ typo fix (01bcefb)
  • slider: 🚑 fix slider tooltip positioning and background-arrow icon color mismatch (4c3a065)
  • slider: 🚑 fix slider tooltip positioning and background-arrow icon color mismatch (1e4df3d)
  • spinner: 🐛 fix merge conflicts (652ebbb)
  • spinner: 🐛 fix merge conflicts (2c5121a)
  • spinner: 🐛 fix merge conflicts (6a72544)
  • types: 🏷️ add children prop of type ReactNode (8cd7e7d)
  • types: 🏷️ add children prop of type ReactNode (961cb01)
  • types: 🏷️ map suffix, prefix and spinner render components type to ReactNode (61abc9c)
  • types: 🏷️ map suffix, prefix and spinner render components type to ReactNode (cb8aa3b)
  • types: 🏷️ map suffix, prefix and spinner render components type to ReactNode (8ee1197)
  • utils: 🏷️ change type fixing prop inference issue in components (2787180)
  • utils: 🏷️ change type fixing prop inference issue in components (a7850ad)

Other Changes

  • example-app: ♻️ add top margin to button variant prop controls (9fd938d)

Documentation Changes

  • avatar: 🎨 update controls with more options (c4a312b)
  • avatar: 📝 update Avatar component docs (bc4c3b5)
  • avatar: 📝 update Avatar component docs (c82d1ce)
  • avatar: 📝 update Avatar Group docs (23a9668)
  • avatar: 📝 update Avatar Group docs (538aea9)
  • avatar: 📝 update docs with previews (8074fe6)
  • avatar: 📝 update docs with previews (9a18ce0)
  • checkbox: 📝 update CheckboxGroup docs (b6a87f5)
  • checkbox: 📝 update CheckboxGroup docs (f073a5c)
  • checkbox: 📝 update docs with previews (5b2847a)
  • checkbox: 📝 update docs with previews (ec55607)
  • checkbox: 📝 update docs with previews/screenshots (30e3115)
  • checkbox: 📝 update docs with previews/screenshots (c8fa945)
  • circular-progress: 🎨 format markdown table (8a149e0)
  • circular-progress: 🎨 format markdown table (aa968e8)
  • input: 📝 update docs with prefix/suffix sections (6400c73)
  • input: 📝 update docs with prefix/suffix sections (9e976a7)
  • input: 📝 update docs with previews for suffix/prefix (1378324)
  • input: 📝 update docs with previews for suffix/prefix (9683c5d)
  • input: 📝 update docs with previews/screenshots (053785d)
  • input: 📝 update docs with previews/screenshots (3b7662a)
  • meter: 📝 update docs with collapsible code (a3c66fe)
  • meter: 📝 update docs with collapsible code (4bac7c7)
  • meter: 📝 update docs with previews (5cf1af5)
  • meter: 📝 update docs with previews (a733ce4)
  • progress-bar: 📝 update docs with collapsible code (b90d2fb)
  • progress-bar: 📝 update docs with collapsible code (d92c7a9)
  • progress-bar: 📝 update docs with previews/screenshots (e4ba7d4)
  • progress-bar: 📝 update docs with previews/screenshots (24ec2a3)
  • radio: 📝 update docs with collapsible code & orientation section (2a36c91)
  • radio: 📝 update docs with collapsible code & orientation section (b21915b)
  • radio: 📝 update docs with preview of Orientation (3af620c)
  • radio: 📝 update docs with preview of Orientation (bc0b999)
  • radio: 📝 update docs with previews/screenshots (addd22a)
  • radio: 📝 update docs with previews/screenshots (9eb4fea)
  • readme: 📝 update getting-started docs with better usage snippet (d22033c)
  • readme: 📝 update getting-started docs with better usage snippet (905ed7a)
  • readme: 📝 update select docs explaining options props & (91032bd)
  • readme: 📝 update select docs explaining options props & (90d8646)
  • slider: 📝 update slider docs with new sections (9934920)
  • slider: 📝 update slider docs with new sections (9420c34)
  • slider: 📝 update slider docs with previews (61c8b5c)
  • slider: 📝 update slider docs with previews (e9c31a7)
  • spinner: 📝 update spinner docs with collapsible code & add Track section (07dc852)
  • spinner: 📝 update spinner docs with collapsible code & add Track section (21518eb)
  • spinner: 📝 update spinner docs with new preview clips (2244bd1)
  • spinner: 📝 update spinner docs with new preview clips (91e4753)
  • spinner: 📝 update spinner docs with preview clips (82b9371)
  • spinner: 📝 update spinner docs with preview clips (ce2c5c7)
  • switch: 📝 update docs with collapsible code snippets and label/desc section (4495c53)
  • switch: 📝 update docs with collapsible code snippets and label/desc section (573fe3f)
  • switch: 📝 update docs with previews/screenshots (6525a8d)
  • switch: 📝 update docs with previews/screenshots (62442b3)
  • tag: 📝 update docs with collapsible code snippets (6af9071)
  • tag: 📝 update docs with collapsible code snippets (39fb507)
  • tag: 📝 update docs with preview/screenshots (cf3843c)
  • tag: 📝 update docs with preview/screenshots (2ce61b7)

Feature Updates

  • 📦 upgrade react react-dom and react-native (8b3f51d)
  • 📦 upgrade react react-dom and react-native (ebb12ce)
  • 📦 upgrade react react-dom and react-native (d64e700)
  • 📦 upgrade react react-dom and react-native (2ffa56b)
  • 📦 upgrade react react-dom and react-native (1cec734)
  • 📦 upgrade react react-dom and react-native (27401bc)
  • 📦 upgrade react react-dom and react-native (e8d3e9a)
  • 📦 upgrade react react-dom and react-native (1aae6cd)
  • example-app: ✨ add determinate and indeterminate prop controls (18cc6d7)
  • example-app: ✨ add missing offset prop control in tooltip view screen (31c189a)
  • example-app: ✨ add prop controls for divider view screen (2d1faa7)
  • example-app: ✨ add prop controls to checkbox group view page (b424bc9)
  • example-app: ✨ add prop controls to checkbox view screen (2a18b01)
  • example-app: ✨ add prop controls to circular progress view screen (7ca6679)
  • example-app: ✨ add prop controls to input view screen (c57c216)
  • example-app: ✨ add prop controls to meter components view page (400d5fd)
  • example-app: ✨ add prop controls to progress view screen (7ee8da1)
  • example-app: ✨ add prop controls to radio component view screen (6ab75f9)
  • example-app: ✨ add prop controls to slider component view screen (656e413)
  • example-app: ✨ add prop controls to spinner view screen (2f2953d)
  • example-app: ✨ add prop controls to spinner view screen (310a8a5)
  • example-app: ✨ add prop controls to tooltip component view screen (1504591)
  • example-app: ✨ update tag preview screen with controllables (facc163)
  • example-app: ✨ update tag preview screen with controllables (e0b49cc)
  • example-app: ✨ update tag preview screen with controllables (74c655f)
  • example-app: ⚡ add prop controllables to Switch component screen (a417aaa)
  • example-app: ⚡ add prop controllables to Switch component screen (b94f947)
  • icons: 🍱 add Link icon (918dae8)
  • icons: 🍱 add Link icon (3900a4f)
  • meter: 🏷️ add LayoutChangeEvent type to onLayout callback (f9e9c1d)
  • meter: 🏷️ add LayoutChangeEvent type to onLayout callback (0085df5)
  • radio: ✨ extend RadioProps with BoxProps, (9b6d4f4)
  • radio: ✨ extend RadioProps with BoxProps, (9cf667e)
  • radio: ✨ extend RadioProps with BoxProps, (ccddc51)
  • spinner: 🏷️ add stroke property to customise spinner (0da7749)
  • spinner: 🏷️ add stroke property to customise spinner (8c957d9)
  • spinner: ✨ add linear gradient to spinner component (399d43d)
  • spinner: ✨ add linear gradient to spinner component (72aaece)
  • text-area: ♻️ remove prefix from props, map ReactNode type to suffix (1242966)
  • text-area: ♻️ remove prefix from props, map ReactNode type to suffix (ce47114)
  • types: 🏷️ update Pressable component callbacks with type PressableStateCallbackType (42ec862)
  • types: 🏷️ update Pressable component callbacks with type PressableStateCallbackType (91c2152)
  • utils: ✨ update util functions by fixing types (fe1a1ae)
  • utils: ✨ update util functions by fixing types (bf1e970)

Maintanance Updates

  • 👷 add rnx-kit script to package.json to fix dependency issues (d36873d)
  • 👷 add rnx-kit script to package.json to fix dependency issues (98210ff)
  • 📦 downgrade react-native-web because of expo (75b96ae)
  • 📦 downgrade react-native-web because of expo (6a01695)
  • 📦 fix all packages to specific version (38a9fde)
  • 📦 fix all packages to specific version (d06edfc)
  • 📦 fix all packages to specific version (918cba9)
  • 📦 fix all packages to specific version (ca3beaf)
  • 📦 update chakraui hooks, bottomsheet, react aria packages & remove unused packages (b977445)
  • 📦 update chakraui hooks, bottomsheet, react aria packages & remove unused packages (02a9fdc)
  • 📦 update react, react-dom, react-native packages (5024e8e)
  • 📦 update react, react-dom, react-native packages (e5a8472)
  • 📦 update react, react-dom, react-native packages (9b0ed4a)
  • 📦 update react, react-dom, react-native packages (9d440b6)
  • 📦 update react, react-dom, react-native packages (68c6f9d)
  • 📦 update react, react-dom, react-native packages (0006c68)
  • 📦 update react, react-dom, react-native packages (810361a)
  • 📦 update react, react-dom, react-native packages (3deb6d6)
  • 📦 update react, react-dom, react-native packages (6ac36e9)
  • 📦 update react, react-dom, react-native packages (27096c4)
  • 📦 update react, react-dom, react-native packages (d41e8a9)
  • 📦 update react, react-dom, react-native packages (2cb71c2)
  • 📦 update react, react-dom, react-native packages (dba0653)
  • 📦 update react, react-dom, react-native packages (39e8ee1)
  • 📦 update reanimated, gesture handler and svg libraries to latest version (58a69dd)
  • 📦 update reanimated, gesture handler and svg libraries to latest version (f5c756d)
  • 📦 update tailwind, tailwind-merge and twrnc packages (aa0f99a)
  • 📦 update tailwind, tailwind-merge and twrnc packages (9725790)
  • 📦 update tailwind, tailwind-merge and twrnc packages (0ea99b6)
  • 📦 update tailwind, tailwind-merge and twrnc packages (bbf8568)
  • add types scope (8becf18)
  • button: 🔇 remove logs (f86bf75)
  • button: 🔇 remove logs (f5bdf17)
  • example-app: ⬆️ update expo to the latest sdk (6c40852)
  • example-app: ⬆️ update expo to the latest sdk (1351fbc)
  • example-app: ⬆️ update expo to the latest sdk (ed83ee1)
  • example-app: 🎨 add controls in avatar group screen (1c81efe)
  • example-app: 🎨 add types to states in avatar screen and group components (ced326f)
  • example-app: 🏷️ update Type variable name in Tag preview Screen (b9d776e)
  • example-app: 🏷️ update Type variable name in Tag preview Screen (89fc869)
  • example-app: 🏷️ update Type variable name in Tag preview Screen (5dd67ff)
  • example-app: ✨ add component controls to badge view component (c357143)
  • example-app: ✨ add view controls to button view screen (bc22bb6)
  • example-app: ⚡ add jsEngine as hermes (15b924f)
  • example-app: ⚡ add jsEngine as hermes (8c4ec15)
  • utils: 🎨 prettier fix (7377579)
  • utils: 🎨 prettier fix (9fdc110)

Code Refactors

  • 🚑 fix label text pixel movement in normal & disabled (2e29e45)
  • 🚑 fix label text pixel movement in normal & disabled (c760bdc)
  • ♻️ add default values for props in comments (94ea991)
  • ♻️ add default values for props in comments (9c45e11)
  • avatar: 🎨 add demo controls and flags to switch between different variants (0b5547a)
  • avatar: 💡 fix typo on prop comments (11f6cff)
  • avatar: 💡 fix typo on prop comments (ed3298c)
  • badge: ♻️ remove ? from props because we are using Partial when using the type (f1a4c03)
  • badge: ♻️ remove ? from props because we are using Partial when using the type (9d76e7b)
  • checkbox: 🔇 remove console logs (df467cd)
  • checkbox: ♻️ remove additional wrapper around checkbox in checkboxGroup, (4964a51)
  • checkbox: ♻️ remove additional wrapper around checkbox in checkboxGroup, (22dc93c)
  • divider: ♻️ add divider orientation and label position types (9072230)
  • example-app: 🩹 fix tooltip text (05fa546)
  • example-app: 🔥 remove radio buttons from text area screen (67f6061)
  • example-app: 🔥 remove the data shown for selected data in checkbox group view screen (19d75ce)
  • example-app: 🏷️ add types and fix suffix prop (b7428d7)
  • example-app: 🏷️ add types in select,switch,textarea and tag screens (556a4f6)
  • example-app: 🏷️ add types to avatar and avatar group screens (6efc880)
  • example-app: 🏷️ add types to state actions to all the component view pages (dde8586)
  • example-app: 🔇 remove console logs (67aefeb)
  • example-app: ♻️ make control wrapper styles consistent across component view pages (d72fbf3)
  • example-app: ♻️ realign buttons in switch component screen (1a3142c)
  • example-app: ♻️ wrap radiogoup components with label (f0d5ab2)
  • spinner: 🩹 fix merge conflicts (25d31a9)
  • switch: ♻️ add memoised variables & useAnimatedReaction for controlled animation (6746962)
  • switch: ♻️ add memoised variables & useAnimatedReaction for controlled animation (9c2591e)
  • switch: ♻️ add memoised variables & useAnimatedReaction for controlled animation (94bee23)
  • switch: ♻️ assign inline types to type variables, (8b57639)
  • switch: ♻️ assign inline types to type variables, (2c29ca8)
  • switch: ♻️ assign inline types to type variables, (401e1cc)
  • tag: 🏷️ rename TagSizes type to TagSize (00847fa)
  • tag: 🏷️ rename TagSizes type to TagSize (76eb229)
  • tag: ♻️ fix overlapping cases of suffix and closable, suffix takes precedence (68a1389)
  • tag: ♻️ fix overlapping cases of suffix and closable, suffix takes precedence (24b9b19)
  • text-area: 🎨 use lowercase for radio labels (b598a24)
  • types: 🏷️ update prop value types to include null value (cac8773)

Build Updates

  • 📌 narrow down the peer dependencies to latest version (e10b36c)
  • 📌 narrow down the peer dependencies to latest version (1afac0a)
  • example-app: 🐛 fix package.json (c2d0648)
  • example-app: 💚 fix linter issues (c265098)
  • example-app: 💚 fix linter issues (44e7e2e)
  • example-app: 💚 fix linter issues (f343a9a)

1.0.0-alpha.8 (2022-11-18)

Bug Fixes

  • icons: 🐛 fix sizing of icon (0eb4a80)
  • icons: 🐛 fix sizing of icon (51c960f)
  • icons: ✨ change width/height of svg to 100% to fill the wrapper box (8d6cd40)
  • icons: ✨ change width/height of svg to 100% to fill the wrapper box (239ac3b)
  • select: 🚑 fix typo in suffix/prefix components and (0eff0b7)
  • select: 🚑 fix typo in suffix/prefix components and (9e7a25b)
  • select: 🎨 add isDefaultState prop for prefix & suffix, fixing icon color on selected state (77f90fc)
  • select: 🎨 add isDefaultState prop for prefix & suffix, fixing icon color on selected state (7329cc7)
  • text-area: 🐛 fix ref prop to accept refs (7fefdff)
  • text-area: ♻️ add other accessibility props (20bf8d7)

Other Changes

  • text-area: 🎨 sort theme styles & fix padding (615ec94)
  • text-area: 🐛 fix active state styles for mobile (2109b41)

Maintanance Updates

  • 🎨 fix vscode commit scope (1128602)
  • 🔧 add select to vs code scope (6b9cefa)
  • 🔧 add select to vs code scope (e75d227)
  • add text-area scope (7d7c65c)
  • add text-area scope (c3b7264)
  • add text-area scope (b3513bd)
  • example-app: ✨ add customise suffix slot option in example app (d94ba6a)
  • example-app: ✨ add customise suffix slot option in example app (d6c7da5)
  • example-app: ✨ add select component variations to Select screen (9103c0a)
  • example-app: ✨ add select component variations to Select screen (e31d1d0)
  • icons: 🚚 add CaretDown file export in root index (673a963)
  • icons: 🚚 add CaretDown file export in root index (7fc2400)
  • select: 💡 update comments on props description (75eb72d)
  • select: 💡 update comments on props description (b39bb7b)

Feature Updates

  • ⚡ add select component and styled select option in bottom sheet (eb2bcc8)
  • ⚡ add select component and styled select option in bottom sheet (4df3972)
  • example-app: ✨ add better way of interacting with components and viewing states (900468f)
  • example-app: ✨ add better way of interacting with components and viewing states (fed553e)
  • select: 🎨 add select and select option theme (e50ff11)
  • select: 🎨 add select and select option theme (0e6b370)
  • select: 🎨 add select and select option theme (fded58e)
  • select: ⚡ add suffix prop to customise the suffix slot (801929c)
  • select: ⚡ add suffix prop to customise the suffix slot (ae9f92e)
  • text-area: ✨ add text area component (1fd3926)
  • text-area: ✨ add text area component (717910b)
  • text-area: ✨ add text area component (700ee48)

CI Changes

  • text-area: 🚨 fix duplicate key (b47df4b)

Code Refactors

  • select: ♻️ change style config key namings, (c07c58c)
  • select: ♻️ change style config key namings, (90d8028)
  • text-area: 🎨 add controlls to view all the variants and sizes with flags (0155bfa)
  • text-area: 🎨 improve demo controls & resolve merge conflicts (cbc7532)
  • text-area: 🎨 rearrange the focus buttons in the demo page (f9dceac)
  • text-area: 🐛 add space between focus buttons (39ca9a2)
  • text-area: 🔥 remove ghost variant (5ddf788)

Documentation Changes

  • ✏️ update readme with mobile screenshots (3e77fcd)
  • ✏️ update readme with mobile screenshots (7845b73)
  • 📝 update README with Select component docs (a5b68b3)
  • select: 📝 update docs with suffix props option (ead5db1)
  • select: 📝 update docs with suffix props option (6e71dc4)
  • select: ✨ initial docs for select component (c6c3005)
  • select: ✨ initial docs for select component (2f075e3)
  • select: 📝 add Icon to prefix example import (5bc615e)
  • select: 📝 add Icon to prefix example import (7853f6c)
  • select: 📝 add Working preview gif (0f707c8)
  • select: 📝 fix usage code for prefix example (95138e9)
  • select: 📝 fix usage code for prefix example (a7f2c24)
  • text-area: 🎨 correct spelling in one of the preview images (2b7d7f0)
  • text-area: 📝 add detailed previews and update docs for suffix prop (669e8e0)
  • text-area: 📝 add docs for text-are and sort elements in the demo screen (212d27a)
  • text-area: 📝 add preivew images to the docs & update docs (08f2555)
  • text-area: 📝 add preview image for textarea component (663e7ac)
  • text-area: 📝 fix preview image (69b211c)
  • text-area: 📝 improve size preview image (363b261)
  • text-area: 📝 update preview images & usage docs (a72fb8c)

1.0.0-alpha.7 (2022-11-07)

Bug Fixes

  • avatar: 🚑 remove deleted file common export (7c3fad6)
  • button: 🚑 update imports of types from the component file (45bcb49)
  • deps: ⬆️ update dependency twrnc to v3.4.0 (6523ccb)
  • deps: ⬆️ update prod dependencies (minor) (91e90f2)
  • deps: ⬆️ update prod dependencies (minor) (295eb1c)
  • divider style (5c9aa33)
  • refactor divider component (30ad937)
  • refactor divider component and add extra prop to style the divider line (b239136)
  • slider: 🏷️ fix typescript issues (35e6eeb)

Build Updates

  • 📦 add react-dom and react-aria/focus packages (5c214fa)
  • kodiak: 🏗️ remove rebase method (a7fe4f5)

Documentation Changes

  • ✏️ add js in md for all code snippets (9c27611)
  • readme: 📝 fix code rendering component docs (92feaed)

Updates Reverted

  • ⏪ move babel-loader to older version to make the web app work (5527684)

Feature Updates

  • added divider component (056fdb6)
  • button: ✨ refactor button component (b74769f)
  • checkbox: 💄 restructure checkbox theme in order of theme -> interaction -> element (9eb6a9d)
  • checkbox: ✨ wrap checkbox component (9413d94)
  • input: ✨ wrap Input component (c68c246)
  • radio: 🎨 add orientation based styling (eac0646)
  • radio: ✨ wrap radio group component (196bc86)
  • tag: ✨ add web functionalities like hover & focus, also added accessible props (16098d8)
  • utils: 🎉 add util functions (e3ea3cd)

Code Refactors

  • ✏️ change TailwindThemeProvider to AdaptUIProvider (1265a2a)
  • ♻️ use border-[1.5px] instead of { borderWidth: 1.5 } (5865689)
  • avatar: ♻️ remove usage of useAvatarProps hook, (873e8b9)
  • button: 🔥 move button props type to the component file itself (732d529)
  • divider subheader prop type (7e9ac71)
  • divider: 🐛 fix dashed style divider (9b83533)
  • radio: ➖ remove param from function call (ef93ce8)
  • radio: ✏️ add preventDefault() to onKeyDown (93aa2d4)
  • radio: ♻️ group web props together in a place (7c67071)
  • switch: 🎨 fix switch component sizing and translate values (f994bf8)
  • tailwind-config: 🚚 change tailwind config .js to .ts file (79f468e)
  • utils: ♻️ change touchState as optional param resulting in better usage of function (9c94941)

Maintanance Updates

  • 📦 update twrnc package to latest version (a33d332)
  • 🔧 add divider to vscode scope (68f6aeb)
  • 🔧 add docs folder (c9a1756)
  • 🔧 add kodiak to vscode scopes (bd29f15)
  • 🔧 add utils to vscode scope (2f4ce63)
  • add basic divider example (c456d3e)
  • deps: ⬆️ update dependency babel-loader to v9 (8518199)
  • deps: ⬆️ update dependency expo-cli to v6 (4e6fff8)
  • deps: ⬆️ update dependency react-error-overlay to v6.0.11 (08f468b)
  • deps: ⬆️ update dev dependencies (major) (96fe9eb)
  • deps: ⬆️ update dev dependencies (minor) (34abcec)
  • deps: pin dependency babel-loader to 8.2.5 (d1e0ff3)
  • example-app: ✨ add dashed divider customized component (68c4b6e)
  • example-app: ⚡ update example app with different variants of Button (c118749)
  • example-app: ⚡ update example app with new CheckboxComponent (7e96316)
  • example-app: ⚡ update example app with Radio Group Example (b077947)
  • example-app: ⚡ update tag component screen with (b503164)

1.0.0-alpha.6 (2022-06-27)

Code Refactors

  • circular-progress: ✨ wrap circular progress component (23d0dfd)

Maintanance Updates

  • example-app: ✨ add component examples to Circular Progress screen (7859dcc)

Documentation Changes

  • circular-progress: 📝 update circular-progress.md file (482c418)

Build Updates

  • 🚀 release v1.0.0-alpha.5 (ff47b1c)

1.0.0-alpha.5 (2022-06-27)

Code Refactors

  • icons: 🍱 add Delete Icon, fix Add icon sizing (08c012f)

Maintanance Updates

  • 🔧 add icons to vscode scope (e1b1d1e)

Feature Updates

  • icons: 🍱 add Error icon (6e1dc8c)

Documentation Changes

  • 📝 add avatar & avatar-group file (276aefb)
  • 📝 add badge doc file (217aa36)
  • 📝 add button doc file (0a858e4)
  • 📝 add checkbox doc file (ddf54b0)
  • 📝 add checkbox group doc file (2561cf1)
  • 📝 add circular progress doc file (62a9ffa)
  • 📝 add getting-started file (75c28d9)
  • 📝 add input doc file (5a79364)
  • 📝 add meter component doc file (d90eb94)
  • 📝 add progress bar doc file (0165e09)
  • 📝 add Radio component doc file (c7ca581)
  • 📝 add slider component doc file (16ffe71)
  • 📝 add spinner component doc file (3cf5b08)
  • 📝 add switch component doc file (2d999c1)
  • 📝 add Tag component doc file (6cedfd9)
  • 📝 add tooltip component doc file (d4a3281)
  • 📝 update component and getting-started docs (cc11ffb)
  • 📝 update README.md (2e9c517)
  • ✏️ add desc to radio doc (f39da77)
  • ✏️ change style header to variants (efcb038)
  • ✏️ change ViewProps to TouchableProps (6306052)
  • ✏️ fix typos (9ac68fa)
  • ♻️ add info regarding CheckboxGroup component (04937ac)
  • ♻️ change avatar doc similar to other component docs (6c9a808)
  • ♻️ change avatar-group doc similar to other component docs (4d196d3)
  • ♻️ refactor code snippets in button doc (cd001c5)
  • 🚚 rename progress doc file (5e028fe)
  • 📝 Update avatar-group.md (a8601f5)
  • 📝 Update avatar.md (d6dbd6a)
  • 📝 Update badge.md (a005986)
  • 📝 Update button.md (d810960)
  • 📝 Update button.md (b76a012)
  • 📝 Update checkbox-group.md (7064e1f)
  • 📝 Update checkbox.md (19c7714)
  • 📝 Update checkbox.md (177edfc)

1.0.0-alpha.4 (2022-06-21)

Bug Fixes

  • checkbox: 🎨 add common label text style (f5613de)
  • checkbox: 🩹 add optional chaining (1e1cf3e)
  • checkbox: 🩹 fix providing invalid style strings (503aab6)
  • deps: pin dependency react-native-popper to 0.3.2 (0303e84)

Feature Updates

  • circular-progress: ✨ wrap circular-progress (c142d5a)
  • input: ✨ wrap input component (1649594)
  • progress-bar: ✨ add label and description to progress bar (9a92f43)
  • radio: ✨ wrap radio component (8aab41d)
  • slider: ✨ wrap slider component (3b3d8f3)
  • switch: ✨ add label and description props, (f1f632e)
  • switch: ✨ wrap switch component (2742774)

Maintanance Updates

  • 🔧 add circular-progress to vscode scope (a32a688)
  • 🔧 add input to vscode scope (b400c7b)
  • 🔧 add progress-bar to vscode scope (43cb99d)
  • 🔧 add radio to vscode scope (874d99b)
  • 🔧 add slider to vscode scope (51d9113)
  • 🔧 add switch to vscode scope (7cfdc85)
  • 🔧 add tag to vscode scope (c751878)
  • 🔧 add tooltip scope (10d479c)
  • checkbox: 🎨 restructure checkbox theme and add optional chaining for tailwind classnames (1ba2fa9)
  • example-app: 📦 add react native popper package (d671fa6)
  • example-app: ✨ add Circular Progress screen with examples (4092367)
  • example-app: ✨ add popups module, create tooltip component screen with examples (651ef1b)
  • example-app: ✨ add slider component screen with examples (c0951a4)
  • example-app: ✨ add Switch Component Screen with examples (fdbc62c)
  • example-app: ✨ create Progress Bar component screen with examples (fcdb6c1)
  • example-app: ✨ create Tag component screen with examples (d273f05)
  • example-app: 🚚 move meter component and spinner to feedback folder (627c3eb)
  • example-app: ⚡ add CheckboxGroup component screen with examples (79dea75)
  • example-app: ⚡ add Input component Screen with examples (2fd73e0)
  • example-app: ⚡ add ProgressBar example (6956de5)
  • example-app: ⚡ add Radio component Screen with examples (a3eca48)
  • progress-bar: 💄 wrap tailwind classnames with cx (28dd0f9)
  • progress-bar: ✨ wrap progress bar component (3f17bcf)
  • tag: ✨ add themeColor for tag, remove TagProps hook, restructured tag render (9bb582a)
  • tag: ⚡ wrap tailwind classnames with cx, wrap textStyle inside styleAdapter (2135f8d)
  • tooltip: 💄 updated tooltip theme (51b13dc)
  • tooltip: 🔇 remove console.log (6e99612)
  • tooltip: ✨ wrap tailwind classnames with cx, move arrow style into tooltip theme (d06fb5a)
  • tooltip: 🎉 wrap tooltip component (ed7d80c)

Code Refactors

  • ♻️ change "" to text-transparent to avoid tailwind classname warning (8b7b50c)
  • checkbox: ♻️ change onChange callback return type to void (4379078)
  • components: ♻️ update styles & optional chaining (dd3edd2)
  • input: ♻️ remove style from icon which is added to prefix and suffix wrapper (f72b8b4)
  • input: 🙈 wrap tailwind classnames with cx in missed places (2d78105)
  • slider: ⚡ combined two useAnimatedStyle style hook for the knob into one (2cfad02)
  • switch: 🏷️ extend SwitchProps with BoxProps enabling style prop for customising (399814b)
  • switch: ♻️ fix Switch with desc from overflowing out of the screen (d9d95fe)
  • switch: ✨ add disabled style to label (93906aa)

1.0.0-alpha.3 (2022-06-16)

Feature Updates

  • progress-bar: 💄 wrap tailwind classnames with cx (f39de78)
  • progress-bar: ✨ wrap progress bar component (aa84ad2)
  • tag: ✨ add themeColor for tag, remove TagProps hook, restructured tag render (d760493)
  • tag: ⚡ wrap tailwind classnames with cx, wrap textStyle inside styleAdapter (b5defc9)
  • tooltip: 💄 updated tooltip theme (bdc26c2)
  • tooltip: 🔇 remove console.log (98fa76f)
  • tooltip: ✨ wrap tailwind classnames with cx, move arrow style into tooltip theme (edf65bd)
  • tooltip: 🎉 wrap tooltip component (f3c4c53)

Maintanance Updates

  • 🔧 add .vscode folder (00011fe)

  • 🔧 add progress-bar to vscode scope (69fba26)

  • 🔧 add tag to vscode scope (f503c9b)

  • 🔧 add tooltip scope (7904b2a)

  • changelog: 🔊 update changelog & kodiak merge logic (d95a535)

  • example-app: 📦 add react native popper package (3c2abd4)

  • example-app: ✨ add popups module, create tooltip component screen with examples (05864a3)

  • example-app: ✨ create Progress Bar component screen with examples (5b8592f)

  • example-app: ✨ create Tag component screen with examples (8c9e89f)

Bug Fixes

  • deps: ⬆️ update dependency react-native-web to v0.18.1 (da8c34a)

1.0.0-alpha.2 (2022-06-14)

Bug Fixes

  • meter: 🐛 set default value for themeColor

Code Refactors

  • checkbox: ♻️ wrapped tailwind classnames inside cx
  • badge: 🎨 improve theme structure
  • button: ♻️ wrap Button Component
  • button: ♻️ wrap button component

Maintanance Updates

  • deps: ⬆️ update dependency lint-staged to v13.0.1 (#46) (2f24edd)
  • avatar: 💄 update active status bg color
  • badge: 🎨 add theme and set default theme to base
  • button: 🎨 add button theme, add themeColor prop & set to base
  • button: 💄 add active styles from figma to pressed state
  • example-app: ✨ add different Button variant component to Screen
  • checkbox: 💄 update checkbox theme to have updated colors and other theming
  • checkbox: ➖ removed invalid utility class select-none
  • checkbox: ✨ wrap checkbox component
  • example-app: ✨ add Checkbox component screen
  • spinner: ✨ wrap spinner component
  • example-app: 🐛 changed icon prop to iconOnly
  • example-app: ✨ add Spinner Component Screen
  • avatar: 💄 update bg of typing container & change font weight of avatar initials
  • meter: ✨ wrap meter component, add theming to meter & restructured theme
  • meter: 🩹 change order of props
  • badge: 🚑 fix outline text color, add vertical padding to badge container
  • example-app: ✨ add outline badge variants to example app
  • example-app: ♻️ add common component export, add MeterComponent to drawer screen
  • spinner: 🩹 change h-14px tailwind classname to h-3.5
  • primitives: 🚚 change primitives folder name (#51)
  • spinner: 🐛 change border-2 tailwind classname to { borderWidth: 1.5 }
  • checkbox: 🚑 add optional chaining for null check
  • button: 🎨 move opacity-0 tailwind classname to button theme
  • badge: 🔥 remove badge keys

1.0.0-alpha.1 (2022-06-08)

Bug Fixes

  • deps: ⬆️ update dependency @chakra-ui/hooks to v2 (#44) (23c34e6)

Documentation Changes

  • readme: 📝 add build badge (ba0c046)

1.0.0-alpha.0 (2022-06-08)

Bug Fixes

  • 🩹 removed negative margin to the 1st avatar child in Avatar Group (0254062)
  • 🚑 added conditional render of prefix and suffix in icon only case (c935b25)
  • 🚑 fixed import path (3043b50)
  • 🚑 fixed wrong prop name being assigned to SVG Path (bad4bab)
  • 🚑 removed a prop internally shared between components from the AvatarProps type (ade20a5)
  • 🚑 style fix overriding ring style by default border radius (8bb5a41)
  • 🎨 fixed hint text alignment (78cda17)
  • 🐛 changed 'radios' -> 'radio' in control type for stories (3b0caf9)
  • 🐛 ficed tailwind-merge import (220cdd9)
  • 🐛 fixed on/off color prop (05fcc3f)
  • 🐛 handled suffix/prefix undefined error (84da67e)
  • 🐛 removed aspectRatio which enables the component to act like a slot for Button (b1b62fd)
  • 💚 possible fix for the small pixel jump when between loading states of button (9461977)
  • 🏷️ fixed type import issue (62e16c1)
  • ✏️ changed stroke prop to fill (8c80ea5)
  • 🚨 fixed {} being used as a type lint error (5bd965f)
  • 🚨 fixed lint issues and added return types to functions (960ce0b)
  • 🚚 fixed file imports (6525d72)
  • 🚚 fixed file imports (cf46575)
  • 🚚 fixed import path to avoid "Require cycle:" warning (ff1c9ea)
  • ⚡ added size based borderRadius value using default theme (eb20299)
  • ⚡ fixed android gesture failing (a7a0f34)
  • ⚡ fixed storybook react-native package issue (86d34d9)

Updates Reverted

  • ⏪ reverted npm test script (e396893)

Test Updates

  • 📸 updated primitive component snapshots (26c1bb6)
  • 📸 updated test snapshots (10003f2)

Build Updates

  • 🏗️ updated dependencies to latest version (a21194a)
  • 💚 added lodash types as dev dependency (b659c7d)
  • 💚 added lodash, tailwind-merge and update version of twrnc (70986af)
  • 💚 updated tailwind, tailwind-merge and tailwind-react-native packages (9b57d24)
  • 📌 yarn install changes (7afeab1)
  • ⚡ added chakra ui hook dependency and removed unwanted peer dependencies (0a1fb61)

Feature Updates

  • 🎨 added default Button library theme (6768c6d)
  • 🎨 added progress bar theme to default theme context (3710c72)
  • 🎨 added switchTheme to defaultTheme (be2abc0)
  • 🎨 added thumb shadow style (f062df5)
  • 🔥 added slider range option (0719e25)
  • 🔥 changed multiple conditional icons into a one single scalable icon (c32328a)
  • 🔥 wrapped progress bar component (800a7b0)
  • 🏷️ added avatar component types (8484279)
  • 🏷️ added Button prop types and keys (d0083a8)
  • 🏷️ added DeepDictionary and DeepPartial common types (7088635)
  • 🏷️ created a generalised Dict for objects (8830cbb)
  • 💄 added avatar group theme (840beff)
  • 📦 added example expo app related dependencies (3b4bcba)
  • ✏️ added avatar component prop keys (5b8b254)
  • ♻️ refactored Avatar Status (1309e19)
  • 🚀 wrapped button component with use of , new prefix and suffix slots (ccf5ca7)
  • ✨ added avatar basic theme to context with active and away status (14e23ed)
  • ✨ added circular prop to Avatar (c4bdd79)
  • ✨ added create Box Element hook (bb7cab6)
  • ✨ added create element and component util functions (c9d60a2)
  • ✨ added create Text Element hook (d1a87da)
  • ✨ added default tailwind config for styling (0583fbf)
  • ✨ added icon style option to createButtonIcon function (eed573f)
  • ✨ added isFunction helper (2c2c5bc)
  • ✨ added isString, isUndefined util functions (09ffc8b)
  • ✨ added min, max and hint to Circular Progress Component (0b1e8fa)
  • ✨ added progress bar component (949fafd)
  • ✨ added showRing and ringColor props to AvatarGroup (de9f12b)
  • ✨ added thumbTintColor Switch Component (55a3a12)
  • ✨ added track color props for progress bar customization (7417653)
  • ✨ added typing animation to Avatar Status (62fa3b9)
  • ✨ added useAvatarProps hook (d57df86)
  • ✨ added useSpinnerProps hook (2be93ed)
  • ✨ created a common Theme Context using default tailwind functions (bd9b991)
  • ✨ created Animated Box component (eeb7cfc)
  • ✨ created basic single value Slider component (7489341)
  • ✨ created Box component (ba356c2)
  • ✨ created Switch component (b27b489)
  • ✨ created Text component (4a15dfb)
  • ✨ created Touchable component (cfce698)
  • ✨ created TouchableWithoutFeedback component (b18ff7d)
  • ✨ updated Button component with prefix, suffix and its loading states (9eedfbb)
  • ✨ used and createIcon for prefix and suffix slots (2faeba4)
  • ✨ wrapped storybook inside TailwindThemeProvider (914a2d7)
  • 🎉 added ButtonSpinner as loading component for Button (3653303)
  • 🎉 added createIcon function' (82ada09)
  • 🎉 added useTagProps hook (3b463af)
  • 🎉 created AvatarGroup component (c57abd8)
  • 🎉 created AvatarImage component (aca4f3d)
  • 🎉 created badge component (e201b37)
  • 🎉 created basic button component (b32453f)
  • 🎉 created basic Tooltip component (723cc89)
  • 🎉 created ButtonPrefix and ButtonSuffix components (0506291)
  • 🎉 created Circular Progress component (80e0312)
  • 🎉 created Icon Wrapper Component (df30762)
  • 🎉 created Spinner Component (85fb19c)
  • 🎉 created Tag Component (a4c6342)
  • ⚡ added for loading button (2e3b685)
  • ⚡ added circular theme for avatar (643703a)
  • ⚡ added createContext util function (0c68b9a)
  • ⚡ added prefix and suffix as button options (a596b35)
  • ⚡ added useButtonProps hook (6c763b0)
  • ⚡ created basic Avatar component with status(Active, away, sleep) (948d310)
  • ⚡ created useBadgeProps hook (d3343bb)
  • ⚡ fixed type issue with createComponent util function (a6b427c)
  • added avatar component (cc139d4)

Other Changes

  • 🎨 added circular progress default theme (9ac5aed)
  • 🎨 added hint based and default sizes for circular progress (ec1f551)
  • 🎨 added icon sizes and loading spinner sizes (68bd1d9)
  • 🎨 added icon styles to default theme (95af08d)
  • 🎨 added prefix default styles to input theme (bb3ffe8)
  • 🎨 added spinner styles for loading button (ffeee8c)
  • 🎨 added spinner styles to default theme (c442051)
  • 🎨 added suffix slot styles and changed closable slot style (35393af)
  • 🎨 added tag styles to default theme (cc25996)
  • 🎨 added typing style to default theme (881a52d)
  • 🎨 changed width style to min width for prefix and suffix containers (7b754ff)
  • 🎨 changed width to min-width for prefix and suffix style (8ef2a17)
  • 🎨 extended default tailwind config with new colors and fontSize (a5b160f)
  • 🎨 fixed icon container styling for prefix and suffix (ebf6cd1)
  • 🎨 split size dependent styling into specific container and text styles (0be6c76)
  • 🎨 updated Avatar status styles (28b793d)
  • 🎨 updated color palette (dd35d6f)
  • ✏️ changed key size -> spacing in avatar wrapper theme (1077d09)
  • ✏️ fixed ghost input focus text color (d61ff87)

Code Refactors

  • 🎨 changed style px[6px] -> px-1.5 (9cfeda3)
  • ⚰️ removed react native storybook loader (0202e8f)
  • ⚰️ removed switch styles which has been moved to theme (12bfd2c)
  • 🔥 removed unwanted code (2478545)
  • ➖ removed base and added ringStyle to avatar wrapper style (b47d30f)
  • ➖ removed box/text element create functions and stories related to it (c063e4d)
  • ➖ removed console log (e0ef5f7)
  • ➖ removed unnecessary files (ef8dc66)
  • 🏷️ added proper types to the TailwindThemeProvider props (44ee3a1)
  • 🏷️ updated avatar status type (adc7120)
  • ♻️ added commentsa and fixed variable names (8f29a32)
  • ♻️ added container and text style prop, integrated with useBadgeProps hook (54fd144)
  • ♻️ added cx to tailwind classnames, removed usage of lodash pick (7d05891)
  • ♻️ added useProgressBarProps hook for handling props (a2a9efd)
  • ♻️ avatar comp refactored to work with props hook and also under AvatarGroup (0f53937)
  • ♻️ destructuring of props to assign default values (b4ed58c)
  • ♻️ made suffix to work as slot, better prop names with desc and fixed all imports (f0ec055)
  • ♻️ moved prefix and suffix to separate conditional renders (3d8c860)
  • ♻️ moved switch related constants to switch Theme (2c31c2f)
  • ♻️ refactored create component and element util function (13fff7b)
  • ♻️ refactored structure of Touchable primitive component (a65dc95)
  • ♻️ refactored Text component (5358e6a)
  • ♻️ removed useBadgeProps hook, added prefix & box style, text style overiding case (83876b8)
  • ♻️ switch component final refactor (39681ef)
  • ♻️ updated AnimatedBox component with common export (f57ddb5)
  • ♻️ updated avatar styles with status(Active, away, sleep) (781c04b)
  • ♻️ updated component with default theme styling from context (fce5ff8)
  • ♻️ used simple prop destructuring to Avatar Status (def1c80)
  • ⏪ removed white bg and changed namings of knob style (cc6ed1a)
  • ✨ fixed imports and tweaked typing transition animation (87527b7)
  • 🚚 renamed switchStyles to switchConstants (bf2c74b)
  • ⚡ added prop details, default value for state, knob color (e4c7578)
  • ⚡ wrapped DefaultUser inside Icon component with Avatar size based styling (688fc01)

CI Changes

  • apps: 💚 add actions, renovate and kodiak (#38) (8f10f21)
  • deps: ➖ remove react native apps auto updates (#40) (b1dbad3)

Maintanance Updates

  • 🩹 sorted imports (e1ab51e)
  • 👽 added drawer navigation with Avatar and Button component screen (04bd2a2)
  • 👽 moved example project to expo (542e747)
  • 🎨 added 'absolute' to knob position style (9b24deb)
  • 🎨 added border color and removed border width from knob styles (b69e546)
  • 🎨 added checkbox default theme (5ec92a8)
  • 🎨 added conditional filled bar style for flat borders (f036d70)
  • 🎨 added controllable args to Default Avatar Group story (fe498ac)
  • 🎨 added default input component theme (4316d9e)
  • 🎨 added disabled and knobIcon styles (8f0f066)
  • 🎨 added focusWeb key for web specific theme (5f2a755)
  • 🎨 added meter styles to default theme object (6c529d8)
  • 🎨 added pressed/hovered style for the radio (1a9362e)
  • 🎨 added select styles to default theme (d5adf67)
  • 🎨 added size based borderRadius value to avatar theme (890a322)
  • 🎨 added slider style to default theme (42d8969)
  • 🎨 added spinner and suffix default styles (144bb44)
  • 🎨 added storybook web config (b11f35c)
  • 🎨 added storybook web scripts and other dependencies (a5ba80a)
  • 🎨 added tooltip styling to default theme (3dea302)
  • 🎨 changed default fill color (26c6368)
  • 🎨 fixed badge stack container style (de6c689)
  • 🎨 fixed text style (2031617)
  • 🎨 moved colors to extend in tailwind config (b7945e7)
  • 🎨 updated adapt ui colors (3223f40)
  • 🎨 updated avatar style based on new colors (5b3cd7d)
  • 🎨 updated button theme (125095a)
  • 🎨 updated colors in badge theme (10f9bfd)
  • 🎨 updated Icon component to use color prop as svg fill color (7a1a0ce)
  • 🎨 updated prefix and suffix container styles (e581022)
  • 🎨 updated primitive component stories (9050a42)
  • 🎨 updated track styles and knob position (38996ee)
  • 🍱 added avatar component svg assets (63be5c9)
  • 🍱 added Close icon as svg (b8e5700)
  • 🍱 added Equals icon svg (d1409f8)
  • 🍱 added new set of icons (41c35a5)
  • 🍱 added Search icon (53578ad)
  • 🍱 added svg assets for Avatar Component (7cf8a27)
  • 🍱 added svg icon assets (5225bef)
  • 🍱 added tooltip arrow (a6150af)
  • 🐛 changed file import from storybook-react to storybook-react-native (1c744fd)
  • 🐛 changed value to defaultValue (c21b970)
  • ⚰️ deleted component stories (d15f953)
  • ⚰️ removed example project (9ec1916)
  • ⚰️ removed example project (5560949)
  • ⚰️ removed importsNotUsedAsValues rule (958a715)
  • ⚰️ removed stories (fc3a0fe)
  • ⚰️ removed storybook (5681b17)
  • 💫 added Animated Box component to storybook (c47a4eb)
  • 💫 added Default Progress Component story (f4fa540)
  • 💫 integrated library default theme with context (4a2e3c2)
  • 💫 integrated rn-gesture handler and reanimated with Android (1e8fc09)
  • 💫 update switch component stories (22336d9)
  • 🥚 added common export files (38c0231)
  • 🔥 removed babel config (d47fb3a)
  • 🔥 removed unused style object (444b3d2)
  • 💚 updated dependencies to latest version (a716e95)
  • 💚 updated package dependencies (72c8656)
  • ➖ removed createButtonIcon function (72a9067)
  • ➖ removed SleepIndicator svg (6a0445b)
  • ➖ removed withDelay function which wrapped withRepeat animation (9fd5f54)
  • ➕ added button component (3e0bec0)
  • ➕ added reanimated and gesture handler libraries (c647ccd)
  • 🏷️ added 'min' and 'hint' as props types (2db3be2)
  • 🏷️ added circluar progress props hook with default values (7ba6864)
  • 🏷️ added icon and spinner as button option props (d7e8e15)
  • 🏷️ added loading key to Button props (3e6ec88)
  • 🏷️ added prefix and suffix props as Button Options (e3d41c7)
  • 🏷️ added prefix, suffix and closable as tag options (af48e0a)
  • 🏷️ added RenderPropType, RenderProp and IconProps types (504ef1d)
  • 🏷️ added size and parentsBackground properties to AvatarStatusProp type (8a996b3)
  • 🏷️ added size prop to AvatarImage component for borderRadius value (dbedfc5)
  • 🏷️ assigned IconProps to SVG PathProps (12d8c23)
  • 🏷️ fixed type import from Animated package (cef947d)
  • 🏷️ replaced any with unknown type (9bfd03c)
  • 🔍 refactored import statements (84fe67e)
  • 📝 added Avatar component to Storybook (f8cfe75)
  • 📝 added more specific Button Component stories (eaa5943)
  • 📝 updated README.md (3969cb5)
  • 📝 updated README.md (ed086e2)
  • 📦 added @react-native-aria/overlays (fde2b36)
  • 📦 added bottom sheet (6c74f16)
  • 📦 added lodash types package (18eb285)
  • 📦 added react aria visually hidden package (f2a69e4)
  • 📦 added react aria visually hidden package (587cc18)
  • 📦 added react native aria checkbox hooks (2033c90)
  • 📦 added react native aria checkbox hooks (d931f50)
  • 📦 added react native aria interactions, react stately overlays packages (5244071)
  • 📦 added react native popper (55882bc)
  • 📦 added react native tailwind package and included ts build configs (81d81c5)
  • 📦 added react-native-gesture-handler as dependency (49eb6d5)
  • 📦 added react-native-popper package (ace5933)
  • 📦 added react-native-svg dependency (f097d12)
  • 📦 added react-native-svg package (af8687e)
  • 📦 added reanimated as a dependency (782fe28)
  • 📦 changed order of package dependencies (e8288bf)
  • 📦 changed versions of reanimated and gesture-handler supported by expo (b9f0704)
  • 📦 fixed reanimated and gesture-handler versions (726d808)
  • 📦 moved some packages to devDependencies (57f50b9)
  • 📦 rebase changes (4324d5e)
  • 📦 rebase changes (6226f10)
  • 📦 removed react types (a37ffff)
  • 📦 removed unnecessary scripts (b30e8b6)
  • 📦 updated dependenciest to their latest versions (2b1ddb3)
  • 📦 updated expo (0e02103)
  • 📦 updated expo (54b9ab5)
  • 📦 updated packages to support expo (76f1fae)
  • 📦 updated reanimated and expo (c9a0fd1)
  • 📦 updated reanimated package (514878e)
  • 📦 updated tailwind and tailwind react native packages (53542a4)
  • ✏️ changed name from spinnerProps to spinnerLibProps (d6738a7)
  • ✏️ changed placement to side prop name (10be382)
  • ✏️ renamed stroke prop to track (c561486)
  • ✏️ warning message typo fix (45ef5dd)
  • ♻️ replaced useTailwindThemeContext with useTheme (d89caf7)
  • 🚀 created expo build (df391a4)
  • 🚀 removed usage of react-native-system in imports (759bdd7)
  • 🚨 fixed linter/ts errors (7f00d02)
  • 🙈 added a eslint disable comment for no-var-requires (dfe7fc6)
  • ✨ added a styled box story (da2c943)
  • ✨ added arrow positioning, and web specific tooltip which appears on hover (3f00927)
  • ✨ added Avatar and Button examples (37d895c)
  • ✨ added Avatar component stories (ac88587)
  • ✨ added avatar group export (220aeac)
  • ✨ added AvatarGroup stories (4fd1b3f)
  • ✨ added Badge component stories (ca60a29)
  • ✨ added BadgeScreen component (e4b9644)
  • ✨ added basic meter component (2c72df4)
  • ✨ added Button component stories (c17f607)
  • ✨ added button example (355826c)
  • ✨ added ButtonStack story (0ec5c93)
  • ✨ added Check icon (9d0d392)
  • ✨ added Checkbox, CheckboxGroup components (4f40e5f)
  • ✨ added Circular Progress component stories (f887b0d)
  • ✨ added comments, animated knob active and other refactoring (3afaeb9)
  • ✨ added createButtonIcon and included textstyles as a prop for button (7a4fbd4)
  • ✨ added customised and default spinnner stories (4f68e27)
  • ✨ added customised Button story (947e1a1)
  • ✨ added cx and styleAdapter util functions (7eb84a9)
  • ✨ added Dash icon (8ae635a)
  • ✨ added expo ts config to existing config (5eeeb3e)
  • ✨ added gesture handler global import (14b6186)
  • ✨ added getValidChildren util function (d34e057)
  • ✨ added hover state to Select Component (e9458b9)
  • ✨ added hover/pressed style for specific web/mobile (e0814fb)
  • ✨ added Input component stories (39e368c)
  • ✨ added InputPrefix wrapper component (b325831)
  • ✨ added knobIcon and disabled props (46c5377)
  • ✨ added label/desc wrapper style (51555ff)
  • ✨ added mergeRefs and composeEventHandlers util functions (c03bc02)
  • ✨ added navigation/drawer container to the example app (df49841)
  • ✨ added prefix option (852136a)
  • ✨ added pressed/hovered styles based on platform (8a581f9)
  • ✨ added Progress bar component (6bf303a)
  • ✨ added Progress Bar to Storybook example (33114cd)
  • ✨ added Progress Component storybook preview (49c557f)
  • ✨ added Radio and RadioGroup components (f6c174f)
  • ✨ added radio style to default theme (073e338)
  • ✨ added script to supress require cycle warning (a5f281a)
  • ✨ added Select component (c7177e7)
  • ✨ added select icon (c4e24b0)
  • ✨ added separate tooltip arrow component (7c57607)
  • ✨ added showTooltip prop (5ce38ab)
  • ✨ added size based positioning of tooltip (c52a412)
  • ✨ added slider and sorted the exports (6f3b597)
  • ✨ added snap when step value is provided (d8ca963)
  • ✨ added Spinner component preview to Storybook (43c1093)
  • ✨ added spinner library prop keys (d304168)
  • ✨ added suffix and prefix props, refactored TextInput props (3f8542d)
  • ✨ added suffix option and loading states (ed316d6)
  • ✨ added Switch component stories (08c62b5)
  • ✨ added Tag component stories (41d478f)
  • ✨ added tailwindcss and latest tailwind react native classnames (057f17e)
  • ✨ added tooltip folder export (3cc58af)
  • ✨ added tooltip on dragging state and other refactoring (92f3a56)
  • ✨ added Tooltip stories (63fce91)
  • ✨ added util functions (de789b1)
  • ✨ added web based focus/hover styling (de6c03a)
  • ✨ addesd --reset-cache to react native start command (b5b7da7)
  • ✨ changed prop key stroke to track (e951f06)
  • ✨ configured project using react-native-builder-bob (76b2572)
  • ✨ created Button component stories (fc0e981)
  • ✨ created InputSuffix component (c538044)
  • ✨ created Slider Filled Track component (3f11507)
  • ✨ created Slider Track component (732a9b4)
  • ✨ created SliderTooltip (50b2e91)
  • ✨ fixed default switch component colour animation issue (6ae2930)
  • ✨ fixed knob and tooltip position (a8a4e94)
  • ✨ fixed slider tooltip position (08f2b97)
  • ✨ fixed the story loader module issue (0346f54)
  • ✨ listed all stories (a329255)
  • ✨ made storybook example app work in both mobile and web (0c8357e)
  • ✨ passed Animated.View to createComponent function to enable ref (2d5b535)
  • ✨ passed size to SliderTooltip, repositioned knob, changed filled track styles (c78160f)
  • ✨ refactored Avatar and AvatarGroup component (dd0bd17)
  • ✨ refactored to work with the web (88f63ac)
  • ✨ removed position styles for track (166c878)
  • ✨ replaced old create function with the new createComponent util function (a5f0bc4)
  • ✨ replaced Touchable in place of Box to enable touch events on prefix and suffix (c95a86a)
  • ✨ tweaked progress state hook to accept step up value as another param (8701dd8)
  • ✨ updated Avatar component related stories (072fdb6)
  • ✨ updated Avatar story with Avatar in background (59bc0f0)
  • ✨ updated circular progress with a different step up value (abce92b)
  • ✨ updated example app (b32ee7d)
  • ✨ updated fontsize (b126f7b)
  • ✨ updated imports and enabled components to receive ref as props (5f6a548)
  • ✨ updated track style and added tooltip text style (680b449)
  • ✨ updated version of react-native-gesture-handler (8c0d9f7)
  • ✨ wrapped inside OverlayProvider (a7c850b)
  • ✨ wrapped Tooltip component (0738fc2)
  • 🎉 added Avatar Group Stack to storybook (f87ae23)
  • 🎉 added loading button stories (faaf277)
  • 🎉 created basic Input component (c903499)
  • 🎉 created TextInput primitive (b8149d5)
  • 🚩 added Avatar component to storybook example (63d9fc8)
  • 🚚 added common export for createIcon function (8990a31)
  • 🚚 added common export for switch (850ac3c)
  • 🚚 added default export of createContext (dfc5343)
  • 🚚 added tag related files to common export (2757155)
  • 🚚 added test related packages and configuration (4ae5216)
  • 🚚 added theme to default exporting in src (44f3f74)
  • 🚚 changed import path to the specific file (d493e97)
  • 🚚 moved Avatar Stories to a sub folder under stories (8209fa9)
  • 🚚 moved progress and badge stories to components folder (5baceee)
  • 🚚 renamed components folder to primitives (54621c5)
  • 🚚 renamed types file to avatarPropTypes (3eb37f8)
  • 🔀 moved AvatarGroup component to separate folder (1efb18c)
  • ✅ added Box primitive component tests (ec22bc0)
  • ✅ added Text primitive component tests (83a0158)
  • ✅ added Touchable primitive component tests (206e46d)
  • ✅ added TouchableWithoutFeedback primitive component tests (b6f854e)
  • 🔧 added eslint and prettier configuration (00d7ea5)
  • 🔧 fixed import for IconProps (f58e87f)
  • ⚡ added a11y (fa342c8)
  • ⚡ added Badge component different variations (06f6344)
  • ⚡ added Badge story (944d479)
  • ⚡ added Button component to storybook (c5228a1)
  • ⚡ added button options to hook (4f79494)
  • ⚡ added Button with prefix and suffix stories (fc8f313)
  • ⚡ added Circular Progress component to Storybook (7e835c0)
  • ⚡ added custom progres bars to storybook (bd8b1f4)
  • ⚡ added default badge styles to the default theme (7b54b85)
  • ⚡ added iOS like Switch Component to storybook (ad5111e)
  • ⚡ added jest testing for react native (cd9b4a8)
  • ⚡ added margin to pressed touchable style (179db97)
  • ⚡ added meter state hook (383c316)
  • ⚡ added optional iconSize param (fd55aa1)
  • ⚡ added parentsBackground prop (7c7cb00)
  • ⚡ added primitive component stories (cefdbf2)
  • ⚡ added prop control in switch storybook (0db76aa)
  • ⚡ added stories to storybook for the components created (e220b0f)
  • ⚡ added storybook to example project (6f11f97)
  • ⚡ added Tag stories to storybook (1afb237)
  • ⚡ added Tooltip Arrow (ae91476)
  • ⚡ added working expo app in root dir (7fc1af4)
  • ⚡ changed Box primitive component (c6a41e4)
  • ⚡ created and added Spinner Story component to Storybook UI (ba3e738)
  • ⚡ created animated component using primitive Box component (140e88d)
  • ⚡ created Badge story (97579e9)
  • ⚡ example ios app run successfully (5a9ef3e)
  • ⚡ fixed file imports and replaced createIcon in place of createButtonIcon (bd730ef)
  • ⚡ fixed imports and turned off font scaling in Text (4ac8626)
  • ⚡ imported specific routes from avatar folder (213ca0f)
  • ⚡ integrated custom tailwind config/theme to work with system Provider (d210771)
  • ⚡ integrated meter with useMeterState hook (ea37151)
  • ⚡ moved aspect ratio value after the style property to avoid overiding (d451003)
  • ⚡ set default radio size to 'md' (a080968)
  • ⚡ sorted default exports and added meter component (ab6a4c6)
  • ⚡ updated avatar component storybook (ab35e54)
  • ⚡ updated button stories (fe09a3d)
  • ⚡ updated Circular Progress storybook (01dc9e7)
  • ⚡ updated stories of Box and Text (648528e)
  • ⚡ updated Switch component storybookUI (c51a789)
  • ⚡ updated Tag stories (a91ad22)
  • ⚡ updated tsconfig for build (85000e3)
  • ⚡ updated types and react-native destination (23cbe90)
  • ⚡ used box and text create element hooks to render stories (e379645)
  • ⚡ used tailwind context function to add styles to components (d56ab10)
  • ⚡ wrapped App insider GestureHandlerRootView (f9b37b9)
  • ⚡ wrapped StorybookUIRoot in View and fixed StatusBar issue in Android (47e753a)
  • ✨ set showRing to true in AvatarGroup (#42) (65b6d54)
  • added common export file in src folder (c6e602a)
  • added reanimated babel plugin (2bec5e2)
  • added Switch component common exports (d3c9ff0)
  • added switch component to storybook (b215fa3)
  • deps: pin dependencies (#39) (a51679d)
  • initial commit (cc98a24)
  • migration: 🚚 separate example from core (4059ebf)
  • readme: 📝 refactor (#43) (593a085)
  • release-it: 👷 remove release tag check (4b38fb5)
  • release-it: 👷 remove yarn test check (63eaa3e)