Skip to content

Releases: EightfoldAI/octuple

Release 1.7.0

31 May 18:02
Compare
Choose a tag to compare

Bug Fixes

  • forward classNames to tab component (#157) (bb032ac)
  • improve usability of checkbox, checkbox group, radio and radio group component (#156) (7369636)

Release 1.6.0

30 May 08:35
Compare
Choose a tag to compare

Features

  • config provider: move css variables to root selector, make base font size configurable (#150) (db84a9b)
  • storybook: adds storybook controls and documentation (#147) (2ab1362)

Bug Fixes

  • modal: fix styling of modal header (#149) (10fc5d6)
  • selectors: adds null check to radio button onchange event (#145) (499c4f5)

Release 1.5.3

25 May 01:59
Compare
Choose a tag to compare

Bug Fixes

  • extend RadioButtonProps and CheckBoxProps to OcBaseProps (#143) (08e9696)
  • remove classname prop from CheckBoxProps (#144) (bdce5c3)

Release 1.5.2

24 May 23:45
Compare
Choose a tag to compare
v1.5.2

chore(release): 1.5.2

Release 1.4.0

24 May 10:21
Compare
Choose a tag to compare

Features

Bug Fixes

  • click on menu item not working intermittently (#128) (d4d52a4)

Release 1.3.0

19 May 05:35
Compare
Choose a tag to compare

Features

  • pagination: adds pagination component (#121) (dd8fa43)

Bug Fixes

  • button: use root inverse text color instead of local variable (#119) (95f2c12)
  • input: fixes onchange handler of inputs (#120) (e5158e3)
  • pixel baseline: removes rem calculations (#124) (2739633)
  • snackbar: handle snackbar width on different screen sizes (#116) (c1b8d6c)
  • text input: hides clear button for number inputs (#118) (2738e1d)

Release 1.2.0

13 May 09:57
Compare
Choose a tag to compare

Features

  • accessibility and i18n: adds keyboard focus, canvas direction support (#109) (c6704b3)
  • adds octuple spinner component (#114) (702931d)

Bug Fixes

  • button: ensures the height of buttons and clarifies class names (#112) (882b3fd)
  • text input: adds line height to text input to prevent descenders from clipping (#113) (362dc1b)

Release 1.1.0

05 May 12:42
Compare
Choose a tag to compare

Features

  • abstract out common component props as oc base props, add ability to forward ref (#106) (f9c6f1b)

Release 1.0.0

03 May 18:38
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • classnames and icon props must be updated to match latest

  • fix: match score: updates references and classname prop

Features

  • add match score component 🟢 🟢 🟢 ⚪️ ⚪️ (#92) (99f07ec)
  • props: normalize label, classnames, button alignment and iconprops (#97) (5b3456a)

Bug Fixes

  • tabs: use tab value to set the current active tab(#100) (5e0ec1f)

Release 0.0.17

02 May 19:31
Compare
Choose a tag to compare

Features

  • adds octuple badge, use badge in tabs (#89) (81f6fa5)
  • change menu item value to type any (#93) (b5cff2e)

Bug Fixes

  • button: fixes button height and min width in flex layouts (#95) (0ba62c0)
  • dropdown: fix memory leak in dropdowns, change position strategy to absolute (#90) (25de4bf)
  • tooltip: dont show tooltip if no content (#94) (13f6a2e)