Skip to content

1.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@navin-moorthy navin-moorthy released this 21 Jun 11:08
· 627 commits to main since this release
1.0.0-alpha.4
bcd776a

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

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)

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)

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)

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)