forked from empathyco/x
-
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.
- [email protected] - @diegopf/[email protected] - @diegopf/[email protected] - @diegopf/[email protected]
- Loading branch information
Showing
9 changed files
with
9,818 additions
and
2,898 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 |
---|---|---|
|
@@ -3,6 +3,23 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.0-alpha.51](https://github.com/diegopf/x/compare/[email protected]@1.0.0-alpha.51) (2024-09-04) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **list-components:** fix list components, migrate infinite-scroll directive and deprecated layouts (#1576) ([4b57f19](https://github.com/diegopf/x/commit/4b57f19be601220a4dc6874dc1d5efa8fdbcf991)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **animation-factory:** fix Vue3 breaking changes (#1579) ([f915731](https://github.com/diegopf/x/commit/f915731cc8ea662a2066fee054f47885ee2154a9)) | ||
* **base-switch:** decommission of value prop (#1589) ([35968eb](https://github.com/diegopf/x/commit/35968ebb69634984e867b03221d373efe4af96c8)) | ||
* **base-switch:** migrate component to vue3 (#1588) ([875a6e2](https://github.com/diegopf/x/commit/875a6e2638885498396db362753550857ec8d7e2)) | ||
* **staggered-fade-and-slide:** use Vue native staggered transition (#1578) ([79e136f](https://github.com/diegopf/x/commit/79e136f04b0b75ddea77c464b8f5ea0ed6602eb1)) | ||
|
||
|
||
|
||
## [1.0.0-alpha.50](https://github.com/empathyco/x/compare/[email protected]@1.0.0-alpha.50) (2024-07-23) | ||
|
||
|
||
|
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
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 |
---|---|---|
|
@@ -3,6 +3,68 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## 2.0.0-alpha.2 (2024-09-04) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* v2 of archetype utils is only compatible with vue 3 and i18n v8 | ||
* **deps:** minimum node version required is 18. | ||
* **deps:** minimum version required is node v18 | ||
|
||
EMP-274 | ||
|
||
### Features | ||
|
||
* add data-test to searchbar and hover underline to docs links (#996) ([c384ede](https://github.com/empathyco/x/commit/c384edea8b289b2508692aacd95b73d49abe8df6)), closes [EX-7806](https://searchbroker.atlassian.net/browse/EX-7806) | ||
* add importable home `template` (#994) ([a31c3ea](https://github.com/empathyco/x/commit/a31c3eadf412ee732ca4b3724a85ef8faa300061)), closes [EX-7633](https://searchbroker.atlassian.net/browse/EX-7633) | ||
* create archetype utils package (#701) ([6e4f8f6](https://github.com/empathyco/x/commit/6e4f8f6f15eb687b082849ee1a1aa17645cce08d)), closes [EX-6930](https://searchbroker.atlassian.net/browse/EX-6930) | ||
* injector utility for the archetype and build config to override the one in X (#1258) ([08eb5c1](https://github.com/empathyco/x/commit/08eb5c1a07c421684c472aa6ff11db3dcecc8dc5)) | ||
* move `i18n` plugin (#713) ([4348f55](https://github.com/empathyco/x/commit/4348f55987fe0ceb7777c06094e42f17ff4f735a)), closes [EX-6966](https://searchbroker.atlassian.net/browse/EX-6966) | ||
* **plugin:** replace old bus implementation using the new `x-priority-bus` (#1086) ([f64f9b6](https://github.com/empathyco/x/commit/f64f9b68225c4ee422eb007784e0eec813c95228)), closes [EX-7283](https://searchbroker.atlassian.net/browse/EX-7283) | ||
* update to rollup 4 (#1370) ([a5c471b](https://github.com/empathyco/x/commit/a5c471b7d139393b7c2c0dffd88973029f2ced31)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **deps:** remove `only-allow` pnpm (#1097) ([b2a63d3](https://github.com/empathyco/x/commit/b2a63d308f20804d55a266189ab5d6242f88f6d8)), closes [EX-8082](https://searchbroker.atlassian.net/browse/EX-8082) | ||
* now styles should be accurate to the designs (#999) ([7638670](https://github.com/empathyco/x/commit/7638670d3d4f22983fcaeb0277fb9b394ece2218)), closes [EX-7809](https://searchbroker.atlassian.net/browse/EX-7809) | ||
* set home search input font size to 16px (#1406) ([b9349b8](https://github.com/empathyco/x/commit/b9349b8c544283f9df1f4bad5756e5666d748e41)) | ||
* Update home styles to match `inputGroup`. (#1079) ([eef82a1](https://github.com/empathyco/x/commit/eef82a1574ab922556a83712ebf6e5f78651a9c9)), closes [EX-8014](https://searchbroker.atlassian.net/browse/EX-8014) | ||
|
||
|
||
### Styling | ||
|
||
* update prettier and format code (#1026) ([a18cc17](https://github.com/empathyco/x/commit/a18cc172b6638962d53192905cd466f12bccacac)), closes [EX-7877](https://searchbroker.atlassian.net/browse/EX-7877) | ||
|
||
|
||
### Build System | ||
|
||
* **dependencies:** update `typescript` to `4.9.4` and its dependencies to their latest version (#993) ([500ab57](https://github.com/empathyco/x/commit/500ab57e4729f5c4dcefaa31ed4a8497ddd349b9)), closes [EX-7288](https://searchbroker.atlassian.net/browse/EX-7288) | ||
* **deps:** update `vue` to version `2.7` (#971) ([09fb0fe](https://github.com/empathyco/x/commit/09fb0fe5dbef020565571a4fafc89d2aac544c8e)), closes [EX-7730](https://searchbroker.atlassian.net/browse/EX-7730) | ||
* **deps:** update deps (#1046) ([b6957df](https://github.com/empathyco/x/commit/b6957df9d88c0d94c2543047991a63afadd707ff)) | ||
* **deps:** update deps (#1062) ([59f29b9](https://github.com/empathyco/x/commit/59f29b9c5861f790a65b061eec628eb35d066b68)) | ||
|
||
|
||
### Continuous Integration | ||
|
||
* export webpack config from `x-archetype-utils` (#760) ([0d7bfa2](https://github.com/empathyco/x/commit/0d7bfa2a63b5aaa3b220a0338fcefdaedc888f32)), closes [EX-7222](https://searchbroker.atlassian.net/browse/EX-7222) | ||
* migrate from `npm` & `lerna bootstrap` to `pnpm` (#1047) ([aaaba4f](https://github.com/empathyco/x/commit/aaaba4f8a5498c16e17ea6daf9c18a1f49918f70)), closes [EX-7891](https://searchbroker.atlassian.net/browse/EX-7891) | ||
* parallelize steps (#1174) ([3013595](https://github.com/empathyco/x/commit/3013595857c8dac33f36b2c0d08e747b0735c6a0)) | ||
* refactor `lint` command to benefit from `nx parallelisation` (#1051) ([1af1503](https://github.com/empathyco/x/commit/1af1503ff118d6232fdbb27e203037a89b1b52e0)), closes [EX-7926](https://searchbroker.atlassian.net/browse/EX-7926) | ||
* restore build workflow (#1194) ([076ee49](https://github.com/empathyco/x/commit/076ee492388ba000ebdfa49d9f4356562c8bef19)) | ||
* update `runners` version (#740) ([38f246c](https://github.com/empathyco/x/commit/38f246c306dac40c4afbcdea08336052981ca9b8)) | ||
* use matrix steps and jest projects (#919) ([dec53f5](https://github.com/empathyco/x/commit/dec53f5da572a4a5f3c8519222c1ed94ed981967)) | ||
|
||
|
||
### Others | ||
|
||
* bump version ([d1fc3fe](https://github.com/empathyco/x/commit/d1fc3fe42b5db802aef7a38c5e3e0b89e706693b)) | ||
* **deps:** update node to 18 (#1196) ([e0e6b35](https://github.com/empathyco/x/commit/e0e6b35eefb3ef83f22e341f662475b0e6066e94)) | ||
* **deps:** update node to v18 (#1175) ([14e64e1](https://github.com/empathyco/x/commit/14e64e11fdf7f3d27d59baf56b027857df9e61e7)) | ||
|
||
|
||
|
||
## [1.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/[email protected]...@empathyco/[email protected]) (2024-02-08) | ||
|
||
|
||
|
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
Oops, something went wrong.