diff --git a/.all-contributorsrc b/.all-contributorsrc index 86e4f98e2..493deb95e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,5 +1,5 @@ { - "projectName": "renderless-components", + "projectName": "renderlesskit-react", "projectOwner": "timelessco", "repoType": "github", "repoHost": "https://github.com", diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js index 3a727ed60..4af508599 100644 --- a/.storybook/webpack.config.js +++ b/.storybook/webpack.config.js @@ -3,7 +3,7 @@ const path = require("path"); module.exports = ({ config }) => { config.resolve.alias = { ...config.resolve.alias, - "renderless-components": path.resolve(__dirname, "../src"), + "@renderlesskit/react": path.resolve(__dirname, "../src"), }; config.module.rules.push({ test: /\.css$/, diff --git a/CHANGELOG.md b/CHANGELOG.md index e324be888..7b9c297b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,826 +4,826 @@ 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.2.0](https://github.com/timelessco/renderless-components/compare/v0.1.1-beta.3...v0.2.0) (2020-12-03) +## [0.2.0](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-beta.3...v0.2.0) (2020-12-03) ### Bug Fixes - **select:** 🐛 focus the popover on loop from both ends - ([#159](https://github.com/timelessco/renderless-components/issues/159)) - ([3eafebd](https://github.com/timelessco/renderless-components/commit/3eafebd9b038d9cb2f537f01442ccc989222c877)) + ([#159](https://github.com/timelessco/renderlesskit-react/issues/159)) + ([3eafebd](https://github.com/timelessco/renderlesskit-react/commit/3eafebd9b038d9cb2f537f01442ccc989222c877)) - **toast:** 🐛 useToast is not a function - ([#151](https://github.com/timelessco/renderless-components/issues/151)) Issue - ([#145](https://github.com/timelessco/renderless-components/issues/145)) - ([bf476e2](https://github.com/timelessco/renderless-components/commit/bf476e25e56bdc5ebe07502b2886bf8206bbf82b)) + ([#151](https://github.com/timelessco/renderlesskit-react/issues/151)) Issue + ([#145](https://github.com/timelessco/renderlesskit-react/issues/145)) + ([bf476e2](https://github.com/timelessco/renderlesskit-react/commit/bf476e25e56bdc5ebe07502b2886bf8206bbf82b)) ### Build System - **reakit:** 📌 make reakit as a peer deps - ([#152](https://github.com/timelessco/renderless-components/issues/152)) - ([b89e19a](https://github.com/timelessco/renderless-components/commit/b89e19a23fd75792a9adf7bb16723e24c6bf5e7c)) + ([#152](https://github.com/timelessco/renderlesskit-react/issues/152)) + ([b89e19a](https://github.com/timelessco/renderlesskit-react/commit/b89e19a23fd75792a9adf7bb16723e24c6bf5e7c)) ### Tests - **select:** added select tests - ([#154](https://github.com/timelessco/renderless-components/issues/154)) - ([783e946](https://github.com/timelessco/renderless-components/commit/783e946b868066d1fc8206cc22dd877fb61afdf4)) + ([#154](https://github.com/timelessco/renderlesskit-react/issues/154)) + ([783e946](https://github.com/timelessco/renderlesskit-react/commit/783e946b868066d1fc8206cc22dd877fb61afdf4)) ### Code Refactoring - **role:** ♻️ replace Box with Role from reakit - ([#165](https://github.com/timelessco/renderless-components/issues/165)) - ([93946cc](https://github.com/timelessco/renderless-components/commit/93946cc9fa0562f3b10839439ca024fce733cf4a)) + ([#165](https://github.com/timelessco/renderlesskit-react/issues/165)) + ([93946cc](https://github.com/timelessco/renderlesskit-react/commit/93946cc9fa0562f3b10839439ca024fce733cf4a)) ### Docs - **readme:** 📝 remove contributors tag - ([1592b68](https://github.com/timelessco/renderless-components/commit/1592b6830b8b478bd6dc3809caf547df034bef6a)) + ([1592b68](https://github.com/timelessco/renderlesskit-react/commit/1592b6830b8b478bd6dc3809caf547df034bef6a)) - **readme:** 📝 update Link's doc link - ([e034d1b](https://github.com/timelessco/renderless-components/commit/e034d1bf463a6122d959388c080057457b71d029)) + ([e034d1b](https://github.com/timelessco/renderlesskit-react/commit/e034d1bf463a6122d959388c080057457b71d029)) - **readme:** 📝 update readme and component docs - ([#155](https://github.com/timelessco/renderless-components/issues/155)) - ([1ac4ce6](https://github.com/timelessco/renderless-components/commit/1ac4ce67f6c472a9942575ca0bf1d386c3324e6d)), - closes [#157](https://github.com/timelessco/renderless-components/issues/157) - [#160](https://github.com/timelessco/renderless-components/issues/160) - [#153](https://github.com/timelessco/renderless-components/issues/153) - [#154](https://github.com/timelessco/renderless-components/issues/154) - [#163](https://github.com/timelessco/renderless-components/issues/163) - [#166](https://github.com/timelessco/renderless-components/issues/166) - [#170](https://github.com/timelessco/renderless-components/issues/170) - [#171](https://github.com/timelessco/renderless-components/issues/171) - [#172](https://github.com/timelessco/renderless-components/issues/172) + ([#155](https://github.com/timelessco/renderlesskit-react/issues/155)) + ([1ac4ce6](https://github.com/timelessco/renderlesskit-react/commit/1ac4ce67f6c472a9942575ca0bf1d386c3324e6d)), + closes [#157](https://github.com/timelessco/renderlesskit-react/issues/157) + [#160](https://github.com/timelessco/renderlesskit-react/issues/160) + [#153](https://github.com/timelessco/renderlesskit-react/issues/153) + [#154](https://github.com/timelessco/renderlesskit-react/issues/154) + [#163](https://github.com/timelessco/renderlesskit-react/issues/163) + [#166](https://github.com/timelessco/renderlesskit-react/issues/166) + [#170](https://github.com/timelessco/renderlesskit-react/issues/170) + [#171](https://github.com/timelessco/renderlesskit-react/issues/171) + [#172](https://github.com/timelessco/renderlesskit-react/issues/172) ### Others - **npm:** 📦 rename pkg to scoped one - ([735e690](https://github.com/timelessco/renderless-components/commit/735e6902f1974650c9285abf20e54b6400bfcf3f)) + ([735e690](https://github.com/timelessco/renderlesskit-react/commit/735e6902f1974650c9285abf20e54b6400bfcf3f)) - **toast:** renamed types to normal convention - ([#169](https://github.com/timelessco/renderless-components/issues/169)) - ([f962002](https://github.com/timelessco/renderless-components/commit/f962002f3184f57694958cf006a5f7f2254eea5d)) + ([#169](https://github.com/timelessco/renderlesskit-react/issues/169)) + ([f962002](https://github.com/timelessco/renderlesskit-react/commit/f962002f3184f57694958cf006a5f7f2254eea5d)) - update minor & patch deps - ([#164](https://github.com/timelessco/renderless-components/issues/164)) - ([3c6613d](https://github.com/timelessco/renderless-components/commit/3c6613d26b42a0594e9b848436ca80e7f95a8e3a)) + ([#164](https://github.com/timelessco/renderlesskit-react/issues/164)) + ([3c6613d](https://github.com/timelessco/renderlesskit-react/commit/3c6613d26b42a0594e9b848436ca80e7f95a8e3a)) - **accordion:** refactored & cleaned up accordion types - ([#153](https://github.com/timelessco/renderless-components/issues/153)) - ([47b47c9](https://github.com/timelessco/renderless-components/commit/47b47c95cdc5f06a969c4276f9d6ce62ca90776b)) + ([#153](https://github.com/timelessco/renderlesskit-react/issues/153)) + ([47b47c9](https://github.com/timelessco/renderlesskit-react/commit/47b47c95cdc5f06a969c4276f9d6ce62ca90776b)) - **select:** added exhaustive-deps ignore comments - ([a8acc78](https://github.com/timelessco/renderless-components/commit/a8acc78bc211d43a21926b54d78e6b1046a4ed15)) + ([a8acc78](https://github.com/timelessco/renderlesskit-react/commit/a8acc78bc211d43a21926b54d78e6b1046a4ed15)) -### [0.1.1-beta.3](https://github.com/timelessco/renderless-components/compare/v0.1.1-beta.2...v0.1.1-beta.3) (2020-11-17) +### [0.1.1-beta.3](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-beta.2...v0.1.1-beta.3) (2020-11-17) ### Bug Fixes - **toast:** 🐛 useToast is not a function - ([2b35a42](https://github.com/timelessco/renderless-components/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) + ([2b35a42](https://github.com/timelessco/renderlesskit-react/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) ### Build System - **reakit:** 📌 make reakit as a peer deps - ([64f5bee](https://github.com/timelessco/renderless-components/commit/64f5bee61887f1d56226229776da8b74ca22d3e6)) + ([64f5bee](https://github.com/timelessco/renderlesskit-react/commit/64f5bee61887f1d56226229776da8b74ca22d3e6)) ### Code Refactoring - **utils:** ♻️ remove createContext utils & its test - ([797aefa](https://github.com/timelessco/renderless-components/commit/797aefaf6050372af6e4e230ae9fb05be8707f0e)) + ([797aefa](https://github.com/timelessco/renderlesskit-react/commit/797aefaf6050372af6e4e230ae9fb05be8707f0e)) - **uuid:** ➖ remove uuid from deps - ([b205d1c](https://github.com/timelessco/renderless-components/commit/b205d1c9aa9f1cf8382b8ff0a0322429eb5a3462)) + ([b205d1c](https://github.com/timelessco/renderlesskit-react/commit/b205d1c9aa9f1cf8382b8ff0a0322429eb5a3462)) ### Others - **reakitwarning:** ➕ add reakit warning to the prod deps - ([013feee](https://github.com/timelessco/renderless-components/commit/013feeede303944dc51ba2a4aff6d10d944bfbdf)) + ([013feee](https://github.com/timelessco/renderlesskit-react/commit/013feeede303944dc51ba2a4aff6d10d944bfbdf)) - **release:** 0.1.1-beta.1 - ([5512921](https://github.com/timelessco/renderless-components/commit/551292113dfe16f613027150f9c53143041a0c1d)) + ([5512921](https://github.com/timelessco/renderlesskit-react/commit/551292113dfe16f613027150f9c53143041a0c1d)) - **release:** 0.1.1-beta.2 - ([9fb7534](https://github.com/timelessco/renderless-components/commit/9fb7534a27ac74491304032513e74fa31b4a3ca1)) + ([9fb7534](https://github.com/timelessco/renderlesskit-react/commit/9fb7534a27ac74491304032513e74fa31b4a3ca1)) - **toast:** 📌 pin the storybook deps to the latest beta - ([3fc971c](https://github.com/timelessco/renderless-components/commit/3fc971c827314d6c7b84bbbc0b6c9b5f9b9b2e0b)) + ([3fc971c](https://github.com/timelessco/renderlesskit-react/commit/3fc971c827314d6c7b84bbbc0b6c9b5f9b9b2e0b)) -### [0.1.1-beta.2](https://github.com/timelessco/renderless-components/compare/v0.1.1-beta.1...v0.1.1-beta.2) (2020-11-17) +### [0.1.1-beta.2](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-beta.1...v0.1.1-beta.2) (2020-11-17) ### Bug Fixes - **toast:** 🐛 useToast is not a function - ([2b35a42](https://github.com/timelessco/renderless-components/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) + ([2b35a42](https://github.com/timelessco/renderlesskit-react/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) ### Others - **release:** 0.1.1-beta.1 - ([5512921](https://github.com/timelessco/renderless-components/commit/551292113dfe16f613027150f9c53143041a0c1d)) + ([5512921](https://github.com/timelessco/renderlesskit-react/commit/551292113dfe16f613027150f9c53143041a0c1d)) - **toast:** 📌 pin the storybook deps to the latest beta - ([3fc971c](https://github.com/timelessco/renderless-components/commit/3fc971c827314d6c7b84bbbc0b6c9b5f9b9b2e0b)) + ([3fc971c](https://github.com/timelessco/renderlesskit-react/commit/3fc971c827314d6c7b84bbbc0b6c9b5f9b9b2e0b)) ### Build System - **reakit:** 📌 make reakit as a peer deps - ([64f5bee](https://github.com/timelessco/renderless-components/commit/64f5bee61887f1d56226229776da8b74ca22d3e6)) + ([64f5bee](https://github.com/timelessco/renderlesskit-react/commit/64f5bee61887f1d56226229776da8b74ca22d3e6)) ### Code Refactoring - **utils:** ♻️ remove createContext utils & its test - ([797aefa](https://github.com/timelessco/renderless-components/commit/797aefaf6050372af6e4e230ae9fb05be8707f0e)) + ([797aefa](https://github.com/timelessco/renderlesskit-react/commit/797aefaf6050372af6e4e230ae9fb05be8707f0e)) - **uuid:** ➖ remove uuid from deps - ([b205d1c](https://github.com/timelessco/renderless-components/commit/b205d1c9aa9f1cf8382b8ff0a0322429eb5a3462)) + ([b205d1c](https://github.com/timelessco/renderlesskit-react/commit/b205d1c9aa9f1cf8382b8ff0a0322429eb5a3462)) -### [0.1.1-beta.1](https://github.com/timelessco/renderless-components/compare/v0.1.1-beta.0...v0.1.1-beta.1) (2020-11-16) +### [0.1.1-beta.1](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-beta.0...v0.1.1-beta.1) (2020-11-16) ### Features - accordion types improvements - ([#143](https://github.com/timelessco/renderless-components/issues/143)) - ([7e45f06](https://github.com/timelessco/renderless-components/commit/7e45f069a2a9ee6de095b6bbb2c46bf232694dab)) + ([#143](https://github.com/timelessco/renderlesskit-react/issues/143)) + ([7e45f06](https://github.com/timelessco/renderlesskit-react/commit/7e45f069a2a9ee6de095b6bbb2c46bf232694dab)) ### Bug Fixes - **toast:** 🐛 useToast is not a function - ([2b35a42](https://github.com/timelessco/renderless-components/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) + ([2b35a42](https://github.com/timelessco/renderlesskit-react/commit/2b35a4239ccdd4720d4edff3ffce3dfd99abdadf)) ### Tests - refactored all tests - ([#146](https://github.com/timelessco/renderless-components/issues/146)) - ([e61a507](https://github.com/timelessco/renderless-components/commit/e61a50794caf2696c24314e648d0013cb57f798c)) + ([#146](https://github.com/timelessco/renderlesskit-react/issues/146)) + ([e61a507](https://github.com/timelessco/renderlesskit-react/commit/e61a50794caf2696c24314e648d0013cb57f798c)) ### Docs - **story:** ✨ isolate story styles with post css - ([#149](https://github.com/timelessco/renderless-components/issues/149)) - ([d66712c](https://github.com/timelessco/renderless-components/commit/d66712caad314443db2796df1bb78222507d5f14)) + ([#149](https://github.com/timelessco/renderlesskit-react/issues/149)) + ([d66712c](https://github.com/timelessco/renderlesskit-react/commit/d66712caad314443db2796df1bb78222507d5f14)) - **update:** 📝 beta as deps in stories - ([c79dc71](https://github.com/timelessco/renderless-components/commit/c79dc71be6e91c8db0efa0ef0d6b451439e45e8f)) + ([c79dc71](https://github.com/timelessco/renderlesskit-react/commit/c79dc71be6e91c8db0efa0ef0d6b451439e45e8f)) ### Others - reorganize slider components & improved js generation script - ([#148](https://github.com/timelessco/renderless-components/issues/148)) - ([9e9ef1d](https://github.com/timelessco/renderless-components/commit/9e9ef1d4a04c6210f53797488581c1aa64550011)), - closes [#150](https://github.com/timelessco/renderless-components/issues/150) + ([#148](https://github.com/timelessco/renderlesskit-react/issues/148)) + ([9e9ef1d](https://github.com/timelessco/renderlesskit-react/commit/9e9ef1d4a04c6210f53797488581c1aa64550011)), + closes [#150](https://github.com/timelessco/renderlesskit-react/issues/150) - **release:** 0.1.1-beta.0 - ([0820b0a](https://github.com/timelessco/renderless-components/commit/0820b0ab80f05f63264ce2fe3d383fbb997bebca)) + ([0820b0a](https://github.com/timelessco/renderlesskit-react/commit/0820b0ab80f05f63264ce2fe3d383fbb997bebca)) -### [0.1.1-beta.0](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.6...v0.1.1-beta.0) (2020-11-09) +### [0.1.1-beta.0](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.6...v0.1.1-beta.0) (2020-11-09) ### Docs - **toast:** 📝 toast stories hide toast fix - ([2f3474c](https://github.com/timelessco/renderless-components/commit/2f3474c2cb4ad0df2288cc6150408fd332ad7265)) + ([2f3474c](https://github.com/timelessco/renderlesskit-react/commit/2f3474c2cb4ad0df2288cc6150408fd332ad7265)) ### Others - **accordion:** 🏷️ update state types - ([e458e36](https://github.com/timelessco/renderless-components/commit/e458e3602739a70aa31211253bb80e23af652cad)) + ([e458e36](https://github.com/timelessco/renderlesskit-react/commit/e458e3602739a70aa31211253bb80e23af652cad)) - added template.ts generation script - ([#139](https://github.com/timelessco/renderless-components/issues/139)) - ([9538982](https://github.com/timelessco/renderless-components/commit/95389821a87353b3c62fadd61521acdcbc32c702)) + ([#139](https://github.com/timelessco/renderlesskit-react/issues/139)) + ([9538982](https://github.com/timelessco/renderlesskit-react/commit/95389821a87353b3c62fadd61521acdcbc32c702)) - storybook infer controls & component types improvements - ([#141](https://github.com/timelessco/renderless-components/issues/141)) - ([80105f9](https://github.com/timelessco/renderless-components/commit/80105f905ac4ad1a35b7e7ad541cb9fbc5dd3d00)) + ([#141](https://github.com/timelessco/renderlesskit-react/issues/141)) + ([80105f9](https://github.com/timelessco/renderlesskit-react/commit/80105f905ac4ad1a35b7e7ad541cb9fbc5dd3d00)) - storybook migrate segment, timepicker, select, toast - ([#137](https://github.com/timelessco/renderless-components/issues/137)) - ([f6004ef](https://github.com/timelessco/renderless-components/commit/f6004efedb7ac40c804db3f06abf45723d9a668b)) + ([#137](https://github.com/timelessco/renderlesskit-react/issues/137)) + ([f6004ef](https://github.com/timelessco/renderlesskit-react/commit/f6004efedb7ac40c804db3f06abf45723d9a668b)) - **release:** 0.1.1-alpha.6 - ([f28bd9a](https://github.com/timelessco/renderless-components/commit/f28bd9a1fb926cd182739f1f867032cc64148d81)) + ([f28bd9a](https://github.com/timelessco/renderlesskit-react/commit/f28bd9a1fb926cd182739f1f867032cc64148d81)) ### Code Refactoring - **accordion:** ♻️ use useControllable in accordion - ([ae21a02](https://github.com/timelessco/renderless-components/commit/ae21a02f234012057b2d98140c73b9938823562d)) + ([ae21a02](https://github.com/timelessco/renderlesskit-react/commit/ae21a02f234012057b2d98140c73b9938823562d)) - **drawer:** ♻️ update drawer props & types - ([0be59ae](https://github.com/timelessco/renderless-components/commit/0be59aeb5be133798a9e57b626bee4ec1af82308)) + ([0be59ae](https://github.com/timelessco/renderlesskit-react/commit/0be59aeb5be133798a9e57b626bee4ec1af82308)) - **meter:** ♻️ remove sealed state & its types - ([b3d4d63](https://github.com/timelessco/renderless-components/commit/b3d4d637430b93f6b6840bd61d4107baf2c88e91)) + ([b3d4d63](https://github.com/timelessco/renderlesskit-react/commit/b3d4d637430b93f6b6840bd61d4107baf2c88e91)) - **number-input:** ♻️ update number input state & test & stories - ([a96352f](https://github.com/timelessco/renderless-components/commit/a96352ff545fe9016ecc5f167de3e171e77bb776)) + ([a96352f](https://github.com/timelessco/renderlesskit-react/commit/a96352ff545fe9016ecc5f167de3e171e77bb776)) - **pagination:** ♻️ add jsdoc to pagination - ([#138](https://github.com/timelessco/renderless-components/issues/138)) - ([c7da17c](https://github.com/timelessco/renderless-components/commit/c7da17cfc5fc3bed26e79ab0e96ff29a5929cf45)) + ([#138](https://github.com/timelessco/renderlesskit-react/issues/138)) + ([c7da17c](https://github.com/timelessco/renderlesskit-react/commit/c7da17cfc5fc3bed26e79ab0e96ff29a5929cf45)) - **pagination:** ♻️ update pagination state, stories & types - ([77bcf0e](https://github.com/timelessco/renderless-components/commit/77bcf0ef1a8cc0ada39887f71dd6871c3cc27781)) + ([77bcf0e](https://github.com/timelessco/renderlesskit-react/commit/77bcf0ef1a8cc0ada39887f71dd6871c3cc27781)) - **pickers:** ♻️ update state, types, jsdoc, helpers & stories - ([aab5250](https://github.com/timelessco/renderless-components/commit/aab52500958a7f87b86389d7942a834014ab42a8)) + ([aab5250](https://github.com/timelessco/renderlesskit-react/commit/aab52500958a7f87b86389d7942a834014ab42a8)) - **progress:** ♻️ remove sealed state - ([555c857](https://github.com/timelessco/renderless-components/commit/555c8575bc701a119a331cc8e1d93d570cf44616)) + ([555c857](https://github.com/timelessco/renderlesskit-react/commit/555c8575bc701a119a331cc8e1d93d570cf44616)) - **slider:** ♻️ use controllable & update state, stories & types - ([413783a](https://github.com/timelessco/renderless-components/commit/413783adf0faa9c5d608daadaf952d786a47f094)) + ([413783a](https://github.com/timelessco/renderlesskit-react/commit/413783adf0faa9c5d608daadaf952d786a47f094)) - **state:** ♻️ update accordion & meter state props - ([ba8e9bf](https://github.com/timelessco/renderless-components/commit/ba8e9bf4a3610a085f78f83adcf60c90d7b371ad)) + ([ba8e9bf](https://github.com/timelessco/renderlesskit-react/commit/ba8e9bf4a3610a085f78f83adcf60c90d7b371ad)) -### [0.1.1-alpha.6](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.5...v0.1.1-alpha.6) (2020-11-05) +### [0.1.1-alpha.6](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.5...v0.1.1-alpha.6) (2020-11-05) ### Features - **progress:** ✨ improve progress state - ([b3300ad](https://github.com/timelessco/renderless-components/commit/b3300ad2bb33ceda3b882cb7d81bb7d44c86a8d9)) + ([b3300ad](https://github.com/timelessco/renderlesskit-react/commit/b3300ad2bb33ceda3b882cb7d81bb7d44c86a8d9)) - **storybook:** 📝 add csb, copy & preview for accordion - ([#123](https://github.com/timelessco/renderless-components/issues/123)) - ([7cc6bd5](https://github.com/timelessco/renderless-components/commit/7cc6bd561f1d6b4d30ae8f96fff8430a1bdbf167)) + ([#123](https://github.com/timelessco/renderlesskit-react/issues/123)) + ([7cc6bd5](https://github.com/timelessco/renderlesskit-react/commit/7cc6bd561f1d6b4d30ae8f96fff8430a1bdbf167)) ### Bug Fixes - js generate script path.sep - ([#132](https://github.com/timelessco/renderless-components/issues/132)) - ([e6873a0](https://github.com/timelessco/renderless-components/commit/e6873a0be471435ee3999061bec556d61c80e375)) + ([#132](https://github.com/timelessco/renderlesskit-react/issues/132)) + ([e6873a0](https://github.com/timelessco/renderlesskit-react/commit/e6873a0be471435ee3999061bec556d61c80e375)) - **a11y:** date range picker voiceover fix - ([#105](https://github.com/timelessco/renderless-components/issues/105)) - ([9993df4](https://github.com/timelessco/renderless-components/commit/9993df4e7530d8ad45ad8c7cbb7aef5293070075)) + ([#105](https://github.com/timelessco/renderlesskit-react/issues/105)) + ([9993df4](https://github.com/timelessco/renderlesskit-react/commit/9993df4e7530d8ad45ad8c7cbb7aef5293070075)) - wrong validation state in date range picker & reexport it - ([#100](https://github.com/timelessco/renderless-components/issues/100)) - ([584fae5](https://github.com/timelessco/renderless-components/commit/584fae5e6477a88d910e3cab3eb3fb134f6eb810)) + ([#100](https://github.com/timelessco/renderlesskit-react/issues/100)) + ([584fae5](https://github.com/timelessco/renderlesskit-react/commit/584fae5e6477a88d910e3cab3eb3fb134f6eb810)) ### Docs - **accordion:** 📝 improve stories types - ([ac443c6](https://github.com/timelessco/renderless-components/commit/ac443c64d0dfa9878f44b53576b9143c6ec6f612)) + ([ac443c6](https://github.com/timelessco/renderlesskit-react/commit/ac443c64d0dfa9878f44b53576b9143c6ec6f612)) ### Code Refactoring - **meter:** ♻️ better stories & stablize meter - ([642f331](https://github.com/timelessco/renderless-components/commit/642f331b77695293f59ba8d982b89bf1c2eb3866)) + ([642f331](https://github.com/timelessco/renderlesskit-react/commit/642f331b77695293f59ba8d982b89bf1c2eb3866)) - **meter:** ♻️ meter state done - ([e199382](https://github.com/timelessco/renderless-components/commit/e199382c6bb8776f95569d059439c1270f7114a3)) + ([e199382](https://github.com/timelessco/renderlesskit-react/commit/e199382c6bb8776f95569d059439c1270f7114a3)) - **meter:** ♻️ remove **examples** to be consistent - ([1f63176](https://github.com/timelessco/renderless-components/commit/1f6317670b0d7026464cd2bd971a5b72e9bc114d)) + ([1f63176](https://github.com/timelessco/renderlesskit-react/commit/1f6317670b0d7026464cd2bd971a5b72e9bc114d)) - **progress:** ♻️ progress stories & state done - ([5320ce1](https://github.com/timelessco/renderless-components/commit/5320ce12d948f4eba75562bd628e4c4defce81d2)) + ([5320ce1](https://github.com/timelessco/renderlesskit-react/commit/5320ce12d948f4eba75562bd628e4c4defce81d2)) - **progress:** ♻️ refactor state & stories - ([56d0cb3](https://github.com/timelessco/renderless-components/commit/56d0cb3358f71254a30f52f49710e1366db16ca6)) + ([56d0cb3](https://github.com/timelessco/renderlesskit-react/commit/56d0cb3358f71254a30f52f49710e1366db16ca6)) - **progress:** ♻️ update stories & component - ([5bd038f](https://github.com/timelessco/renderless-components/commit/5bd038f2cc051228a9c9e3a612b129b739c971ac)) + ([5bd038f](https://github.com/timelessco/renderlesskit-react/commit/5bd038f2cc051228a9c9e3a612b129b739c971ac)) - **reakit:** ♻️ remove external deps in 3 components - ([54f2752](https://github.com/timelessco/renderless-components/commit/54f2752205822c0fb48c66f6bb830bf52c445b19)) + ([54f2752](https://github.com/timelessco/renderlesskit-react/commit/54f2752205822c0fb48c66f6bb830bf52c445b19)) - **storybook:** ♻️ easier access to stories - removing sub folders - ([d1336d6](https://github.com/timelessco/renderless-components/commit/d1336d687a5819a5d8a2422a4bd00d1c1ecb0f03)) + ([d1336d6](https://github.com/timelessco/renderlesskit-react/commit/d1336d687a5819a5d8a2422a4bd00d1c1ecb0f03)) - **storybook:** ♻️ group commons stories - ([262bfb5](https://github.com/timelessco/renderless-components/commit/262bfb5634de8f31bacdb670be83e5ff6855ae4e)) + ([262bfb5](https://github.com/timelessco/renderlesskit-react/commit/262bfb5634de8f31bacdb670be83e5ff6855ae4e)) - **tests:** ✅ updated tests for meter & progress - ([6ebb5c8](https://github.com/timelessco/renderless-components/commit/6ebb5c8ab263eaababf9d649a30f271f5c4dc58c)) + ([6ebb5c8](https://github.com/timelessco/renderlesskit-react/commit/6ebb5c8ab263eaababf9d649a30f271f5c4dc58c)) ### Others - added number input storybook controls - ([#108](https://github.com/timelessco/renderless-components/issues/108)) - ([3e15246](https://github.com/timelessco/renderless-components/commit/3e152461da40e7ac4a33ad0a2d3c1009d0bbee25)) + ([#108](https://github.com/timelessco/renderlesskit-react/issues/108)) + ([3e15246](https://github.com/timelessco/renderlesskit-react/commit/3e152461da40e7ac4a33ad0a2d3c1009d0bbee25)) - datepicker & calendar storybook controls - ([#106](https://github.com/timelessco/renderless-components/issues/106)) - ([6579b8f](https://github.com/timelessco/renderless-components/commit/6579b8f4d4079244af7abd90353403e6b6106970)) + ([#106](https://github.com/timelessco/renderlesskit-react/issues/106)) + ([6579b8f](https://github.com/timelessco/renderlesskit-react/commit/6579b8f4d4079244af7abd90353403e6b6106970)) - fixed broken storybook examples and improved them - ([#125](https://github.com/timelessco/renderless-components/issues/125)) - ([443f766](https://github.com/timelessco/renderless-components/commit/443f766306a27a853fa446d4a8d473f033b180eb)) + ([#125](https://github.com/timelessco/renderlesskit-react/issues/125)) + ([443f766](https://github.com/timelessco/renderlesskit-react/commit/443f766306a27a853fa446d4a8d473f033b180eb)) - revert meter clamp function - ([#113](https://github.com/timelessco/renderless-components/issues/113)) - ([cf52991](https://github.com/timelessco/renderless-components/commit/cf5299177737abf3abd1fd748ac665022b8885e1)) + ([#113](https://github.com/timelessco/renderlesskit-react/issues/113)) + ([cf52991](https://github.com/timelessco/renderlesskit-react/commit/cf5299177737abf3abd1fd748ac665022b8885e1)) - transpile examples from ts to js - ([#129](https://github.com/timelessco/renderless-components/issues/129)) - ([5a4729f](https://github.com/timelessco/renderless-components/commit/5a4729f5aecf30b77db9e2824b007b1b7e31f681)) + ([#129](https://github.com/timelessco/renderlesskit-react/issues/129)) + ([5a4729f](https://github.com/timelessco/renderlesskit-react/commit/5a4729f5aecf30b77db9e2824b007b1b7e31f681)) - **aria:** ♿️ improve progress, meter & accordion accessibility - ([3d6a77f](https://github.com/timelessco/renderless-components/commit/3d6a77f949685a76f784090ce18eef4d2c4d15b0)) + ([3d6a77f](https://github.com/timelessco/renderlesskit-react/commit/3d6a77f949685a76f784090ce18eef4d2c4d15b0)) - **deps:** ⬆️ update babel deps - ([6ec1abe](https://github.com/timelessco/renderless-components/commit/6ec1abe7eb76b10428b4fb9eb1541ba70ecc3f6f)) + ([6ec1abe](https://github.com/timelessco/renderlesskit-react/commit/6ec1abe7eb76b10428b4fb9eb1541ba70ecc3f6f)) - **deps:** ⬆️ upgrading deps except react 17 - ([#119](https://github.com/timelessco/renderless-components/issues/119)) - ([f2917e8](https://github.com/timelessco/renderless-components/commit/f2917e88314e532e47b0cf4fdfee99d42aecbbbf)) + ([#119](https://github.com/timelessco/renderlesskit-react/issues/119)) + ([f2917e8](https://github.com/timelessco/renderlesskit-react/commit/f2917e88314e532e47b0cf4fdfee99d42aecbbbf)) - **jsdoc:** toast jsdoc and improvements - ([#104](https://github.com/timelessco/renderless-components/issues/104)) - ([7ed738e](https://github.com/timelessco/renderless-components/commit/7ed738e3d9f121c4ca06dc2fe5dd03bfc61024ca)) + ([#104](https://github.com/timelessco/renderlesskit-react/issues/104)) + ([7ed738e](https://github.com/timelessco/renderlesskit-react/commit/7ed738e3d9f121c4ca06dc2fe5dd03bfc61024ca)) - **progress:** ♿️ improve VO of progress - ([e91a07f](https://github.com/timelessco/renderless-components/commit/e91a07fe975eadce1540a61991bbade66eb92128)) + ([e91a07f](https://github.com/timelessco/renderlesskit-react/commit/e91a07fe975eadce1540a61991bbade66eb92128)) - **react deps:** ⬆️ upgrade react & react-dom - ([8cc250b](https://github.com/timelessco/renderless-components/commit/8cc250b3954c79eb7daa268374124c7604f752ef)) + ([8cc250b](https://github.com/timelessco/renderlesskit-react/commit/8cc250b3954c79eb7daa268374124c7604f752ef)) - **release:** 0.1.1-alpha.5 - ([3173150](https://github.com/timelessco/renderless-components/commit/3173150e7d0ee5b6e47a920780eea4903f00c094)) + ([3173150](https://github.com/timelessco/renderlesskit-react/commit/3173150e7d0ee5b6e47a920780eea4903f00c094)) ### Build System - fix typescript component resolve - ([#134](https://github.com/timelessco/renderless-components/issues/134)) - ([b97e10d](https://github.com/timelessco/renderless-components/commit/b97e10dc3de23daf15d2b88f34647aa65b243a75)) + ([#134](https://github.com/timelessco/renderlesskit-react/issues/134)) + ([b97e10d](https://github.com/timelessco/renderlesskit-react/commit/b97e10dc3de23daf15d2b88f34647aa65b243a75)) - **bundle:** 👷 use chakra build setup - ([e5c9deb](https://github.com/timelessco/renderless-components/commit/e5c9deb652cda4003603c2a113aa623e9e44c2e8)) + ([e5c9deb](https://github.com/timelessco/renderlesskit-react/commit/e5c9deb652cda4003603c2a113aa623e9e44c2e8)) - **date-fns:** 💚 tree shake date-fns with bable - ([44f067e](https://github.com/timelessco/renderless-components/commit/44f067e274d580c848b92870f82b4c6df8c5b29c)) + ([44f067e](https://github.com/timelessco/renderlesskit-react/commit/44f067e274d580c848b92870f82b4c6df8c5b29c)) ### Tests - added datepicker tests - ([#98](https://github.com/timelessco/renderless-components/issues/98)) - ([e4b8bb9](https://github.com/timelessco/renderless-components/commit/e4b8bb9c5d98f02254e986da49606de5551ed9c1)) + ([#98](https://github.com/timelessco/renderlesskit-react/issues/98)) + ([e4b8bb9](https://github.com/timelessco/renderlesskit-react/commit/e4b8bb9c5d98f02254e986da49606de5551ed9c1)) - added more test cases for calendar - ([#121](https://github.com/timelessco/renderless-components/issues/121)) - ([a5cbfc6](https://github.com/timelessco/renderless-components/commit/a5cbfc6af120b5233abb68c09c4ba62ee1a524bb)) + ([#121](https://github.com/timelessco/renderlesskit-react/issues/121)) + ([a5cbfc6](https://github.com/timelessco/renderlesskit-react/commit/a5cbfc6af120b5233abb68c09c4ba62ee1a524bb)) - added more test cases for slider - ([#133](https://github.com/timelessco/renderless-components/issues/133)) - ([c02daf8](https://github.com/timelessco/renderless-components/commit/c02daf8ffd8a18399c2f801a9730ba6ffd93d829)) + ([#133](https://github.com/timelessco/renderlesskit-react/issues/133)) + ([c02daf8](https://github.com/timelessco/renderlesskit-react/commit/c02daf8ffd8a18399c2f801a9730ba6ffd93d829)) - added more tests for utils - ([#114](https://github.com/timelessco/renderless-components/issues/114)) - ([d8dc0f8](https://github.com/timelessco/renderless-components/commit/d8dc0f8c55e71976635b8ba504e9c80755193dfa)) + ([#114](https://github.com/timelessco/renderlesskit-react/issues/114)) + ([d8dc0f8](https://github.com/timelessco/renderlesskit-react/commit/d8dc0f8c55e71976635b8ba504e9c80755193dfa)) - added multi slider tests - ([#135](https://github.com/timelessco/renderless-components/issues/135)) - ([c2b94b0](https://github.com/timelessco/renderless-components/commit/c2b94b0e1b4ca0011e60b1a244b69b026011a35d)) + ([#135](https://github.com/timelessco/renderlesskit-react/issues/135)) + ([c2b94b0](https://github.com/timelessco/renderlesskit-react/commit/c2b94b0e1b4ca0011e60b1a244b69b026011a35d)) - added slider tests - ([#126](https://github.com/timelessco/renderless-components/issues/126)) - ([6b1977e](https://github.com/timelessco/renderless-components/commit/6b1977e925e5a1862c9cfc73da7e7ce829579a52)) + ([#126](https://github.com/timelessco/renderlesskit-react/issues/126)) + ([6b1977e](https://github.com/timelessco/renderlesskit-react/commit/6b1977e925e5a1862c9cfc73da7e7ce829579a52)) - added tests for createContext - ([#115](https://github.com/timelessco/renderless-components/issues/115)) - ([65e60bc](https://github.com/timelessco/renderless-components/commit/65e60bcf3e6617ac34eae6f828aac787bdb46797)) + ([#115](https://github.com/timelessco/renderlesskit-react/issues/115)) + ([65e60bc](https://github.com/timelessco/renderlesskit-react/commit/65e60bcf3e6617ac34eae6f828aac787bdb46797)) - added tests for date range picker - ([#101](https://github.com/timelessco/renderless-components/issues/101)) - ([a3eabc2](https://github.com/timelessco/renderless-components/commit/a3eabc21767277593cc5b5dbf58b6482f1f2438d)) + ([#101](https://github.com/timelessco/renderlesskit-react/issues/101)) + ([a3eabc2](https://github.com/timelessco/renderlesskit-react/commit/a3eabc21767277593cc5b5dbf58b6482f1f2438d)) - added tests for live announcer - ([#109](https://github.com/timelessco/renderless-components/issues/109)) - ([97f10e7](https://github.com/timelessco/renderless-components/commit/97f10e77bff33f47ebd6f162fd04c17e0593495f)) + ([#109](https://github.com/timelessco/renderlesskit-react/issues/109)) + ([97f10e7](https://github.com/timelessco/renderlesskit-react/commit/97f10e77bff33f47ebd6f162fd04c17e0593495f)) - added tests for useSpinButton - ([#110](https://github.com/timelessco/renderless-components/issues/110)) - ([90caad1](https://github.com/timelessco/renderless-components/commit/90caad1129021d43f46144ca8454fc9d5ee6e865)) + ([#110](https://github.com/timelessco/renderlesskit-react/issues/110)) + ([90caad1](https://github.com/timelessco/renderlesskit-react/commit/90caad1129021d43f46144ca8454fc9d5ee6e865)) - added unit test for segment utils - ([#118](https://github.com/timelessco/renderless-components/issues/118)) - ([722da0b](https://github.com/timelessco/renderless-components/commit/722da0b5bc8c9fcdae1c80c6a9a5d4614e9e052a)) + ([#118](https://github.com/timelessco/renderlesskit-react/issues/118)) + ([722da0b](https://github.com/timelessco/renderlesskit-react/commit/722da0b5bc8c9fcdae1c80c6a9a5d4614e9e052a)) - fixed broken tests for today - ([#128](https://github.com/timelessco/renderless-components/issues/128)) - ([ddf0f66](https://github.com/timelessco/renderless-components/commit/ddf0f66141a61812bab0efeca1e744f6fd525c32)) + ([#128](https://github.com/timelessco/renderlesskit-react/issues/128)) + ([ddf0f66](https://github.com/timelessco/renderlesskit-react/commit/ddf0f66141a61812bab0efeca1e744f6fd525c32)) - fixed tests - ([#130](https://github.com/timelessco/renderless-components/issues/130)) - ([709f80f](https://github.com/timelessco/renderless-components/commit/709f80f183f6b38e33fed18fc2f6ebf05e6ccc81)) + ([#130](https://github.com/timelessco/renderlesskit-react/issues/130)) + ([709f80f](https://github.com/timelessco/renderlesskit-react/commit/709f80f183f6b38e33fed18fc2f6ebf05e6ccc81)) - improve meter and range calendar tests - ([#111](https://github.com/timelessco/renderless-components/issues/111)) - ([2ab8185](https://github.com/timelessco/renderless-components/commit/2ab8185f172e3d066b05d53fe53a61edd6ab9127)) + ([#111](https://github.com/timelessco/renderlesskit-react/issues/111)) + ([2ab8185](https://github.com/timelessco/renderlesskit-react/commit/2ab8185f172e3d066b05d53fe53a61edd6ab9127)) - improve tests & test coverage - ([#102](https://github.com/timelessco/renderless-components/issues/102)) - ([7c0db38](https://github.com/timelessco/renderless-components/commit/7c0db387df7088f32fb4e1cf2017ad11ab487163)) + ([#102](https://github.com/timelessco/renderlesskit-react/issues/102)) + ([7c0db38](https://github.com/timelessco/renderlesskit-react/commit/7c0db387df7088f32fb4e1cf2017ad11ab487163)) - refactored all tests - ([#117](https://github.com/timelessco/renderless-components/issues/117)) - ([fa6de56](https://github.com/timelessco/renderless-components/commit/fa6de56697f04f4326d97bb89841c9b96763af86)) + ([#117](https://github.com/timelessco/renderlesskit-react/issues/117)) + ([fa6de56](https://github.com/timelessco/renderlesskit-react/commit/fa6de56697f04f4326d97bb89841c9b96763af86)) - **accordion:** ✅ added correct snapshot testing with baseId - ([e715ec3](https://github.com/timelessco/renderless-components/commit/e715ec31e84297c3e6a86612e318012ba37d50dd)) + ([e715ec3](https://github.com/timelessco/renderlesskit-react/commit/e715ec31e84297c3e6a86612e318012ba37d50dd)) - **accordion:** ✅ removing snapshot test for accordion - ([43403fc](https://github.com/timelessco/renderless-components/commit/43403fcf9b492e0cc0a32478ccdff63e455356c3)) + ([43403fc](https://github.com/timelessco/renderlesskit-react/commit/43403fcf9b492e0cc0a32478ccdff63e455356c3)) - **link:** ✅ add inline test snapshot for link - ([e999dcd](https://github.com/timelessco/renderless-components/commit/e999dcd034bd6bad98d7385a91cc9b46f7170422)) + ([e999dcd](https://github.com/timelessco/renderlesskit-react/commit/e999dcd034bd6bad98d7385a91cc9b46f7170422)) -### [0.1.1-alpha.5](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.4...v0.1.1-alpha.5) (2020-10-15) +### [0.1.1-alpha.5](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.4...v0.1.1-alpha.5) (2020-10-15) ### Tests - fix range calendar broken tests for today - ([#93](https://github.com/timelessco/renderless-components/issues/93)) - ([0512adb](https://github.com/timelessco/renderless-components/commit/0512adbbd641ceb08deb6af8e10d0d221696a0e7)) + ([#93](https://github.com/timelessco/renderlesskit-react/issues/93)) + ([0512adb](https://github.com/timelessco/renderlesskit-react/commit/0512adbbd641ceb08deb6af8e10d0d221696a0e7)) - refactored tests & added utility tests - ([#94](https://github.com/timelessco/renderless-components/issues/94)) - ([84614cb](https://github.com/timelessco/renderless-components/commit/84614cb4b4c21e2b496a4af261902dc04ea7b64a)) + ([#94](https://github.com/timelessco/renderlesskit-react/issues/94)) + ([84614cb](https://github.com/timelessco/renderlesskit-react/commit/84614cb4b4c21e2b496a4af261902dc04ea7b64a)) ### Build System - **bundle:** 👷 use chakra build setup - ([e5c9deb](https://github.com/timelessco/renderless-components/commit/e5c9deb652cda4003603c2a113aa623e9e44c2e8)) + ([e5c9deb](https://github.com/timelessco/renderlesskit-react/commit/e5c9deb652cda4003603c2a113aa623e9e44c2e8)) - **date-fns:** 💚 tree shake date-fns with bable - ([44f067e](https://github.com/timelessco/renderless-components/commit/44f067e274d580c848b92870f82b4c6df8c5b29c)) + ([44f067e](https://github.com/timelessco/renderlesskit-react/commit/44f067e274d580c848b92870f82b4c6df8c5b29c)) -### [0.1.1-alpha.4](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.3...v0.1.1-alpha.4) (2020-10-14) +### [0.1.1-alpha.4](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.3...v0.1.1-alpha.4) (2020-10-14) ### Features - added DateRangePicker - ([#91](https://github.com/timelessco/renderless-components/issues/91)) - ([0a1cabd](https://github.com/timelessco/renderless-components/commit/0a1cabdbb1a7172538ecf7853ef15d1e86b76388)) + ([#91](https://github.com/timelessco/renderlesskit-react/issues/91)) + ([0a1cabd](https://github.com/timelessco/renderlesskit-react/commit/0a1cabdbb1a7172538ecf7853ef15d1e86b76388)) - **accordion:** ✨ improve accordion state with better aria & tests - ([2f47dbc](https://github.com/timelessco/renderless-components/commit/2f47dbc12324ef75275da042a88515cb0064a428)) + ([2f47dbc](https://github.com/timelessco/renderlesskit-react/commit/2f47dbc12324ef75275da042a88515cb0064a428)) - **time-picker:** ✨ add keyboard navigation to the column - ([0a514ad](https://github.com/timelessco/renderless-components/commit/0a514ad9f1d6cdf36d2c5fd928b7a513a20b2ca0)) + ([0a514ad](https://github.com/timelessco/renderlesskit-react/commit/0a514ad9f1d6cdf36d2c5fd928b7a513a20b2ca0)) - added TimePicker v1 - ([#59](https://github.com/timelessco/renderless-components/issues/59)) - ([7295695](https://github.com/timelessco/renderless-components/commit/7295695a1961f3a303c04ef9386033a5d7f35461)), - closes [#75](https://github.com/timelessco/renderless-components/issues/75) + ([#59](https://github.com/timelessco/renderlesskit-react/issues/59)) + ([7295695](https://github.com/timelessco/renderlesskit-react/commit/7295695a1961f3a303c04ef9386033a5d7f35461)), + closes [#75](https://github.com/timelessco/renderlesskit-react/issues/75) ### Bug Fixes - **buttons:** 🐛 remove buttons altogether - ([3d8bdf9](https://github.com/timelessco/renderless-components/commit/3d8bdf962ef662c6bf5b0dba5c70bb50c5bd867d)) + ([3d8bdf9](https://github.com/timelessco/renderlesskit-react/commit/3d8bdf962ef662c6bf5b0dba5c70bb50c5bd867d)) - **spin-buttons:** 🐛 add aria-buttons for spin button types - ([9606a7d](https://github.com/timelessco/renderless-components/commit/9606a7df2bf55ef001292d54103b1e64d56e0ded)) + ([9606a7d](https://github.com/timelessco/renderlesskit-react/commit/9606a7df2bf55ef001292d54103b1e64d56e0ded)) - timepicker voiceover a11y - ([#84](https://github.com/timelessco/renderless-components/issues/84)) - ([bf9cdc6](https://github.com/timelessco/renderless-components/commit/bf9cdc61eb6a3cae9972e190996b8d0c27b1d389)) + ([#84](https://github.com/timelessco/renderlesskit-react/issues/84)) + ([bf9cdc6](https://github.com/timelessco/renderlesskit-react/commit/bf9cdc61eb6a3cae9972e190996b8d0c27b1d389)) ### Build System - added bundlesize configs - ([#77](https://github.com/timelessco/renderless-components/issues/77)) - ([6b79e32](https://github.com/timelessco/renderless-components/commit/6b79e329621c1e3e90a104a5c9894a48485db033)) + ([#77](https://github.com/timelessco/renderlesskit-react/issues/77)) + ([6b79e32](https://github.com/timelessco/renderlesskit-react/commit/6b79e329621c1e3e90a104a5c9894a48485db033)) ### Tests - **pickers:** ✅ fix tests on pickers - ([1e2ac10](https://github.com/timelessco/renderless-components/commit/1e2ac103531665323d922aab55d4f1216518e7c6)) + ([1e2ac10](https://github.com/timelessco/renderlesskit-react/commit/1e2ac103531665323d922aab55d4f1216518e7c6)) - added test for BasePicker - ([#83](https://github.com/timelessco/renderless-components/issues/83)) - ([02f7d87](https://github.com/timelessco/renderless-components/commit/02f7d87b2a9cf2b5c0daaae719eb80985605f6d8)) + ([#83](https://github.com/timelessco/renderlesskit-react/issues/83)) + ([02f7d87](https://github.com/timelessco/renderlesskit-react/commit/02f7d87b2a9cf2b5c0daaae719eb80985605f6d8)) - added test for timepicker - ([#86](https://github.com/timelessco/renderless-components/issues/86)) - ([759e100](https://github.com/timelessco/renderless-components/commit/759e1003978fb197eca6a4d69d15495b64851c71)) + ([#86](https://github.com/timelessco/renderlesskit-react/issues/86)) + ([759e100](https://github.com/timelessco/renderlesskit-react/commit/759e1003978fb197eca6a4d69d15495b64851c71)) - added tests for calendar - ([#73](https://github.com/timelessco/renderless-components/issues/73)) - ([3c2d16a](https://github.com/timelessco/renderless-components/commit/3c2d16a3b1776396822bd2d57e66c99bf773672e)) + ([#73](https://github.com/timelessco/renderlesskit-react/issues/73)) + ([3c2d16a](https://github.com/timelessco/renderlesskit-react/commit/3c2d16a3b1776396822bd2d57e66c99bf773672e)) - added tests for segment - ([#76](https://github.com/timelessco/renderless-components/issues/76)) - ([456ce49](https://github.com/timelessco/renderless-components/commit/456ce49b1fd3f84acfd458ba3210981d306ebfdc)) + ([#76](https://github.com/timelessco/renderlesskit-react/issues/76)) + ([456ce49](https://github.com/timelessco/renderlesskit-react/commit/456ce49b1fd3f84acfd458ba3210981d306ebfdc)) - added tests for SegmentState - ([#79](https://github.com/timelessco/renderless-components/issues/79)) - ([55bc3c5](https://github.com/timelessco/renderless-components/commit/55bc3c58e788e248a0a5bb1e9fb8009e78b9b4fc)) + ([#79](https://github.com/timelessco/renderlesskit-react/issues/79)) + ([55bc3c5](https://github.com/timelessco/renderlesskit-react/commit/55bc3c58e788e248a0a5bb1e9fb8009e78b9b4fc)) ### Others - **accordion:** 💄 improve styled accordion css & markup - ([d2c6feb](https://github.com/timelessco/renderless-components/commit/d2c6feb91e95e954c0ccb77dabeb4328f62ae678)) + ([d2c6feb](https://github.com/timelessco/renderlesskit-react/commit/d2c6feb91e95e954c0ccb77dabeb4328f62ae678)) - rename DateFormatTime to prevent key generation - ([#87](https://github.com/timelessco/renderless-components/issues/87)) - ([f8f72fd](https://github.com/timelessco/renderless-components/commit/f8f72fd23a0cc1293601d9326525623851ac7d49)) + ([#87](https://github.com/timelessco/renderlesskit-react/issues/87)) + ([f8f72fd](https://github.com/timelessco/renderlesskit-react/commit/f8f72fd23a0cc1293601d9326525623851ac7d49)) - **deps:** ⬆️ upgrade project & dev deps - ([502eda3](https://github.com/timelessco/renderless-components/commit/502eda34416ca2837cfa152b9923bd7916187a88)) + ([502eda3](https://github.com/timelessco/renderlesskit-react/commit/502eda34416ca2837cfa152b9923bd7916187a88)) - **release:** 0.1.1-alpha.3 - ([70235ec](https://github.com/timelessco/renderless-components/commit/70235ec17428c7de32e7d255d47ef03f7478ccba)) + ([70235ec](https://github.com/timelessco/renderlesskit-react/commit/70235ec17428c7de32e7d255d47ef03f7478ccba)) ### Code Refactoring - **accordion:** ♻️ change accordion tsx to ts - ([7a4ebf3](https://github.com/timelessco/renderless-components/commit/7a4ebf3bf49b2ab12d99e81e587876d699c238e7)) + ([7a4ebf3](https://github.com/timelessco/renderlesskit-react/commit/7a4ebf3bf49b2ab12d99e81e587876d699c238e7)) - **accordion:** ♻️ move functions to the bottom of the components - ([d525a8f](https://github.com/timelessco/renderless-components/commit/d525a8f42f1f113cf319080c7fab85f1f7a7b8b8)) + ([d525a8f](https://github.com/timelessco/renderlesskit-react/commit/d525a8f42f1f113cf319080c7fab85f1f7a7b8b8)) - **accordion:** ♻️ remove console logs & rename item to trigger - ([e6a998b](https://github.com/timelessco/renderless-components/commit/e6a998b3b21fb6c900a9b4c5b24c28a0e599b705)) + ([e6a998b](https://github.com/timelessco/renderlesskit-react/commit/e6a998b3b21fb6c900a9b4c5b24c28a0e599b705)) - **accordion:** ♻️ update initial state & tests - ([341b5c7](https://github.com/timelessco/renderless-components/commit/341b5c74af6ac35cb1b5d8e88c3b667047f9cae8)) + ([341b5c7](https://github.com/timelessco/renderlesskit-react/commit/341b5c74af6ac35cb1b5d8e88c3b667047f9cae8)) - **accordion:** ♻️ update keys for accordion trigger - ([dbf7fc5](https://github.com/timelessco/renderless-components/commit/dbf7fc5ce17ad9df91dcea1e3f77104788778383)) + ([dbf7fc5](https://github.com/timelessco/renderlesskit-react/commit/dbf7fc5ce17ad9df91dcea1e3f77104788778383)) - **aria:** ♻️ remove aria dependencies with button & interactions - ([f32199c](https://github.com/timelessco/renderless-components/commit/f32199cbabf5ac529786896aec26e6f305480dfb)) + ([f32199c](https://github.com/timelessco/renderlesskit-react/commit/f32199cbabf5ac529786896aec26e6f305480dfb)) - **pickers:** ♻️ improve state from dateValue to string - ([ade0a4e](https://github.com/timelessco/renderless-components/commit/ade0a4ef3621828d6dfb66b57ed4ca3a391279e5)) + ([ade0a4e](https://github.com/timelessco/renderlesskit-react/commit/ade0a4ef3621828d6dfb66b57ed4ca3a391279e5)) - **pickers:** ♻️ update utils & add date utils - ([12ee6da](https://github.com/timelessco/renderless-components/commit/12ee6da780ae2a79d7d3e3878321945f0a1a1995)) + ([12ee6da](https://github.com/timelessco/renderlesskit-react/commit/12ee6da780ae2a79d7d3e3878321945f0a1a1995)) - **pickers:** ✨ utils date logic & naming - ([8638596](https://github.com/timelessco/renderless-components/commit/86385966345120a6650c70b49363d5e7ef643f4e)) + ([8638596](https://github.com/timelessco/renderlesskit-react/commit/86385966345120a6650c70b49363d5e7ef643f4e)) - **timepicker:** ♻️ add guard clause to createonkeydown - ([9e46551](https://github.com/timelessco/renderless-components/commit/9e46551db31c023b7f67a19c96c2ffd0ae739931)) + ([9e46551](https://github.com/timelessco/renderlesskit-react/commit/9e46551db31c023b7f67a19c96c2ffd0ae739931)) -### [0.1.1-alpha.3](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.2...v0.1.1-alpha.3) (2020-10-07) +### [0.1.1-alpha.3](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.2...v0.1.1-alpha.3) (2020-10-07) -### [0.1.1-alpha.2](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.1...v0.1.1-alpha.2) (2020-10-07) +### [0.1.1-alpha.2](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.1...v0.1.1-alpha.2) (2020-10-07) ### Features - added DatePicker - ([#58](https://github.com/timelessco/renderless-components/issues/58)) - ([2698ddf](https://github.com/timelessco/renderless-components/commit/2698ddf68dac261b742c16c78e3e42507652619e)), - closes [#70](https://github.com/timelessco/renderless-components/issues/70) - [#72](https://github.com/timelessco/renderless-components/issues/72) - [#71](https://github.com/timelessco/renderless-components/issues/71) + ([#58](https://github.com/timelessco/renderlesskit-react/issues/58)) + ([2698ddf](https://github.com/timelessco/renderlesskit-react/commit/2698ddf68dac261b742c16c78e3e42507652619e)), + closes [#70](https://github.com/timelessco/renderlesskit-react/issues/70) + [#72](https://github.com/timelessco/renderlesskit-react/issues/72) + [#71](https://github.com/timelessco/renderlesskit-react/issues/71) ### Bug Fixes - breadcrumb isCurrent disabled should be false - ([#69](https://github.com/timelessco/renderless-components/issues/69)) - ([66fb5a1](https://github.com/timelessco/renderless-components/commit/66fb5a1b1dce28b651796f98ccc14b6126951901)) + ([#69](https://github.com/timelessco/renderlesskit-react/issues/69)) + ([66fb5a1](https://github.com/timelessco/renderlesskit-react/commit/66fb5a1b1dce28b651796f98ccc14b6126951901)) ### Others - **release:** 0.1.1-alpha.1 - ([381934e](https://github.com/timelessco/renderless-components/commit/381934e21437c945df85e9d7c3561352e1985634)) + ([381934e](https://github.com/timelessco/renderlesskit-react/commit/381934e21437c945df85e9d7c3561352e1985634)) ### Code Refactoring - added custom dragging logic in toast gesture & removed react-use-gesture - ([#67](https://github.com/timelessco/renderless-components/issues/67)) - ([6c1c0ec](https://github.com/timelessco/renderless-components/commit/6c1c0ec7290dd0ae2c5c8fe4255385a1d5594f79)) + ([#67](https://github.com/timelessco/renderlesskit-react/issues/67)) + ([6c1c0ec](https://github.com/timelessco/renderlesskit-react/commit/6c1c0ec7290dd0ae2c5c8fe4255385a1d5594f79)) - improved drawer types & fixed drawer bugs - ([#68](https://github.com/timelessco/renderless-components/issues/68)) - ([4dc06ef](https://github.com/timelessco/renderless-components/commit/4dc06ef0c75bbaf572dad807e6e23639b303f073)) + ([#68](https://github.com/timelessco/renderlesskit-react/issues/68)) + ([4dc06ef](https://github.com/timelessco/renderlesskit-react/commit/4dc06ef0c75bbaf572dad807e6e23639b303f073)) -### [0.1.1-alpha.1](https://github.com/timelessco/renderless-components/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2020-10-01) +### [0.1.1-alpha.1](https://github.com/timelessco/renderlesskit-react/compare/v0.1.1-alpha.0...v0.1.1-alpha.1) (2020-10-01) ### Bug Fixes - fix broken tests - ([b60d91f](https://github.com/timelessco/renderless-components/commit/b60d91f409bb3cc8dad0f53a7f692c73c06562a0)) + ([b60d91f](https://github.com/timelessco/renderlesskit-react/commit/b60d91f409bb3cc8dad0f53a7f692c73c06562a0)) ### Others - use custom babel config - ([ebcc52d](https://github.com/timelessco/renderless-components/commit/ebcc52d8a7cd32d1f67befb6d2d7094fac3c91ee)) + ([ebcc52d](https://github.com/timelessco/renderlesskit-react/commit/ebcc52d8a7cd32d1f67befb6d2d7094fac3c91ee)) - **release:** 0.1.1-alpha.0 - ([3d2976a](https://github.com/timelessco/renderless-components/commit/3d2976a2005ad69c79101fc13d02f2d0aa81a41c)) + ([3d2976a](https://github.com/timelessco/renderlesskit-react/commit/3d2976a2005ad69c79101fc13d02f2d0aa81a41c)) ### Build System - fixed broken storybook / build - ([cda49c9](https://github.com/timelessco/renderless-components/commit/cda49c9ddff5cb953542c61a6bf3a8143d161491)) + ([cda49c9](https://github.com/timelessco/renderlesskit-react/commit/cda49c9ddff5cb953542c61a6bf3a8143d161491)) - ignore **examples** folder - ([3f820e5](https://github.com/timelessco/renderless-components/commit/3f820e5409e954ae0a42f5d239b0bf47af71d6e8)) + ([3f820e5](https://github.com/timelessco/renderlesskit-react/commit/3f820e5409e954ae0a42f5d239b0bf47af71d6e8)) ### Code Refactoring - move storybook progress utils - ([c84a846](https://github.com/timelessco/renderless-components/commit/c84a8460df24a5133ceb32afd415ce308c2887ff)) + ([c84a846](https://github.com/timelessco/renderlesskit-react/commit/c84a8460df24a5133ceb32afd415ce308c2887ff)) -### [0.1.1-alpha.0](https://github.com/timelessco/renderless-components/compare/v0.1.0...v0.1.1-alpha.0) (2020-10-01) +### [0.1.1-alpha.0](https://github.com/timelessco/renderlesskit-react/compare/v0.1.0...v0.1.1-alpha.0) (2020-10-01) ### Bug Fixes - **publish:** 🔧 bug with npm publish & add prepublish script - ([9b2468f](https://github.com/timelessco/renderless-components/commit/9b2468f41038409f7797f91a7daaf9530f999b15)) + ([9b2468f](https://github.com/timelessco/renderlesskit-react/commit/9b2468f41038409f7797f91a7daaf9530f999b15)) ## 0.1.0 (2020-10-01) ### Features - **accordion:** ✨ add accordion components - ([1b4b61e](https://github.com/timelessco/renderless-components/commit/1b4b61e072050e72a8fdfcdab7d4928f1e1a1356)) + ([1b4b61e](https://github.com/timelessco/renderlesskit-react/commit/1b4b61e072050e72a8fdfcdab7d4928f1e1a1356)) - **accordion:** ✨ update accordion to expose panel open - ([3117edd](https://github.com/timelessco/renderless-components/commit/3117edd81bd5563c684b1630a14c8c7b75e3dc00)) + ([3117edd](https://github.com/timelessco/renderlesskit-react/commit/3117edd81bd5563c684b1630a14c8c7b75e3dc00)) - **build:** ✨ babel es & cjs build - ([d22e80a](https://github.com/timelessco/renderless-components/commit/d22e80ac76cb6850fe1e4de81892860f7607f35b)) + ([d22e80a](https://github.com/timelessco/renderlesskit-react/commit/d22e80ac76cb6850fe1e4de81892860f7607f35b)) - **button:** ✨ add react aria buttons & interactions - ([#9](https://github.com/timelessco/renderless-components/issues/9)) - ([b61e990](https://github.com/timelessco/renderless-components/commit/b61e99050fdc97be5baa610edecd4fe87181b941)) + ([#9](https://github.com/timelessco/renderlesskit-react/issues/9)) + ([b61e990](https://github.com/timelessco/renderlesskit-react/commit/b61e99050fdc97be5baa610edecd4fe87181b941)) - **calendar:** ✨ version 1 - ([#51](https://github.com/timelessco/renderless-components/issues/51)) - ([7ec40f7](https://github.com/timelessco/renderless-components/commit/7ec40f75b1a749d40b7951263a8d35e65d43a28a)), - closes [#52](https://github.com/timelessco/renderless-components/issues/52) - [#54](https://github.com/timelessco/renderless-components/issues/54) - [#55](https://github.com/timelessco/renderless-components/issues/55) + ([#51](https://github.com/timelessco/renderlesskit-react/issues/51)) + ([7ec40f7](https://github.com/timelessco/renderlesskit-react/commit/7ec40f75b1a749d40b7951263a8d35e65d43a28a)), + closes [#52](https://github.com/timelessco/renderlesskit-react/issues/52) + [#54](https://github.com/timelessco/renderlesskit-react/issues/54) + [#55](https://github.com/timelessco/renderlesskit-react/issues/55) - **link:** ✨ add breadcrumbs with link - ([f69c990](https://github.com/timelessco/renderless-components/commit/f69c9903c2217f91f4c04e9c31ac957b822f5c5f)) + ([f69c990](https://github.com/timelessco/renderlesskit-react/commit/f69c9903c2217f91f4c04e9c31ac957b822f5c5f)) - **meter:** ✨ add meter components - ([7881cb4](https://github.com/timelessco/renderless-components/commit/7881cb49bc805f2b484688f788073e2ffcf2cc38)) + ([7881cb4](https://github.com/timelessco/renderlesskit-react/commit/7881cb49bc805f2b484688f788073e2ffcf2cc38)) - **meter:** ✨ add meter functionalities - ([89d56f8](https://github.com/timelessco/renderless-components/commit/89d56f8508bcb474bfa51ef45052527832e453a4)) + ([89d56f8](https://github.com/timelessco/renderlesskit-react/commit/89d56f8508bcb474bfa51ef45052527832e453a4)) - **number-input:** ✨ add numberinput component - ([abfc8a4](https://github.com/timelessco/renderless-components/commit/abfc8a4ff3ca74f186201f303a6a4e7cd869fe12)) + ([abfc8a4](https://github.com/timelessco/renderlesskit-react/commit/abfc8a4ff3ca74f186201f303a6a4e7cd869fe12)) - **pagination:** ✨ initiate pagination - ([36e4513](https://github.com/timelessco/renderless-components/commit/36e451329e3b5875ce9df5d71c6c32ef62204ea0)) + ([36e4513](https://github.com/timelessco/renderlesskit-react/commit/36e451329e3b5875ce9df5d71c6c32ef62204ea0)) - **progress:** ✨ add circular progress example - ([d35e519](https://github.com/timelessco/renderless-components/commit/d35e519d2d9156df6bcef453a413ce6dd40ea93a)) + ([d35e519](https://github.com/timelessco/renderlesskit-react/commit/d35e519d2d9156df6bcef453a413ce6dd40ea93a)) - **select:** Improved Select & Combobox behaviours - ([#10](https://github.com/timelessco/renderless-components/issues/10)) - ([9feb564](https://github.com/timelessco/renderless-components/commit/9feb5641fcd7699aa8c37bc25c370fd0e8bec109)) + ([#10](https://github.com/timelessco/renderlesskit-react/issues/10)) + ([9feb564](https://github.com/timelessco/renderlesskit-react/commit/9feb5641fcd7699aa8c37bc25c370fd0e8bec109)) - **slider:** ✨ add slider component - ([3b6e4a4](https://github.com/timelessco/renderless-components/commit/3b6e4a426defd1c026b789cf88250fca11a56728)) + ([3b6e4a4](https://github.com/timelessco/renderlesskit-react/commit/3b6e4a426defd1c026b789cf88250fca11a56728)) - **slider:** ✨ add SliderInput and refactors - ([f295071](https://github.com/timelessco/renderless-components/commit/f295071a1af35f364c59a726295af753ddaeea30)) + ([f295071](https://github.com/timelessco/renderlesskit-react/commit/f295071a1af35f364c59a726295af753ddaeea30)) - **tsc:** ✨ add types build - ([c5e3ad9](https://github.com/timelessco/renderless-components/commit/c5e3ad9e4851ca24ca47da6761c087d8ff0c730e)) + ([c5e3ad9](https://github.com/timelessco/renderlesskit-react/commit/c5e3ad9e4851ca24ca47da6761c087d8ff0c730e)) - wip added range calendar - ([440e616](https://github.com/timelessco/renderless-components/commit/440e616759c61e5ed7e8a71124fb55b52a0d741b)) + ([440e616](https://github.com/timelessco/renderlesskit-react/commit/440e616759c61e5ed7e8a71124fb55b52a0d741b)) - **meter:** ✅ add tests and examples - ([e87fbac](https://github.com/timelessco/renderless-components/commit/e87fbac8beea41ca2005a07dba99155354f429d3)) + ([e87fbac](https://github.com/timelessco/renderlesskit-react/commit/e87fbac8beea41ca2005a07dba99155354f429d3)) - **pagination:** ✨ stablilize pagination - ([bd60cb2](https://github.com/timelessco/renderless-components/commit/bd60cb284a217f16db422f133d01f645151874e4)) + ([bd60cb2](https://github.com/timelessco/renderlesskit-react/commit/bd60cb284a217f16db422f133d01f645151874e4)) - :sparkles: update accordion with more features - ([0f094f6](https://github.com/timelessco/renderless-components/commit/0f094f67abac92b7fbd70632841822bd37373c10)) + ([0f094f6](https://github.com/timelessco/renderlesskit-react/commit/0f094f67abac92b7fbd70632841822bd37373c10)) - ✨ bootstrap initial project files - ([d84c191](https://github.com/timelessco/renderless-components/commit/d84c19129e2c1108414560f5aff911c1aa8a7e11)) + ([d84c191](https://github.com/timelessco/renderlesskit-react/commit/d84c19129e2c1108414560f5aff911c1aa8a7e11)) - added drawer component - ([#20](https://github.com/timelessco/renderless-components/issues/20)) - ([f25f99c](https://github.com/timelessco/renderless-components/commit/f25f99c695b12c048ad0a70150bf021e85276889)) + ([#20](https://github.com/timelessco/renderlesskit-react/issues/20)) + ([f25f99c](https://github.com/timelessco/renderlesskit-react/commit/f25f99c695b12c048ad0a70150bf021e85276889)) - added mouse wheel behaviours - ([4b72a0d](https://github.com/timelessco/renderless-components/commit/4b72a0d57192094394067c3a6c46afdd54e81ef5)) + ([4b72a0d](https://github.com/timelessco/renderlesskit-react/commit/4b72a0d57192094394067c3a6c46afdd54e81ef5)) - added toast component - ([#17](https://github.com/timelessco/renderless-components/issues/17)) - ([1b18d05](https://github.com/timelessco/renderless-components/commit/1b18d05d52c9e1a45e5ec14696de5c330f06698f)) + ([#17](https://github.com/timelessco/renderlesskit-react/issues/17)) + ([1b18d05](https://github.com/timelessco/renderlesskit-react/commit/1b18d05d52c9e1a45e5ec14696de5c330f06698f)) - **progress:** ✨ add progress components - ([62afa46](https://github.com/timelessco/renderless-components/commit/62afa464badfe75b20b491b943988db30c8474e1)) + ([62afa46](https://github.com/timelessco/renderlesskit-react/commit/62afa464badfe75b20b491b943988db30c8474e1)) - added select component - ([4f74414](https://github.com/timelessco/renderless-components/commit/4f744149a1cdddf6b7f2a4b93dd35d70bd44f274)) + ([4f74414](https://github.com/timelessco/renderlesskit-react/commit/4f744149a1cdddf6b7f2a4b93dd35d70bd44f274)) - wip select popover - ([d59b33c](https://github.com/timelessco/renderless-components/commit/d59b33c96539263ed67c9dd05ab199a7b2fca238)) + ([d59b33c](https://github.com/timelessco/renderlesskit-react/commit/d59b33c96539263ed67c9dd05ab199a7b2fca238)) ### Bug Fixes - getCellOptions type - ([10d28d0](https://github.com/timelessco/renderless-components/commit/10d28d08a95b0770395cf9db562edd901f134db2)) + ([10d28d0](https://github.com/timelessco/renderlesskit-react/commit/10d28d08a95b0770395cf9db562edd901f134db2)) - toast ally issue - ([#40](https://github.com/timelessco/renderless-components/issues/40)) - ([188284f](https://github.com/timelessco/renderless-components/commit/188284f6f2ed3bf572e8c25dc152e405fbc20864)) + ([#40](https://github.com/timelessco/renderlesskit-react/issues/40)) + ([188284f](https://github.com/timelessco/renderlesskit-react/commit/188284f6f2ed3bf572e8c25dc152e405fbc20864)) - typo in scripts - ([dd90db4](https://github.com/timelessco/renderless-components/commit/dd90db49a33a6acf3432f70c457ca3c7d14c3d1f)) + ([dd90db4](https://github.com/timelessco/renderlesskit-react/commit/dd90db49a33a6acf3432f70c457ca3c7d14c3d1f)) - **accordion:** 🐛 add keys and make default loop true - ([39c7c57](https://github.com/timelessco/renderless-components/commit/39c7c57c94ca5353a5e73d5f55e84c0276e1d9df)) + ([39c7c57](https://github.com/timelessco/renderlesskit-react/commit/39c7c57c94ca5353a5e73d5f55e84c0276e1d9df)) - **number-input:** 🐛 bug with mouse spin - ([ec58392](https://github.com/timelessco/renderless-components/commit/ec58392d374cda7148076d40d651a2a5df5ab6b7)) + ([ec58392](https://github.com/timelessco/renderlesskit-react/commit/ec58392d374cda7148076d40d651a2a5df5ab6b7)) - **pagination:** 🐛 fix pagination keys name - ([48bb0d2](https://github.com/timelessco/renderless-components/commit/48bb0d2ab9a2542efa524ed8c7040d0a04314f1b)) + ([48bb0d2](https://github.com/timelessco/renderlesskit-react/commit/48bb0d2ab9a2542efa524ed8c7040d0a04314f1b)) - **select:** reduce typeahead delay & focus selection bug - ([#8](https://github.com/timelessco/renderless-components/issues/8)) - ([676c3e2](https://github.com/timelessco/renderless-components/commit/676c3e2229d549334f5e95a1cc2ec3eb5f970fb9)) + ([#8](https://github.com/timelessco/renderlesskit-react/issues/8)) + ([676c3e2](https://github.com/timelessco/renderlesskit-react/commit/676c3e2229d549334f5e95a1cc2ec3eb5f970fb9)) - conflict - ([020129b](https://github.com/timelessco/renderless-components/commit/020129bb957fe1cecef459fcd9a7de076c16d277)) + ([020129b](https://github.com/timelessco/renderlesskit-react/commit/020129bb957fe1cecef459fcd9a7de076c16d277)) - **slider:** ✏️ fix focus on Slider and stories - ([841a63e](https://github.com/timelessco/renderless-components/commit/841a63eb2d65c87148aafe4295e22bb10dc968e0)) + ([841a63e](https://github.com/timelessco/renderlesskit-react/commit/841a63eb2d65c87148aafe4295e22bb10dc968e0)) ### Performance Improvements - prevent 2d array generation on each render - ([44498c6](https://github.com/timelessco/renderless-components/commit/44498c61a1e87d35ec38287823d1c47a3494eb90)) + ([44498c6](https://github.com/timelessco/renderlesskit-react/commit/44498c61a1e87d35ec38287823d1c47a3494eb90)) ### Docs - **meter:** 💡 add reference to html spec - ([1076f92](https://github.com/timelessco/renderless-components/commit/1076f9241ae4dd2bccff63d16c91f62cc11a2003)) + ([1076f92](https://github.com/timelessco/renderlesskit-react/commit/1076f9241ae4dd2bccff63d16c91f62cc11a2003)) - **readme:** 📝 update readme - ([6dac325](https://github.com/timelessco/renderless-components/commit/6dac325a6e9783c2bca9f1531c6fd385a814927f)) + ([6dac325](https://github.com/timelessco/renderlesskit-react/commit/6dac325a6e9783c2bca9f1531c6fd385a814927f)) ### Tests - added tests for accordion - ([#22](https://github.com/timelessco/renderless-components/issues/22)) - ([dac7a73](https://github.com/timelessco/renderless-components/commit/dac7a73f800ca25546cc42672573973c2ea176cb)) + ([#22](https://github.com/timelessco/renderlesskit-react/issues/22)) + ([dac7a73](https://github.com/timelessco/renderlesskit-react/commit/dac7a73f800ca25546cc42672573973c2ea176cb)) - added tests for breadcrumb - ([#36](https://github.com/timelessco/renderless-components/issues/36)) - ([4eb5e3a](https://github.com/timelessco/renderless-components/commit/4eb5e3a9571dd838c185df185b37b64b4f42694a)) + ([#36](https://github.com/timelessco/renderlesskit-react/issues/36)) + ([4eb5e3a](https://github.com/timelessco/renderlesskit-react/commit/4eb5e3a9571dd838c185df185b37b64b4f42694a)) - added tests for link - ([#33](https://github.com/timelessco/renderless-components/issues/33)) - ([9785c77](https://github.com/timelessco/renderless-components/commit/9785c7791a651a97a95e186c4dc5362d1505bc03)) + ([#33](https://github.com/timelessco/renderlesskit-react/issues/33)) + ([9785c77](https://github.com/timelessco/renderlesskit-react/commit/9785c7791a651a97a95e186c4dc5362d1505bc03)) - added tests for number input - ([#26](https://github.com/timelessco/renderless-components/issues/26)) - ([3f099a3](https://github.com/timelessco/renderless-components/commit/3f099a38d5dce6aa95b769d20134d7cd82a0e940)) + ([#26](https://github.com/timelessco/renderlesskit-react/issues/26)) + ([3f099a3](https://github.com/timelessco/renderlesskit-react/commit/3f099a38d5dce6aa95b769d20134d7cd82a0e940)) - added tests for pagination - ([#37](https://github.com/timelessco/renderless-components/issues/37)) - ([3355e47](https://github.com/timelessco/renderless-components/commit/3355e47d0ba7c676644317d508aa28f9afa278e7)) + ([#37](https://github.com/timelessco/renderlesskit-react/issues/37)) + ([3355e47](https://github.com/timelessco/renderlesskit-react/commit/3355e47d0ba7c676644317d508aa28f9afa278e7)) - added tests for progress - ([#31](https://github.com/timelessco/renderless-components/issues/31)) - ([02415bf](https://github.com/timelessco/renderless-components/commit/02415bfab2f777c8b0f83b78f4aec72e411e9efc)) + ([#31](https://github.com/timelessco/renderlesskit-react/issues/31)) + ([02415bf](https://github.com/timelessco/renderlesskit-react/commit/02415bfab2f777c8b0f83b78f4aec72e411e9efc)) - added tests for Slider - ([#27](https://github.com/timelessco/renderless-components/issues/27)) - ([08a1064](https://github.com/timelessco/renderless-components/commit/08a1064c4f93858eedb36dc0d84df16e4db15ad7)) + ([#27](https://github.com/timelessco/renderlesskit-react/issues/27)) + ([08a1064](https://github.com/timelessco/renderlesskit-react/commit/08a1064c4f93858eedb36dc0d84df16e4db15ad7)) - added tests for toast - ([#38](https://github.com/timelessco/renderless-components/issues/38)) - ([57ba567](https://github.com/timelessco/renderless-components/commit/57ba567a690c43d739c6c88ab4cb473b039613d5)) + ([#38](https://github.com/timelessco/renderlesskit-react/issues/38)) + ([57ba567](https://github.com/timelessco/renderlesskit-react/commit/57ba567a690c43d739c6c88ab4cb473b039613d5)) - improved toast tests - ([#41](https://github.com/timelessco/renderless-components/issues/41)) - ([2e6fc86](https://github.com/timelessco/renderless-components/commit/2e6fc86d12c1edd8846dc34a7984033188563cf2)) + ([#41](https://github.com/timelessco/renderlesskit-react/issues/41)) + ([2e6fc86](https://github.com/timelessco/renderlesskit-react/commit/2e6fc86d12c1edd8846dc34a7984033188563cf2)) - refactored imports & fixed pagination component - ([#42](https://github.com/timelessco/renderless-components/issues/42)) - ([57dbe85](https://github.com/timelessco/renderless-components/commit/57dbe850706e918b342b8e32da2357bc4839133d)) + ([#42](https://github.com/timelessco/renderlesskit-react/issues/42)) + ([57dbe85](https://github.com/timelessco/renderlesskit-react/commit/57dbe850706e918b342b8e32da2357bc4839133d)) ### Styling - added better styling to emphasize start and end point - ([c7d4bb3](https://github.com/timelessco/renderless-components/commit/c7d4bb35cf0b2b585273f7560777965034ca806c)) + ([c7d4bb3](https://github.com/timelessco/renderlesskit-react/commit/c7d4bb35cf0b2b585273f7560777965034ca806c)) ### Code Refactoring - **calendar:** ♻️ rename calendar-v1 to calendar - ([df132c2](https://github.com/timelessco/renderless-components/commit/df132c25dbca326b6cc31550d54fa1fe5a8e1b62)) + ([df132c2](https://github.com/timelessco/renderlesskit-react/commit/df132c25dbca326b6cc31550d54fa1fe5a8e1b62)) - **range-calendar:** ♻️ review changes and fix bugs with space - ([#61](https://github.com/timelessco/renderless-components/issues/61)) - ([2b7c5f6](https://github.com/timelessco/renderless-components/commit/2b7c5f63e674bf3a8673e3a871e8a41464bd5e72)) + ([#61](https://github.com/timelessco/renderlesskit-react/issues/61)) + ([2b7c5f6](https://github.com/timelessco/renderlesskit-react/commit/2b7c5f63e674bf3a8673e3a871e8a41464bd5e72)) - improved types & fixed bugs - ([2a7ef74](https://github.com/timelessco/renderless-components/commit/2a7ef74bf08d99efca6acff45f41bd1d7a35970d)) + ([2a7ef74](https://github.com/timelessco/renderlesskit-react/commit/2a7ef74bf08d99efca6acff45f41bd1d7a35970d)) - removed weekIndex dayIndex props from cell - ([2df03fa](https://github.com/timelessco/renderless-components/commit/2df03fa2de0400cc139aee3562e8b2348a4131e9)) + ([2df03fa](https://github.com/timelessco/renderlesskit-react/commit/2df03fa2de0400cc139aee3562e8b2348a4131e9)) - sorted imports - ([#56](https://github.com/timelessco/renderless-components/issues/56)) - ([85caa5f](https://github.com/timelessco/renderless-components/commit/85caa5fd21db4b5392ffe42d952ddf516c2f4c49)) + ([#56](https://github.com/timelessco/renderlesskit-react/issues/56)) + ([85caa5f](https://github.com/timelessco/renderlesskit-react/commit/85caa5fd21db4b5392ffe42d952ddf516c2f4c49)) - use createOnKeyDown - ([c20205f](https://github.com/timelessco/renderless-components/commit/c20205f2faf48941f9d3146c5930bf5514219cc1)) + ([c20205f](https://github.com/timelessco/renderlesskit-react/commit/c20205f2faf48941f9d3146c5930bf5514219cc1)) - **accordion:** ♻️ accordion state actions - ([414991d](https://github.com/timelessco/renderless-components/commit/414991d2f52d3aaba1415753b5f80d1e39648fbc)) + ([414991d](https://github.com/timelessco/renderlesskit-react/commit/414991d2f52d3aaba1415753b5f80d1e39648fbc)) - **accordion:** ♻️ add helper for reducer - ([04c5d16](https://github.com/timelessco/renderless-components/commit/04c5d16bb0e7e5045ff1f3a7d6bec034a228aca6)) + ([04c5d16](https://github.com/timelessco/renderlesskit-react/commit/04c5d16bb0e7e5045ff1f3a7d6bec034a228aca6)) - **accordion:** ♻️ change css classname lettercase - ([8b65c23](https://github.com/timelessco/renderless-components/commit/8b65c23a41e961de23be91bdc5cdac3b0d1d1cb9)) + ([8b65c23](https://github.com/timelessco/renderlesskit-react/commit/8b65c23a41e961de23be91bdc5cdac3b0d1d1cb9)) - **accordion:** ♻️ remove effect for defaultActiveId - ([41597be](https://github.com/timelessco/renderless-components/commit/41597be280c9e906ddcd3305335d093ef0e0c2b5)) + ([41597be](https://github.com/timelessco/renderlesskit-react/commit/41597be280c9e906ddcd3305335d093ef0e0c2b5)) - **accordion:** ♻️ restructure source code - ([d04eae9](https://github.com/timelessco/renderless-components/commit/d04eae97526ae8c793a868b45c2be687f8e00c3c)) + ([d04eae9](https://github.com/timelessco/renderlesskit-react/commit/d04eae97526ae8c793a868b45c2be687f8e00c3c)) - **accordion:** ♻️ type accordion better - ([109e90a](https://github.com/timelessco/renderless-components/commit/109e90a5166641130aa3b88fe6c36205486aeee7)) + ([109e90a](https://github.com/timelessco/renderlesskit-react/commit/109e90a5166641130aa3b88fe6c36205486aeee7)) - **accordion:** ♻️ update keys and imports - ([3bf0079](https://github.com/timelessco/renderless-components/commit/3bf0079efd9105683f5213590ff6d864a5c4ccbb)) + ([3bf0079](https://github.com/timelessco/renderlesskit-react/commit/3bf0079efd9105683f5213590ff6d864a5c4ccbb)) - **accordion:** 🎨 improve types and remove unused code - ([d49ca09](https://github.com/timelessco/renderless-components/commit/d49ca0956da52935a3e94a6e3e5e194c7a5b5ef0)) + ([d49ca09](https://github.com/timelessco/renderlesskit-react/commit/d49ca0956da52935a3e94a6e3e5e194c7a5b5ef0)) - **breadcrumb:** ♻️ arrange imports and refactor - ([7e07ce8](https://github.com/timelessco/renderless-components/commit/7e07ce8d7dc4ce645e8d35a5a800796391775d23)) + ([7e07ce8](https://github.com/timelessco/renderlesskit-react/commit/7e07ce8d7dc4ce645e8d35a5a800796391775d23)) - **breadcrumb:** ♻️ isExternal variable - ([3eaf984](https://github.com/timelessco/renderless-components/commit/3eaf984bd119925c809302ad797650f063c7dbd0)) + ([3eaf984](https://github.com/timelessco/renderlesskit-react/commit/3eaf984bd119925c809302ad797650f063c7dbd0)) - **deps:** ⬆️ upgrade chakra deps - ([1d742d6](https://github.com/timelessco/renderless-components/commit/1d742d6789adae91f4aff5bc9006797e2e507e74)) + ([1d742d6](https://github.com/timelessco/renderlesskit-react/commit/1d742d6789adae91f4aff5bc9006797e2e507e74)) - **imports:** ♻️ organize imports on all components - ([251bb1b](https://github.com/timelessco/renderless-components/commit/251bb1b936cf2d4ff36c8191c98fda7118da451e)) + ([251bb1b](https://github.com/timelessco/renderlesskit-react/commit/251bb1b936cf2d4ff36c8191c98fda7118da451e)) - **meter:** ✅ change hooks test to match objects - ([5bc0c66](https://github.com/timelessco/renderless-components/commit/5bc0c667047d963c286f4a72e3c3491441464f90)) + ([5bc0c66](https://github.com/timelessco/renderlesskit-react/commit/5bc0c667047d963c286f4a72e3c3491441464f90)) - **meter:** 📝 add more examples with refactor - ([aa64c42](https://github.com/timelessco/renderless-components/commit/aa64c42c6f39d33898d5c7f68723fa8a2fd9244c)) + ([aa64c42](https://github.com/timelessco/renderlesskit-react/commit/aa64c42c6f39d33898d5c7f68723fa8a2fd9244c)) - **number-input:** ♻️ spin button hook - ([e787212](https://github.com/timelessco/renderless-components/commit/e78721226cc76155e1f4c02f7f5be81a2386b5e2)) + ([e787212](https://github.com/timelessco/renderlesskit-react/commit/e78721226cc76155e1f4c02f7f5be81a2386b5e2)) - **pagination:** ♻️ add addition checks on button handler - ([30d896d](https://github.com/timelessco/renderless-components/commit/30d896d98274561979c9cc46d3cb6396e1172739)) + ([30d896d](https://github.com/timelessco/renderlesskit-react/commit/30d896d98274561979c9cc46d3cb6396e1172739)) - **pagination:** ♻️ move utils to bottom - ([87a9b1b](https://github.com/timelessco/renderless-components/commit/87a9b1b9f3443699907f64001f8349cd809c65de)) + ([87a9b1b](https://github.com/timelessco/renderlesskit-react/commit/87a9b1b9f3443699907f64001f8349cd809c65de)) - **pagination:** ♻️ rename goTo to move for future changes - ([0982f54](https://github.com/timelessco/renderless-components/commit/0982f5408a6a06649cabc239dbcd9677e74e781a)) + ([0982f54](https://github.com/timelessco/renderlesskit-react/commit/0982f5408a6a06649cabc239dbcd9677e74e781a)) - **pagination:** ♻️ restore default - ([4ba0c6d](https://github.com/timelessco/renderless-components/commit/4ba0c6d8bbb0b21dafee0631ab2f8b7d710bb1ba)) + ([4ba0c6d](https://github.com/timelessco/renderlesskit-react/commit/4ba0c6d8bbb0b21dafee0631ab2f8b7d710bb1ba)) - **pagination:** 👌 review changes done - ([9f04462](https://github.com/timelessco/renderless-components/commit/9f04462cde3a5d95518b9b6e6eafdce0f7962478)) + ([9f04462](https://github.com/timelessco/renderlesskit-react/commit/9f04462cde3a5d95518b9b6e6eafdce0f7962478)) - **pagination:** 🚸 unify pagination navigation - ([edfa252](https://github.com/timelessco/renderless-components/commit/edfa2529060f67de163e734cfbb7ae8880e71374)) + ([edfa252](https://github.com/timelessco/renderlesskit-react/commit/edfa2529060f67de163e734cfbb7ae8880e71374)) - **progress:** 🏷️ progress options type - ([fada96a](https://github.com/timelessco/renderless-components/commit/fada96a4b67bf094826ad8add9096d5bc1034c0c)) + ([fada96a](https://github.com/timelessco/renderlesskit-react/commit/fada96a4b67bf094826ad8add9096d5bc1034c0c)) - **slider:** 🎨 improve types for all slide comps - ([fae66c2](https://github.com/timelessco/renderless-components/commit/fae66c26a7d472b356cfb46cf596f429c8ea5fdc)) + ([fae66c2](https://github.com/timelessco/renderlesskit-react/commit/fae66c26a7d472b356cfb46cf596f429c8ea5fdc)) - **slider:** 🏷️ update types with Pick - ([c5bfd72](https://github.com/timelessco/renderless-components/commit/c5bfd72c8f4270a76c499d46b0bf18a1775101f5)) + ([c5bfd72](https://github.com/timelessco/renderlesskit-react/commit/c5bfd72c8f4270a76c499d46b0bf18a1775101f5)) - **slider:** 💡 add attribution to chakra on all slider components - ([8f9e716](https://github.com/timelessco/renderless-components/commit/8f9e7161dc97cdb89430d9f3ceeaef1ae6496f76)) + ([8f9e716](https://github.com/timelessco/renderlesskit-react/commit/8f9e7161dc97cdb89430d9f3ceeaef1ae6496f76)) - **types:** 🏷️ update types and refactor - ([48a5912](https://github.com/timelessco/renderless-components/commit/48a5912c81eedf8d49c3baf485693fa2049c82ee)) + ([48a5912](https://github.com/timelessco/renderlesskit-react/commit/48a5912c81eedf8d49c3baf485693fa2049c82ee)) - **utils:** ♻️ organize util imports - ([4e69f3e](https://github.com/timelessco/renderless-components/commit/4e69f3e767054b00f307d797887a2161c3c53afc)) + ([4e69f3e](https://github.com/timelessco/renderlesskit-react/commit/4e69f3e767054b00f307d797887a2161c3c53afc)) - ♻️ turn ts config strict false - ([3e02c54](https://github.com/timelessco/renderless-components/commit/3e02c54cbee6e8383eca45c44f261aaf674df321)) + ([3e02c54](https://github.com/timelessco/renderlesskit-react/commit/3e02c54cbee6e8383eca45c44f261aaf674df321)) - 👷 add netlify build - ([8040d66](https://github.com/timelessco/renderless-components/commit/8040d66bf00b714ec61416ebd648f66ed89d81ab)) + ([8040d66](https://github.com/timelessco/renderlesskit-react/commit/8040d66bf00b714ec61416ebd648f66ed89d81ab)) - refactored NumberInput Button logics - ([b43074e](https://github.com/timelessco/renderless-components/commit/b43074ee746241286545f77ea510e20787f24333)) + ([b43074e](https://github.com/timelessco/renderlesskit-react/commit/b43074ee746241286545f77ea510e20787f24333)) - removed duplicate storybook code - ([#29](https://github.com/timelessco/renderless-components/issues/29)) - ([88175da](https://github.com/timelessco/renderless-components/commit/88175dafdcdbc0bbf6c0b355b681aa02b112cec6)) + ([#29](https://github.com/timelessco/renderlesskit-react/issues/29)) + ([88175da](https://github.com/timelessco/renderlesskit-react/commit/88175dafdcdbc0bbf6c0b355b681aa02b112cec6)) ### Others - **build:** ✏️ add babel runtime back - ([72f83c2](https://github.com/timelessco/renderless-components/commit/72f83c2be68d0e28ba8fe4f2613b5ac3e41b8a22)) + ([72f83c2](https://github.com/timelessco/renderlesskit-react/commit/72f83c2be68d0e28ba8fe4f2613b5ac3e41b8a22)) - fix ci, update snapshots - ([39a44e1](https://github.com/timelessco/renderless-components/commit/39a44e1a81a9770193765300644505af27d1768d)) + ([39a44e1](https://github.com/timelessco/renderlesskit-react/commit/39a44e1a81a9770193765300644505af27d1768d)) - **deps:** ⬆️ update multiple deps to latest - ([0011bd7](https://github.com/timelessco/renderless-components/commit/0011bd7b2bd2d2504c62e7bbe17970a8046fe128)) + ([0011bd7](https://github.com/timelessco/renderlesskit-react/commit/0011bd7b2bd2d2504c62e7bbe17970a8046fe128)) - **deps:** ⬆️ update project & dev deps - ([#60](https://github.com/timelessco/renderless-components/issues/60)) - ([05dab57](https://github.com/timelessco/renderless-components/commit/05dab57b4f4692ab4d80c777c45c768d491b9509)) + ([#60](https://github.com/timelessco/renderlesskit-react/issues/60)) + ([05dab57](https://github.com/timelessco/renderlesskit-react/commit/05dab57b4f4692ab4d80c777c45c768d491b9509)) - **deps:** updated reakit - ([726d957](https://github.com/timelessco/renderless-components/commit/726d957ff88e0d370cf755416add11a2fe8fe1d1)) + ([726d957](https://github.com/timelessco/renderlesskit-react/commit/726d957ff88e0d370cf755416add11a2fe8fe1d1)) - 🎨 update imports - ([f714398](https://github.com/timelessco/renderless-components/commit/f714398175ca7da5a00defebf137b0711a4caf1c)) + ([f714398](https://github.com/timelessco/renderlesskit-react/commit/f714398175ca7da5a00defebf137b0711a4caf1c)) - added more examples - ([bc4d6c1](https://github.com/timelessco/renderless-components/commit/bc4d6c1b489245aafd87773840f7a1de5515f2df)) + ([bc4d6c1](https://github.com/timelessco/renderlesskit-react/commit/bc4d6c1b489245aafd87773840f7a1de5515f2df)) - added react-hook-form examples - ([#35](https://github.com/timelessco/renderless-components/issues/35)) - ([b0d89db](https://github.com/timelessco/renderless-components/commit/b0d89dbd0b5164cd8a8636f78494b4a2eae6450e)) + ([#35](https://github.com/timelessco/renderlesskit-react/issues/35)) + ([b0d89db](https://github.com/timelessco/renderlesskit-react/commit/b0d89dbd0b5164cd8a8636f78494b4a2eae6450e)) - remove unneeded babel plugins - ([7f498d6](https://github.com/timelessco/renderless-components/commit/7f498d67b5ffd2c6f91dbcdc2fcd9cb21c248c7c)) + ([7f498d6](https://github.com/timelessco/renderlesskit-react/commit/7f498d67b5ffd2c6f91dbcdc2fcd9cb21c248c7c)) - **deps:** ➕ add missed test library - ([e0bc1d7](https://github.com/timelessco/renderless-components/commit/e0bc1d7937860accc2d21c361dcd17ca26c5df2f)) + ([e0bc1d7](https://github.com/timelessco/renderlesskit-react/commit/e0bc1d7937860accc2d21c361dcd17ca26c5df2f)) - **deps:** ⬆️ udpate eslint and remove unused deps - ([58b922d](https://github.com/timelessco/renderless-components/commit/58b922dbbff0a6ba95f33edc588dd4b113da80b8)) + ([58b922d](https://github.com/timelessco/renderlesskit-react/commit/58b922dbbff0a6ba95f33edc588dd4b113da80b8)) - **deps:** ⬆️ upgrade reakit and ignore yark.lock - ([56d91c7](https://github.com/timelessco/renderless-components/commit/56d91c778534647738aa2ea0c34b84fe69e070e0)) + ([56d91c7](https://github.com/timelessco/renderlesskit-react/commit/56d91c778534647738aa2ea0c34b84fe69e070e0)) - **meter:** ✏️ remove export on MeterComp - ([3567b7b](https://github.com/timelessco/renderless-components/commit/3567b7bb48127ef7db3de683c47df8eda0de3a0a)) + ([3567b7b](https://github.com/timelessco/renderlesskit-react/commit/3567b7bb48127ef7db3de683c47df8eda0de3a0a)) - **meter:** ⬆️ upgrade husky - ([4826556](https://github.com/timelessco/renderless-components/commit/48265562695dca28cd20228716a8841fd1b9df8a)) + ([4826556](https://github.com/timelessco/renderlesskit-react/commit/48265562695dca28cd20228716a8841fd1b9df8a)) - **meter-test:** ✅ improve test with jest-in-case - ([826ec63](https://github.com/timelessco/renderless-components/commit/826ec634de4b657b9fdbf2e96a85f789a213db1f)) + ([826ec63](https://github.com/timelessco/renderlesskit-react/commit/826ec634de4b657b9fdbf2e96a85f789a213db1f)) - **number-input:** 🚸 add more storybook examples - ([62bf811](https://github.com/timelessco/renderless-components/commit/62bf8112e2c140ca7dc0211ee81997c62906fd4c)) + ([62bf811](https://github.com/timelessco/renderlesskit-react/commit/62bf8112e2c140ca7dc0211ee81997c62906fd4c)) - **progress:** 💡 give credits to the chakra for the logic - ([7300b89](https://github.com/timelessco/renderless-components/commit/7300b8961b24079332fa4081f1f16365ec9b338f)) + ([7300b89](https://github.com/timelessco/renderlesskit-react/commit/7300b8961b24079332fa4081f1f16365ec9b338f)) - **slider:** 🎨 change types names - ([e856e63](https://github.com/timelessco/renderless-components/commit/e856e637e0bd94918530942d99d3aa6400d5544e)) + ([e856e63](https://github.com/timelessco/renderlesskit-react/commit/e856e637e0bd94918530942d99d3aa6400d5544e)) - **vscode:** 🔧 add vscode extension recommendations - ([46afdb1](https://github.com/timelessco/renderless-components/commit/46afdb113f106c6726167345d94c95c5af16785d)) + ([46afdb1](https://github.com/timelessco/renderlesskit-react/commit/46afdb113f106c6726167345d94c95c5af16785d)) - codebase cleanup - ([09c3426](https://github.com/timelessco/renderless-components/commit/09c3426b74506be185a81ebafc45881125604563)) + ([09c3426](https://github.com/timelessco/renderlesskit-react/commit/09c3426b74506be185a81ebafc45881125604563)) - regorganize folder - ([58f62f3](https://github.com/timelessco/renderless-components/commit/58f62f38f9f8a950a80ca34445cd52c5aaa4dee1)) + ([58f62f3](https://github.com/timelessco/renderlesskit-react/commit/58f62f38f9f8a950a80ca34445cd52c5aaa4dee1)) - remove husky precommit test - ([bd177b9](https://github.com/timelessco/renderless-components/commit/bd177b984b540563f63b2c6bf22fe31adbacad68)) + ([bd177b9](https://github.com/timelessco/renderlesskit-react/commit/bd177b984b540563f63b2c6bf22fe31adbacad68)) - **number-input:** 💡 add credits to Chakra UI - ([a5c46b7](https://github.com/timelessco/renderless-components/commit/a5c46b7247d4b673e151df64003a61c2feacd861)) + ([a5c46b7](https://github.com/timelessco/renderlesskit-react/commit/a5c46b7247d4b673e151df64003a61c2feacd861)) - **pagination:** 🏷️ update types - ([4bfbb21](https://github.com/timelessco/renderless-components/commit/4bfbb21169be5798eb665435b5bb7deb9938eaf5)) + ([4bfbb21](https://github.com/timelessco/renderlesskit-react/commit/4bfbb21169be5798eb665435b5bb7deb9938eaf5)) - **progress:** 🏷️ update types - ([07a536a](https://github.com/timelessco/renderless-components/commit/07a536a82b20c9dbafcc7abdb07dd2d91492f1df)) + ([07a536a](https://github.com/timelessco/renderlesskit-react/commit/07a536a82b20c9dbafcc7abdb07dd2d91492f1df)) - added all keys - ([6359fa7](https://github.com/timelessco/renderless-components/commit/6359fa76d535b80c15b768ec75765207c1a123ee)) + ([6359fa7](https://github.com/timelessco/renderlesskit-react/commit/6359fa76d535b80c15b768ec75765207c1a123ee)) - updated review requests - ([7f06658](https://github.com/timelessco/renderless-components/commit/7f06658ddac9511fd24784543e27fcbe8644e0cf)) + ([7f06658](https://github.com/timelessco/renderlesskit-react/commit/7f06658ddac9511fd24784543e27fcbe8644e0cf)) ### Build System - **babel:** 💚 ignore tests and stories from build - ([d0c090b](https://github.com/timelessco/renderless-components/commit/d0c090b3c3f45d661b2e6da2bbdead3cde1bc712)) + ([d0c090b](https://github.com/timelessco/renderlesskit-react/commit/d0c090b3c3f45d661b2e6da2bbdead3cde1bc712)) - **build-script:** 🔧 change scripts to run in parallel - ([46e86ee](https://github.com/timelessco/renderless-components/commit/46e86ee0fc877ef04d38cd91126179855b54da6b)) + ([46e86ee](https://github.com/timelessco/renderlesskit-react/commit/46e86ee0fc877ef04d38cd91126179855b54da6b)) - **cjs:** 🔧 add correct bable cjs package - ([ce9ec88](https://github.com/timelessco/renderless-components/commit/ce9ec884a4c243a6c512bb721d0e75850bbe69e9)) + ([ce9ec88](https://github.com/timelessco/renderlesskit-react/commit/ce9ec884a4c243a6c512bb721d0e75850bbe69e9)) - **release:** 👷 add a release pipeline with standard version - ([62c2ef6](https://github.com/timelessco/renderless-components/commit/62c2ef65c76485dbf2ef1a3521c27cb985afa2b0)) + ([62c2ef6](https://github.com/timelessco/renderlesskit-react/commit/62c2ef65c76485dbf2ef1a3521c27cb985afa2b0)) - **rollup:** 🔧 add unminified umd and reduce peer deps version - ([b04f6d2](https://github.com/timelessco/renderless-components/commit/b04f6d2e823177eacbc784f7b70f7fd2e96bf13e)) + ([b04f6d2](https://github.com/timelessco/renderlesskit-react/commit/b04f6d2e823177eacbc784f7b70f7fd2e96bf13e)) - **tsc:** 🔧 remove tests & types from build types - ([0222f0e](https://github.com/timelessco/renderless-components/commit/0222f0ead2c4f8db967f0d0fc5d4c81b78484a5e)) + ([0222f0e](https://github.com/timelessco/renderlesskit-react/commit/0222f0ead2c4f8db967f0d0fc5d4c81b78484a5e)) - **umd:** 🔧 add umd rollup plugin - ([a75ac2f](https://github.com/timelessco/renderless-components/commit/a75ac2f18a3b0f5fdc125dcf8b795881e1a8fa78)) + ([a75ac2f](https://github.com/timelessco/renderlesskit-react/commit/a75ac2f18a3b0f5fdc125dcf8b795881e1a8fa78)) - **umd:** 🔧 update rollup & bundlesize - ([05f6457](https://github.com/timelessco/renderless-components/commit/05f645794edf606f985061f96bda99cf33f0d0db)) + ([05f6457](https://github.com/timelessco/renderlesskit-react/commit/05f645794edf606f985061f96bda99cf33f0d0db)) - added rimraf and crossenv - ([a147c93](https://github.com/timelessco/renderless-components/commit/a147c9350858f0e72f8d68d8fd4f79193eab5d5d)) + ([a147c93](https://github.com/timelessco/renderlesskit-react/commit/a147c9350858f0e72f8d68d8fd4f79193eab5d5d)) diff --git a/README.md b/README.md index f94ced079..2ce12cd55 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Renderless Components

+

Renderlesskit React

Collection of headless components/hooks that are accessible, composable, customizable from low level to build your own UI & Design System powered by Reakit @@ -7,11 +7,11 @@ System.

- NPM version - NPM downloads - Build Status - Netlify Status
- License + NPM version + NPM downloads + Build Status + Netlify Status
+ License

## Features @@ -26,10 +26,10 @@ System. ```sh # npm -npm install renderless-components reakit +npm install @renderlesskit/react reakit # Yarn -yarn add renderless-components reakit +yarn add @renderlesskit/react reakit ``` > Make sure `react react-dom` is installed. @@ -67,8 +67,8 @@ Thanks goes to these wonderful people - - + +

Navin Moorthy

💻

Anurag Hazra

💻

Navin Moorthy

💻

Anurag Hazra

💻

Sandeep Prabhakaran

🤔
diff --git a/docs/accordion.md b/docs/accordion.md index 38af9fbf5..063c1970f 100644 --- a/docs/accordion.md +++ b/docs/accordion.md @@ -29,7 +29,7 @@ import { AccordionPanel, AccordionTrigger, useAccordionState, -} from "renderless-components"; +} from "@renderlesskit/react"; export function App(props) { const state = useAccordionState(props); @@ -65,9 +65,9 @@ export function App(props) { export default App; ``` -[Accordion Styled - Open on Sandbox](https://codesandbox.io/s/7l87v) +[Accordion Basic - Open on Sandbox](https://codesandbox.io/s/scil2) -[Accordion Basic - Open on Sandbox](https://codesandbox.io/s/w4vcr) +[Accordion Styled - Open on Sandbox](https://codesandbox.io/s/lonmk) ## Accessibility Requirements diff --git a/docs/breadcrumb.md b/docs/breadcrumb.md index fa469cbbd..cc1963fa3 100644 --- a/docs/breadcrumb.md +++ b/docs/breadcrumb.md @@ -20,7 +20,7 @@ for its ```js import * as React from "react"; -import { Breadcrumbs, BreadcrumbLink } from "renderless-components"; +import { Breadcrumbs, BreadcrumbLink } from "@renderlesskit/react"; export const App = props => { return ( @@ -57,7 +57,7 @@ export const App = props => { export default App; ``` -[Breadcrumbs Basic - Open on Sandbox](https://codesandbox.io/s/vdmiv) +[Breadcrumbs Basic - Open on Sandbox](https://codesandbox.io/s/t3ygx) ## Accessibility Requirement diff --git a/docs/calendar.md b/docs/calendar.md index 64360ab95..4393f8d43 100644 --- a/docs/calendar.md +++ b/docs/calendar.md @@ -39,7 +39,7 @@ import { CalendarGrid, CalendarHeader, CalendarWeekTitle, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = useCalendarState(props); @@ -159,7 +159,7 @@ import { CalendarCellButton, CalendarWeekTitle, useRangeCalendarState, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = useRangeCalendarState(props); @@ -265,9 +265,9 @@ const DoubleChevronRight = props => ( ); ``` -[RangeCalendar - Open On Sandbox](https://codesandbox.io/s/86dqv) +[Calendar - Open On Sandbox](https://codesandbox.io/s/qutws) -[Calendar - Open On Sandbox](https://codesandbox.io/s/qte2l) +[RangeCalendar - Open On Sandbox](https://codesandbox.io/s/g035s) ## Composition diff --git a/docs/datepicker.md b/docs/datepicker.md index 32f00400d..2e9eb312f 100644 --- a/docs/datepicker.md +++ b/docs/datepicker.md @@ -39,7 +39,7 @@ import { CalendarGrid, CalendarHeader, CalendarWeekTitle, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = useDatePickerState({ @@ -202,7 +202,7 @@ import { CalendarButton, CalendarWeekTitle, CalendarCellButton, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = useDateRangePickerState({ @@ -366,9 +366,9 @@ const DoubleChevronRight = props => ( ); ``` -[DatePicker - Open On Sandbox](https://codesandbox.io/s/snelw) +[RangeDatePicker - Open On Sandbox](https://codesandbox.io/s/7r8jv) -[RangeDatePicker - Open On Sandbox](https://codesandbox.io/s/cqgs2) +[DatePicker - Open On Sandbox](https://codesandbox.io/s/x7w6p) ## Composition diff --git a/docs/drawer.md b/docs/drawer.md index c54989c46..0dded82e1 100644 --- a/docs/drawer.md +++ b/docs/drawer.md @@ -24,7 +24,7 @@ import { DrawerBackdrop, DrawerCloseButton, DrawerDisclosure, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = () => { const dialog = useDrawerState({ animated: true }); @@ -95,7 +95,7 @@ const cssTransforms = { }; ``` -[Drawer - Open On Sandbox](https://codesandbox.io/s/hj8ns) +[Drawer - Open On Sandbox](https://codesandbox.io/s/ostxr) ## Composition diff --git a/docs/getting-started.md b/docs/getting-started.md index 860c2f99d..8db242905 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -8,10 +8,10 @@ customizable from low level to build your own UI & Design System powered by ```sh # npm -npm install renderless-components reakit +npm install @renderlesskit/react reakit # Yarn -yarn add renderless-components reakit +yarn add @renderlesskit/react reakit ``` > Make sure `react react-dom` is installed. @@ -32,7 +32,7 @@ import { AccordionPanel, AccordionTrigger, useAccordionState, -} from "renderless-components"; +} from "@renderlesskit/react"; function App() { const state = useAccordionState(); diff --git a/docs/link.md b/docs/link.md index f6b67c3ee..da0802d15 100644 --- a/docs/link.md +++ b/docs/link.md @@ -19,7 +19,7 @@ and ```js import * as React from "react"; -import { Link } from "renderless-components"; +import { Link } from "@renderlesskit/react"; export const App = props => { return Reakit; @@ -28,7 +28,7 @@ export const App = props => { export default App; ``` -[Link - Open on Sandbox](https://codesandbox.io/s/5zhtt) +[Link - Open on Sandbox](https://codesandbox.io/s/5gwlm) ## Composition diff --git a/docs/meter.md b/docs/meter.md index 24ade811c..7426ce303 100644 --- a/docs/meter.md +++ b/docs/meter.md @@ -20,7 +20,7 @@ that varies within a defined range. It follows the import * as React from "react"; import { css, keyframes } from "@emotion/css"; -import { Meter, useMeterState } from "renderless-components"; +import { Meter, useMeterState } from "@renderlesskit/react"; export const App = props => { const { @@ -110,7 +110,7 @@ function meterBarStyle(meter, props) { } ``` -[Meter - Open On Sandbox](https://codesandbox.io/s/ypo8h) +[Meter - Open On Sandbox](https://codesandbox.io/s/8mxwv) ## Accessibility Requirement diff --git a/docs/number-input.md b/docs/number-input.md index 54387b5ca..47f8cbbdc 100644 --- a/docs/number-input.md +++ b/docs/number-input.md @@ -28,7 +28,7 @@ import { useNumberInputState, NumberInputDecrementButton, NumberInputIncrementButton, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = useNumberInputState(props); @@ -52,7 +52,7 @@ export const App = props => { export default App; ``` -[NumberInput - Open On Sandbox](https://codesandbox.io/s/b8pez) +[NumberInput - Open On Sandbox](https://codesandbox.io/s/j0wly) ## Accessibility Requirement diff --git a/docs/pagination.md b/docs/pagination.md index 5a0941819..7a0cb35b8 100644 --- a/docs/pagination.md +++ b/docs/pagination.md @@ -22,7 +22,7 @@ import { Pagination, PaginationButton, usePaginationState, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = usePaginationState({ count: 10, ...props }); @@ -77,7 +77,7 @@ export const App = props => { export default App; ``` -[Pagination - Open On Sandbox](https://codesandbox.io/s/c7ttm) +[Pagination - Open On Sandbox](https://codesandbox.io/s/cwuhv) ## Accessibility Requirement diff --git a/docs/picker-base.md b/docs/picker-base.md index e7018f470..e1858b636 100644 --- a/docs/picker-base.md +++ b/docs/picker-base.md @@ -23,7 +23,7 @@ import { PickerBaseTrigger, PickerBaseContent, usePickerBaseState, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const state = usePickerBaseState(props); @@ -41,7 +41,7 @@ export const App = props => { export default App; ``` -[PickerBase - Open On Sandbox](https://codesandbox.io/s/bfbp9) +[PickerBase - Open On Sandbox](https://codesandbox.io/s/h7pxf) ## Composition diff --git a/docs/progress.md b/docs/progress.md index 990db01d5..e73097985 100644 --- a/docs/progress.md +++ b/docs/progress.md @@ -20,7 +20,7 @@ import * as React from "react"; import { Button } from "reakit"; import { css, keyframes } from "@emotion/css"; -import { cx, isNull, Progress, useProgressState } from "renderless-components"; +import { cx, isNull, Progress, useProgressState } from "@renderlesskit/react"; export const App = props => { const { @@ -150,9 +150,9 @@ const indeterminateStyles = css({ }); ``` -[Progress Linear- Open On Sandbox](https://codesandbox.io/s/9mmng) +[Progress Circular - Open On Sandbox](https://codesandbox.io/s/e3eun) -[Progress Circular - Open On Sandbox](https://codesandbox.io/s/lszhp) +[Progress Linear- Open On Sandbox](https://codesandbox.io/s/0p2yo) ## Accessibility Requirement diff --git a/docs/segment.md b/docs/segment.md index 880c39238..30f0ef3b4 100644 --- a/docs/segment.md +++ b/docs/segment.md @@ -18,7 +18,7 @@ accessibility properties necessary for the [DatePicker](./datepicker.md) & ```js import React from "react"; -import { Segment, SegmentField, useSegmentState } from "renderless-components"; +import { Segment, SegmentField, useSegmentState } from "@renderlesskit/react"; export const App = props => { const state = useSegmentState(props); @@ -42,7 +42,7 @@ export const App = props => { export default App; ``` -[Segment - Open On Sandbox](https://codesandbox.io/s/rb7uv) +[Segment - Open On Sandbox](https://codesandbox.io/s/3wjgt) ## Composition diff --git a/docs/select.md b/docs/select.md index 3ede31197..0e8ce0e04 100644 --- a/docs/select.md +++ b/docs/select.md @@ -31,7 +31,7 @@ import { SelectOption, SelectPopover, useSelectState, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = props => { const select = useSelectState({ gutter: 8, ...props }); @@ -54,7 +54,7 @@ export const App = props => { export default App; ``` -[Select - Open On Sandbox](https://codesandbox.io/s/hrtki) +[Select - Open On Sandbox](https://codesandbox.io/s/mfpy7) ## Props diff --git a/docs/slider.md b/docs/slider.md index 00e9ef3c7..47d895270 100644 --- a/docs/slider.md +++ b/docs/slider.md @@ -30,7 +30,7 @@ import { SliderThumb, SliderInput, useSliderState, -} from "renderless-components"; +} from "@renderlesskit/react"; export const App = args => { const { label, isReversed, origin: originProp, ...rest } = args; @@ -144,7 +144,7 @@ export const App = args => { export default App; ``` -[Slider - Open On Sandbox](https://codesandbox.io/s/s20jt) +[Slider - Open On Sandbox](https://codesandbox.io/s/eng7z) ## Accessibility Requirement diff --git a/docs/timepicker.md b/docs/timepicker.md index 7af59a86a..7a035a2f5 100644 --- a/docs/timepicker.md +++ b/docs/timepicker.md @@ -31,7 +31,7 @@ import { useTimePickerState, TimePickerColumnValue, TimePickerSegmentField, -} from "renderless-components"; +} from "@renderlesskit/react"; const CalendarIcon = () => (