diff --git a/CHANGELOG.md b/CHANGELOG.md index 759875cad..d45fd6b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,34 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.10 (2022-04-11) + +### Features + +- Adds octuple list, menu, dropdown components ([#30](https://github.com/EightfoldAI/octuple/issues/30)) ([3f558f5](https://github.com/EightfoldAI/octuple/commits/3f558f57160c6a66273da9b33d9afda7f69097f4)) +- Adds octuple pills component ([#22](https://github.com/EightfoldAI/octuple/issues/22)) ([4ddec57](https://github.com/EightfoldAI/octuple/commits/4ddec57f60a8d4a0cf6b7a33a88a211e536c520f)) +- baseline font size: add use font size hook, update config provider using font size css var ([#50](https://github.com/EightfoldAI/octuple/issues/50)) ([4749c03](https://github.com/EightfoldAI/octuple/commits/4749c038c726a507e8c9ccf06111efbdd08e4438)) +- button and input: adds neutral button, exports components, renames enum to better match others ([#48](https://github.com/EightfoldAI/octuple/issues/48)) ([7fc3bf9](https://github.com/EightfoldAI/octuple/commits/7fc3bf9858ec6bc6cb9b380056299fb87b27587e)) +- changelog and commit linting: adds changelog scripts, commit message linter and updates readmes ([#18](https://github.com/EightfoldAI/octuple/issues/18)) ([6401ec5](https://github.com/EightfoldAI/octuple/commits/6401ec59f3470b7ad15b75ae93c6480c9f5d4ec6)) +- input component: adds searchbox, textarea and textinput components ([#40](https://github.com/EightfoldAI/octuple/issues/40)) ([22e6657](https://github.com/EightfoldAI/octuple/commits/22e6657029da8a739513b25e4442275542b38be8)) +- toggle button: adds toggle button and its hooks, updates scss ([#43](https://github.com/EightfoldAI/octuple/issues/43)) ([67149a2](https://github.com/EightfoldAI/octuple/commits/67149a2d6300279ac9befa8a4450f5765f4b905f)) + +### Bug Fixes + +- asset swap: updates highlight rectangle making it symmetrical ([#23](https://github.com/EightfoldAI/octuple/issues/23)) ([879589a](https://github.com/EightfoldAI/octuple/commits/879589a8c90453d16e037c906c4aaa5b89824d35)) +- button: refines button prop and adds form type support ([#19](https://github.com/EightfoldAI/octuple/issues/19)) ([44636b1](https://github.com/EightfoldAI/octuple/commits/44636b1650ec66ee7dfe61dbe34410ba24deacbc)) +- button: there was a missing scss selector ([#17](https://github.com/EightfoldAI/octuple/issues/17)) ([afb91ac](https://github.com/EightfoldAI/octuple/commits/afb91ac7ace612799567a03e1eb624790ec1d1e7)) +- commitlint: adds custom commitlint config ([#25](https://github.com/EightfoldAI/octuple/issues/25)) ([ebf31f9](https://github.com/EightfoldAI/octuple/commits/ebf31f965af5ba3c14ed03932e1b047f94b1982c)) +- handle menu item value type ([#44](https://github.com/EightfoldAI/octuple/issues/44)) ([cc66e8e](https://github.com/EightfoldAI/octuple/commits/cc66e8e57d7dd6c762f36e9ce03f3ad636afe2a5)) +- html base pixel unit: changes the base from 16 to 10 ([#34](https://github.com/EightfoldAI/octuple/issues/34)) ([61b4825](https://github.com/EightfoldAI/octuple/commits/61b482528bb91c34e3cdca79580034e88d34560b)) +- peer dependencies: ensure react is installed as a peer dependency ([#32](https://github.com/EightfoldAI/octuple/issues/32)) ([e079310](https://github.com/EightfoldAI/octuple/commits/e079310404aa3f9caebf7c2dbd09e4d7b81dad14)) +- pill button: updates hover state to match latest button styles ([#45](https://github.com/EightfoldAI/octuple/issues/45)) ([b98488f](https://github.com/EightfoldAI/octuple/commits/b98488f6740a8016d722306c96cd5b331f98b678)) +- pills: removes unused selectors ([#36](https://github.com/EightfoldAI/octuple/issues/36)) ([28b11ef](https://github.com/EightfoldAI/octuple/commits/28b11ef3e294564754a12d3e6510ca9e6406191b)) +- react: ignore react in production build to avoid conflicts ([#29](https://github.com/EightfoldAI/octuple/issues/29)) ([718c3f5](https://github.com/EightfoldAI/octuple/commits/718c3f54de05107b962f0313187f3f28aeee55b2)) +- readme: fixes asset and documentation urls ([#27](https://github.com/EightfoldAI/octuple/issues/27)) ([6c2fb07](https://github.com/EightfoldAI/octuple/commits/6c2fb0741a04265d4eaf6ec51d8d3a296a1c4519)) +- textarea: pixel push resize icon ([#46](https://github.com/EightfoldAI/octuple/issues/46)) ([bbf1e7e](https://github.com/EightfoldAI/octuple/commits/bbf1e7eb4e9f64fcceff44de7230840db186d060)) +- user agent border in tabs: overrides ua style ([#20](https://github.com/EightfoldAI/octuple/issues/20)) ([1396bbb](https://github.com/EightfoldAI/octuple/commits/1396bbb1f19bd5dad5232be09eb483cec1017f35)) + ### 0.0.9 (2022-04-11) ### Features diff --git a/package.json b/package.json index f1ff5bedd..c1c9c66ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eightfold.ai/octuple", - "version": "0.0.9", + "version": "0.0.10", "license": "MIT", "main": "lib/octuple.js", "types": "lib/octuple.d.ts",