Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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