Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.1...v1.12.0) (2024-05-14)

### Bug Fixes

* **cascader:** makes cascader use the aquarium configprovider and theme ([21800e2](21800e2))
* correct QueryItem Cascader and Action cosmetic bugs/flaws ([f5e6032](f5e6032))
* correct usage of Typography in Watermark.stories.tsx ([f8b32cb](f8b32cb))
* fix broken stories due to typography update ([d64be86](d64be86))
* fix QueryItem.ValueSelector.Cascader's selectedDisplayValue type ([e74053d](e74053d))
* **input:** wraps Input.Search in Aquarium ConfigProvider ([0fbba18](0fbba18))
* make onChange prop of QueryItem InputText optional ([7a1532f](7a1532f))
* make QueryItem Cascader options reactive ([50f11bc](50f11bc))
* minor compatibility changes to QueryItem Qualifier and Cascader ([5065bdd](5065bdd))
* minor tweaks to TextInput to make it fully compatible ([be5deab](be5deab))
* PR review suggestions ([f1ed504](f1ed504))
* **queryitem:** change Input.Search to Input in Cascader's popover to prevent preact type error ([80b1469](80b1469))
* remove \dist files accidentally committed ([ef5a16b](ef5a16b))
* remove circle-dashed.svg, it's a duplicate ([aac4829](aac4829))
* remove LESS syntax from query-item.css ([643402c](643402c))
* **typography:** fix exporting/structure of Typography and its subtypes ([cd097f8](cd097f8))
* update more typography stories ([cd3344c](cd3344c))
* yet more typography corrections ([81fce66](81fce66))

### Features

* add Action QueryItem ([f76ea2b](f76ea2b))
* add Help Icon ([6bae0ed](6bae0ed))
* add loadData functionality to QueryItem Cascader ([ced4994](ced4994))
* add placeholder to QueryItem's TextInput ([30bde49](30bde49))
* add QueryItem-related icons ([89fb3b8](89fb3b8))
* add QueryItem.Text component ([8f0b7bd](8f0b7bd))
* add value props to Qualifier and Cascader ([16042d7](16042d7))
* intial add of QueryItem.ValueSelector.Cascader ([c022aa2](c022aa2))
* **queryitem:** adding onchange and converting error danger zone text ([91e945f](91e945f))
* **queryitem:** adding QueryItem.Qualifier component ([1fe60d8](1fe60d8))
* **queryitem:** updating styles and adding error message to qualifier ([fa8a8da](fa8a8da))
* rework Cascader OnChange ([a77c44f](a77c44f))
  • Loading branch information
mparticle-automation committed May 14, 2024
1 parent c358317 commit c74a12e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 3 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mparticle/aquarium",
"version": "1.11.1",
"version": "1.12.0",
"description": "mParticle Component Library",
"license": "Apache-2.0",
"keywords": [
Expand Down

0 comments on commit c74a12e

Please sign in to comment.