-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2024-11-07) ### Bug Fixes * add demo folder placeholder to form component ([fd32bfb](fd32bfb)) * add dropdown disconnect lifecycle to manage potential memory leaks ([d49de77](d49de77)) * add event dispatch to input test ([3987e5c](3987e5c)) * add form to build task ([af0d7ea](af0d7ea)) * add ignore rules to eslint for new folder structure ([177fa86](177fa86)) * add keydown support to dropdown ([54e2725](54e2725)) * add public show/hide api ([ec4af9b](ec4af9b)) * adding auro-form entry files ([2af6911](2af6911)) * adding component entry files and missing sass files ([aab5e8b](aab5e8b)) * adds input example to Demo page ([00b6781](00b6781)) * auro-formkit entry file updates ([113f724](113f724)) * bundle auro-form root component & sub-components ([3fd3ed9](3fd3ed9)) * consolidate focus loss handling ([7e0d1f9](7e0d1f9)) * correct form path ([121879b](121879b)) * do not reassign parameter ([f3c96f7](f3c96f7)) * do not reassign parameter ([60122e0](60122e0)) * do not reassign parameter ([36dde3b](36dde3b)) * exclude node_modules from swep command ([6c61e7b](6c61e7b)) * fixing Linting errors ([f2c2714](f2c2714)) * load correct dev paths from package.json ([5e2777e](5e2777e)) * merge nested if conditions ([d3e977c](d3e977c)) * prefix bundles with 'auro' namespace ([7386d6e](7386d6e)) * rename auro-component-form to avoid naming collision with auro-form ([e85e10f](e85e10f)) * renaming auro-input directory for simplicty & convention ([b57022b](b57022b)) * return bundler to build task ([90aa992](90aa992)) * return missing package.json tasts ([9d95b1c](9d95b1c)) * returns bundler & precommit task, updates sweep to remove dist folder ([aeaa221](aeaa221)) * root becomes auro-formkit, form element becomes auro-form ([c937a39](c937a39)) * simplify state management in dropdown ([5abef4b](5abef4b)) * skip dropdown tests for now ([3637433](3637433)) * update build commands for recurisve files, disbale linting ([93e63d6](93e63d6)) * update build commands for recurisve files, disbale linting ([f21719f](f21719f)) * update function names to be clearer ([8e97b3e](8e97b3e)) * update path for api demo page ([46f6c53](46f6c53)) * updates rollup config for new bundling, adds missing input dependencies ([d433667](d433667)) * when bundling, only refer to src dir ([48743e0](48743e0)) ### Features * add esc key handler ([bef3588](bef3588)) * initial integration of floatingUI and dropdown POC ([e960771](e960771)) ### Performance Improvements * update dependent component versions ([a17ad1d](a17ad1d))
- Loading branch information
1 parent
46f6c53
commit ebdabf8
Showing
2 changed files
with
55 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# Semantic Release Automated Changelog | ||
|
||
# 1.0.0 (2024-11-07) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add demo folder placeholder to form component ([fd32bfb](https://github.com/AlaskaAirlines/auro-form/commit/fd32bfbba776976f1eda78f405cd6d907a64659a)) | ||
* add dropdown disconnect lifecycle to manage potential memory leaks ([d49de77](https://github.com/AlaskaAirlines/auro-form/commit/d49de7704c013d81a01838edf72d07c0fb5e1d5f)) | ||
* add event dispatch to input test ([3987e5c](https://github.com/AlaskaAirlines/auro-form/commit/3987e5c069e53de3a8d3a4dba6f5e5e1912220a0)) | ||
* add form to build task ([af0d7ea](https://github.com/AlaskaAirlines/auro-form/commit/af0d7ea4918e9c2fa2ac852c8d4683cf69fe891b)) | ||
* add ignore rules to eslint for new folder structure ([177fa86](https://github.com/AlaskaAirlines/auro-form/commit/177fa8635030bba39dbb9207e9670feac1a2118b)) | ||
* add keydown support to dropdown ([54e2725](https://github.com/AlaskaAirlines/auro-form/commit/54e272506c77f63df03042fa43b8cd2211029875)) | ||
* add public show/hide api ([ec4af9b](https://github.com/AlaskaAirlines/auro-form/commit/ec4af9bd09fb2a06f67ffbd9dcb4304f40cc8dfa)) | ||
* adding auro-form entry files ([2af6911](https://github.com/AlaskaAirlines/auro-form/commit/2af691187a6ea63b89b5cf506517c21ac82911e5)) | ||
* adding component entry files and missing sass files ([aab5e8b](https://github.com/AlaskaAirlines/auro-form/commit/aab5e8baa1b28b958a7f2a3f5e77d6581ae7d7f8)) | ||
* adds input example to Demo page ([00b6781](https://github.com/AlaskaAirlines/auro-form/commit/00b6781d152af5326f38757495d2b4ea003ff73e)) | ||
* auro-formkit entry file updates ([113f724](https://github.com/AlaskaAirlines/auro-form/commit/113f72499b09a39fb1b489dc8ba333438a34ba34)) | ||
* bundle auro-form root component & sub-components ([3fd3ed9](https://github.com/AlaskaAirlines/auro-form/commit/3fd3ed9d2cae7783e2fc4e0619b7e96ebfeb551d)) | ||
* consolidate focus loss handling ([7e0d1f9](https://github.com/AlaskaAirlines/auro-form/commit/7e0d1f9b39733bf80801727ad445bbd0ba4abeb2)) | ||
* correct form path ([121879b](https://github.com/AlaskaAirlines/auro-form/commit/121879b4d0af682cb247096c8f52e04db15524d8)) | ||
* do not reassign parameter ([f3c96f7](https://github.com/AlaskaAirlines/auro-form/commit/f3c96f75340b1a6e619c26b1338fbe65d769b97c)) | ||
* do not reassign parameter ([60122e0](https://github.com/AlaskaAirlines/auro-form/commit/60122e056777ec38c0ca0417b4943cdcee67509c)) | ||
* do not reassign parameter ([36dde3b](https://github.com/AlaskaAirlines/auro-form/commit/36dde3b9573225eec6d69fb7e687c57711664b99)) | ||
* exclude node_modules from swep command ([6c61e7b](https://github.com/AlaskaAirlines/auro-form/commit/6c61e7b0042fb61b8fb985e17fa1609a1e2fbac9)) | ||
* fixing Linting errors ([f2c2714](https://github.com/AlaskaAirlines/auro-form/commit/f2c271475c1cb5395dd124d5469212a5cd56a89b)) | ||
* load correct dev paths from package.json ([5e2777e](https://github.com/AlaskaAirlines/auro-form/commit/5e2777e67d988389d627af7d3f0e1fdc6d9926ae)) | ||
* merge nested if conditions ([d3e977c](https://github.com/AlaskaAirlines/auro-form/commit/d3e977c45710d04c9da600f75c414c05e864b1e4)) | ||
* prefix bundles with 'auro' namespace ([7386d6e](https://github.com/AlaskaAirlines/auro-form/commit/7386d6e649da4ef5b1ed558bfbf90d6e8b5c368c)) | ||
* rename auro-component-form to avoid naming collision with auro-form ([e85e10f](https://github.com/AlaskaAirlines/auro-form/commit/e85e10f81af65a23e25d837bf2f4a1518da5b05f)) | ||
* renaming auro-input directory for simplicty & convention ([b57022b](https://github.com/AlaskaAirlines/auro-form/commit/b57022bd9013a772fe35e812ebb5ecb3bd8de613)) | ||
* return bundler to build task ([90aa992](https://github.com/AlaskaAirlines/auro-form/commit/90aa9921d9830aad0d016704d6d026bbf40c8fd2)) | ||
* return missing package.json tasts ([9d95b1c](https://github.com/AlaskaAirlines/auro-form/commit/9d95b1cc6f6a91c413c59beb806c92429d108924)) | ||
* returns bundler & precommit task, updates sweep to remove dist folder ([aeaa221](https://github.com/AlaskaAirlines/auro-form/commit/aeaa221c588a83d218fe2895680024efac1957d2)) | ||
* root becomes auro-formkit, form element becomes auro-form ([c937a39](https://github.com/AlaskaAirlines/auro-form/commit/c937a39a60e686068e8b209f1da1f593b6a4d1ab)) | ||
* simplify state management in dropdown ([5abef4b](https://github.com/AlaskaAirlines/auro-form/commit/5abef4b0a6eb4eadaf708170538147ede460978b)) | ||
* skip dropdown tests for now ([3637433](https://github.com/AlaskaAirlines/auro-form/commit/3637433d7b92b0c6f609202404d4d569658dc0ea)) | ||
* update build commands for recurisve files, disbale linting ([93e63d6](https://github.com/AlaskaAirlines/auro-form/commit/93e63d666ab80aa374d7b2b8d47dd2c54466f4a3)) | ||
* update build commands for recurisve files, disbale linting ([f21719f](https://github.com/AlaskaAirlines/auro-form/commit/f21719f526bdc0cf03c86d9628d382c16b3554ce)) | ||
* update function names to be clearer ([8e97b3e](https://github.com/AlaskaAirlines/auro-form/commit/8e97b3e0c0a39ee29510dc38720bf0909ba81c99)) | ||
* update path for api demo page ([46f6c53](https://github.com/AlaskaAirlines/auro-form/commit/46f6c539ed446d1ccd899f7d0e60160a1fdb27c9)) | ||
* updates rollup config for new bundling, adds missing input dependencies ([d433667](https://github.com/AlaskaAirlines/auro-form/commit/d4336676d9aed9f6168a8796725f9737d98aa1bc)) | ||
* when bundling, only refer to src dir ([48743e0](https://github.com/AlaskaAirlines/auro-form/commit/48743e0a9dfe087aec1edbee60e934f22684a76b)) | ||
|
||
|
||
### Features | ||
|
||
* add esc key handler ([bef3588](https://github.com/AlaskaAirlines/auro-form/commit/bef35884f4adcad6de7ca9117a67a534667f2500)) | ||
* initial integration of floatingUI and dropdown POC ([e960771](https://github.com/AlaskaAirlines/auro-form/commit/e9607714bfd90ae2cf8215e7a350719a3e065a4d)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* update dependent component versions ([a17ad1d](https://github.com/AlaskaAirlines/auro-form/commit/a17ad1de1e3f7e31e17ede67005158527d42612f)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters