From c74a12ea4d569d2cf471c04561012b78657012a4 Mon Sep 17 00:00:00 2001 From: mparticle-automation Date: Tue, 14 May 2024 00:20:32 +0000 Subject: [PATCH] chore(release): 1.12.0 [skip ci] # [1.12.0](https://github.com/mParticle/aquarium/compare/v1.11.1...v1.12.0) (2024-05-14) ### Bug Fixes * **cascader:** makes cascader use the aquarium configprovider and theme ([21800e2](https://github.com/mParticle/aquarium/commit/21800e2cabc004c1b15f674bcd42b7e842ccc750)) * correct QueryItem Cascader and Action cosmetic bugs/flaws ([f5e6032](https://github.com/mParticle/aquarium/commit/f5e6032b8c9a31696daf97266ae26ca5a8d6be5c)) * correct usage of Typography in Watermark.stories.tsx ([f8b32cb](https://github.com/mParticle/aquarium/commit/f8b32cbf6754bf20bc2c41533007cfa6e179124e)) * fix broken stories due to typography update ([d64be86](https://github.com/mParticle/aquarium/commit/d64be86812a4c0d70799478f939bc9a89866c251)) * fix QueryItem.ValueSelector.Cascader's selectedDisplayValue type ([e74053d](https://github.com/mParticle/aquarium/commit/e74053d936776eddd5287635ba7cfd6f29f25065)) * **input:** wraps Input.Search in Aquarium ConfigProvider ([0fbba18](https://github.com/mParticle/aquarium/commit/0fbba18bda7e810000f11c8f6047efaebda6783e)) * make onChange prop of QueryItem InputText optional ([7a1532f](https://github.com/mParticle/aquarium/commit/7a1532fa2a8d10152cb947a1079da7111abdab96)) * make QueryItem Cascader options reactive ([50f11bc](https://github.com/mParticle/aquarium/commit/50f11bc353c9eee98e705cc70474b8834e922967)) * minor compatibility changes to QueryItem Qualifier and Cascader ([5065bdd](https://github.com/mParticle/aquarium/commit/5065bddc2d72c1c95a69d0c40a84d83d08e2b7b9)) * minor tweaks to TextInput to make it fully compatible ([be5deab](https://github.com/mParticle/aquarium/commit/be5deab8b00d81131a9e1dccc10c451421208ec1)) * PR review suggestions ([f1ed504](https://github.com/mParticle/aquarium/commit/f1ed50480001440e742ba6278babc9bb78567686)) * **queryitem:** change Input.Search to Input in Cascader's popover to prevent preact type error ([80b1469](https://github.com/mParticle/aquarium/commit/80b146960e2f4e8f05683a334f3f6bc012b71a1e)) * remove \dist files accidentally committed ([ef5a16b](https://github.com/mParticle/aquarium/commit/ef5a16bf22c77e2cea9c7b80503877cb610e4613)) * remove circle-dashed.svg, it's a duplicate ([aac4829](https://github.com/mParticle/aquarium/commit/aac4829dc209e3c9346c9be3925ba84c92c3625a)) * remove LESS syntax from query-item.css ([643402c](https://github.com/mParticle/aquarium/commit/643402ca5e379867edc05d830f5ae3f862d18024)) * **typography:** fix exporting/structure of Typography and its subtypes ([cd097f8](https://github.com/mParticle/aquarium/commit/cd097f8f5cb26c5ee476ec90cb3b8a2374f4b3c9)) * update more typography stories ([cd3344c](https://github.com/mParticle/aquarium/commit/cd3344ca7cdd9fcf8a6d1349f0d710082fca2149)) * yet more typography corrections ([81fce66](https://github.com/mParticle/aquarium/commit/81fce66d6d4e420b9dc5b6e3245de35b97a8fe14)) ### Features * add Action QueryItem ([f76ea2b](https://github.com/mParticle/aquarium/commit/f76ea2b2fa19fcd4f546b197a83a3c20a78c54c5)) * add Help Icon ([6bae0ed](https://github.com/mParticle/aquarium/commit/6bae0ed935674e7a59352e7f5cd1dfc38330c0a5)) * add loadData functionality to QueryItem Cascader ([ced4994](https://github.com/mParticle/aquarium/commit/ced499425088177946d986051791816beab98dc1)) * add placeholder to QueryItem's TextInput ([30bde49](https://github.com/mParticle/aquarium/commit/30bde4942572e70ca67654c1c630bd73f5558a30)) * add QueryItem-related icons ([89fb3b8](https://github.com/mParticle/aquarium/commit/89fb3b85e6b84e57b84d4bf6c93642fd04586ce6)) * add QueryItem.Text component ([8f0b7bd](https://github.com/mParticle/aquarium/commit/8f0b7bd3ec432c0ffc985e0bd255e10f6f9feb16)) * add value props to Qualifier and Cascader ([16042d7](https://github.com/mParticle/aquarium/commit/16042d7079f8175a1665990ac150567e03e421ad)) * intial add of QueryItem.ValueSelector.Cascader ([c022aa2](https://github.com/mParticle/aquarium/commit/c022aa2c7870ace003346b123893cc765706c178)) * **queryitem:** adding onchange and converting error danger zone text ([91e945f](https://github.com/mParticle/aquarium/commit/91e945f43bab6debcb0efb59f47111d1aba7a132)) * **queryitem:** adding QueryItem.Qualifier component ([1fe60d8](https://github.com/mParticle/aquarium/commit/1fe60d82ca2c72d347b78c8edbf26e631a36a7ff)) * **queryitem:** updating styles and adding error message to qualifier ([fa8a8da](https://github.com/mParticle/aquarium/commit/fa8a8dabe61546f535196054191efcd4ae7ef5ea)) * rework Cascader OnChange ([a77c44f](https://github.com/mParticle/aquarium/commit/a77c44f6802543ddca2e6c928ba06cf49ad25967)) --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 43 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d9be5cb..bdac1fa7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,43 @@ +# [1.12.0](https://github.com/mParticle/aquarium/compare/v1.11.1...v1.12.0) (2024-05-14) + + +### Bug Fixes + +* **cascader:** makes cascader use the aquarium configprovider and theme ([21800e2](https://github.com/mParticle/aquarium/commit/21800e2cabc004c1b15f674bcd42b7e842ccc750)) +* correct QueryItem Cascader and Action cosmetic bugs/flaws ([f5e6032](https://github.com/mParticle/aquarium/commit/f5e6032b8c9a31696daf97266ae26ca5a8d6be5c)) +* correct usage of Typography in Watermark.stories.tsx ([f8b32cb](https://github.com/mParticle/aquarium/commit/f8b32cbf6754bf20bc2c41533007cfa6e179124e)) +* fix broken stories due to typography update ([d64be86](https://github.com/mParticle/aquarium/commit/d64be86812a4c0d70799478f939bc9a89866c251)) +* fix QueryItem.ValueSelector.Cascader's selectedDisplayValue type ([e74053d](https://github.com/mParticle/aquarium/commit/e74053d936776eddd5287635ba7cfd6f29f25065)) +* **input:** wraps Input.Search in Aquarium ConfigProvider ([0fbba18](https://github.com/mParticle/aquarium/commit/0fbba18bda7e810000f11c8f6047efaebda6783e)) +* make onChange prop of QueryItem InputText optional ([7a1532f](https://github.com/mParticle/aquarium/commit/7a1532fa2a8d10152cb947a1079da7111abdab96)) +* make QueryItem Cascader options reactive ([50f11bc](https://github.com/mParticle/aquarium/commit/50f11bc353c9eee98e705cc70474b8834e922967)) +* minor compatibility changes to QueryItem Qualifier and Cascader ([5065bdd](https://github.com/mParticle/aquarium/commit/5065bddc2d72c1c95a69d0c40a84d83d08e2b7b9)) +* minor tweaks to TextInput to make it fully compatible ([be5deab](https://github.com/mParticle/aquarium/commit/be5deab8b00d81131a9e1dccc10c451421208ec1)) +* PR review suggestions ([f1ed504](https://github.com/mParticle/aquarium/commit/f1ed50480001440e742ba6278babc9bb78567686)) +* **queryitem:** change Input.Search to Input in Cascader's popover to prevent preact type error ([80b1469](https://github.com/mParticle/aquarium/commit/80b146960e2f4e8f05683a334f3f6bc012b71a1e)) +* remove \dist files accidentally committed ([ef5a16b](https://github.com/mParticle/aquarium/commit/ef5a16bf22c77e2cea9c7b80503877cb610e4613)) +* remove circle-dashed.svg, it's a duplicate ([aac4829](https://github.com/mParticle/aquarium/commit/aac4829dc209e3c9346c9be3925ba84c92c3625a)) +* remove LESS syntax from query-item.css ([643402c](https://github.com/mParticle/aquarium/commit/643402ca5e379867edc05d830f5ae3f862d18024)) +* **typography:** fix exporting/structure of Typography and its subtypes ([cd097f8](https://github.com/mParticle/aquarium/commit/cd097f8f5cb26c5ee476ec90cb3b8a2374f4b3c9)) +* update more typography stories ([cd3344c](https://github.com/mParticle/aquarium/commit/cd3344ca7cdd9fcf8a6d1349f0d710082fca2149)) +* yet more typography corrections ([81fce66](https://github.com/mParticle/aquarium/commit/81fce66d6d4e420b9dc5b6e3245de35b97a8fe14)) + + +### Features + +* add Action QueryItem ([f76ea2b](https://github.com/mParticle/aquarium/commit/f76ea2b2fa19fcd4f546b197a83a3c20a78c54c5)) +* add Help Icon ([6bae0ed](https://github.com/mParticle/aquarium/commit/6bae0ed935674e7a59352e7f5cd1dfc38330c0a5)) +* add loadData functionality to QueryItem Cascader ([ced4994](https://github.com/mParticle/aquarium/commit/ced499425088177946d986051791816beab98dc1)) +* add placeholder to QueryItem's TextInput ([30bde49](https://github.com/mParticle/aquarium/commit/30bde4942572e70ca67654c1c630bd73f5558a30)) +* add QueryItem-related icons ([89fb3b8](https://github.com/mParticle/aquarium/commit/89fb3b85e6b84e57b84d4bf6c93642fd04586ce6)) +* add QueryItem.Text component ([8f0b7bd](https://github.com/mParticle/aquarium/commit/8f0b7bd3ec432c0ffc985e0bd255e10f6f9feb16)) +* add value props to Qualifier and Cascader ([16042d7](https://github.com/mParticle/aquarium/commit/16042d7079f8175a1665990ac150567e03e421ad)) +* intial add of QueryItem.ValueSelector.Cascader ([c022aa2](https://github.com/mParticle/aquarium/commit/c022aa2c7870ace003346b123893cc765706c178)) +* **queryitem:** adding onchange and converting error danger zone text ([91e945f](https://github.com/mParticle/aquarium/commit/91e945f43bab6debcb0efb59f47111d1aba7a132)) +* **queryitem:** adding QueryItem.Qualifier component ([1fe60d8](https://github.com/mParticle/aquarium/commit/1fe60d82ca2c72d347b78c8edbf26e631a36a7ff)) +* **queryitem:** updating styles and adding error message to qualifier ([fa8a8da](https://github.com/mParticle/aquarium/commit/fa8a8dabe61546f535196054191efcd4ae7ef5ea)) +* rework Cascader OnChange ([a77c44f](https://github.com/mParticle/aquarium/commit/a77c44f6802543ddca2e6c928ba06cf49ad25967)) + ## [1.11.1](https://github.com/mParticle/aquarium/compare/v1.11.0...v1.11.1) (2024-05-07) ## [1.11.1-global-nav-settings-button.1](https://github.com/mParticle/aquarium/compare/v1.11.0...v1.11.1-global-nav-settings-button.1) (2024-04-30) diff --git a/package-lock.json b/package-lock.json index 5fa355a94..95ef63ffd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mparticle/aquarium", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mparticle/aquarium", - "version": "1.11.1", + "version": "1.12.0", "license": "Apache-2.0", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 33d1d6e1f..edd4ea344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mparticle/aquarium", - "version": "1.11.1", + "version": "1.12.0", "description": "mParticle Component Library", "license": "Apache-2.0", "keywords": [