Skip to content

Latest commit

 

History

History
282 lines (202 loc) · 33.6 KB

CHANGELOG.md

File metadata and controls

282 lines (202 loc) · 33.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.17 (2022-05-02)

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)

0.0.16 (2022-04-28)

Features

Bug Fixes

  • modal scrollbar only if content is scrollable (#78) (e72ffb8)
  • panel: footer not sticking to the bottom (#83) (e31a070)
  • tabs: remove background from tabs (#85) (4ddb663)

0.0.15 (2022-04-20)

Features

  • adds octuples modal component, handle mobile view in dialog (#65) (3dfd43f)

0.0.14 (2022-04-19)

Bug Fixes

  • button: move unreferenced global style into the module (#74) (3f87bcd)

0.0.13 (2022-04-19)

Features

  • handle inverse themes in config provider (#67) (a8ac667)

0.0.12 (2022-04-13)

Bug Fixes

  • input: ensures there is no visible outline on clear button hover (#63) (38258a9)

0.0.11 (2022-04-13)

Features

  • adds octuple panel component, add portal component (#55) (4e1a7e1)
  • adds octuples dialog component (#58) (7fbf365)
  • button: add split button component (#57) (46246b7)

Bug Fixes

  • button: fixes disruptive button foreground color state css variable reference (#54) (25a45be)

0.0.10 (2022-04-11)

Features

  • Adds octuple list, menu, dropdown components (#30) (3f558f5)
  • Adds octuple pills component (#22) (4ddec57)
  • baseline font size: add use font size hook, update config provider using font size css var (#50) (4749c03)
  • button and input: adds neutral button, exports components, renames enum to better match others (#48) (7fc3bf9)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)
  • input component: adds searchbox, textarea and textinput components (#40) (22e6657)
  • toggle button: adds toggle button and its hooks, updates scss (#43) (67149a2)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • handle menu item value type (#44) (cc66e8e)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • pill button: updates hover state to match latest button styles (#45) (b98488f)
  • pills: removes unused selectors (#36) (28b11ef)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • textarea: pixel push resize icon (#46) (bbf1e7e)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.9 (2022-04-11)

Features

  • Adds octuple list, menu, dropdown components (#30) (3f558f5)
  • Adds octuple pills component (#22) (4ddec57)
  • baseline font size: add use font size hook, update config provider using font size css var (#50) (4749c03)
  • button and input: adds neutral button, exports components, renames enum to better match others (#48) (7fc3bf9)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)
  • input component: adds searchbox, textarea and textinput components (#40) (22e6657)
  • toggle button: adds toggle button and its hooks, updates scss (#43) (67149a2)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • handle menu item value type (#44) (cc66e8e)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • pill button: updates hover state to match latest button styles (#45) (b98488f)
  • pills: removes unused selectors (#36) (28b11ef)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • textarea: pixel push resize icon (#46) (bbf1e7e)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.8 (2022-04-09)

Features

  • Adds octuple list, menu, dropdown components (#30) (3f558f5)
  • Adds octuple pills component (#22) (4ddec57)
  • baseline font size: add use font size hook, update config provider using font size css var (#50) (4749c03)
  • button and input: adds neutral button, exports components, renames enum to better match others (#48) (7fc3bf9)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)
  • input component: adds searchbox, textarea and textinput components (#40) (22e6657)
  • toggle button: adds toggle button and its hooks, updates scss (#43) (67149a2)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • handle menu item value type (#44) (cc66e8e)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • pill button: updates hover state to match latest button styles (#45) (b98488f)
  • pills: removes unused selectors (#36) (28b11ef)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • textarea: pixel push resize icon (#46) (bbf1e7e)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.7 (2022-04-07)

Features

  • Adds octuple list, menu, dropdown components (#30) (3f558f5)
  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)
  • input component: adds searchbox, textarea and textinput components (#40) (22e6657)
  • toggle button: adds toggle button and its hooks, updates scss (#43) (67149a2)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • handle menu item value type (#44) (cc66e8e)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • pill button: updates hover state to match latest button styles (#45) (b98488f)
  • pills: removes unused selectors (#36) (28b11ef)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • textarea: pixel push resize icon (#46) (bbf1e7e)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.6 (2022-04-06)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • pills: removes unused selectors (#36) (28b11ef)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.5 (2022-04-04)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • html base pixel unit: changes the base from 16 to 10 (#34) (61b4825)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.4 (2022-04-04)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • commitlint: adds custom commitlint config (#25) (ebf31f9)
  • peer dependencies: ensure react is installed as a peer dependency (#32) (e079310)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.3 (2022-04-04)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • react: ignore react in production build to avoid conflicts (#29) (718c3f5)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.2 (2022-04-01)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • readme: fixes asset and documentation urls (#27) (6c2fb07)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

0.0.1 (2022-04-01)

Features

  • Adds octuple pills component (#22) (4ddec57)
  • changelog and commit linting: adds changelog scripts, commit message linter and updates readmes (#18) (6401ec5)

Bug Fixes

  • asset swap: updates highlight rectangle making it symmetrical (#23) (879589a)
  • button: refines button prop and adds form type support (#19) (44636b1)
  • button: there was a missing scss selector (#17) (afb91ac)
  • user agent border in tabs: overrides ua style (#20) (1396bbb)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.