Releases: Talend/ui
Releases · Talend/ui
@talend/[email protected]
Minor Changes
- 76ac44b: feat(TMC-2505/webapp): implement status bubble component
@talend/[email protected]
Minor Changes
- 3894e01: feat: Better handle collapsible fieldset title for UIForm definitions by using schema title by default
@talend/[email protected]
Patch Changes
- 293760b: fix: allow form Textarea to changes number of rows and remove fixed css min-height
@talend/[email protected]
Major Changes
-
78b4dbf: [BREAKING] Move the function createTqlQuery to a dedicated package (@talend/react-faceted-search-query-client).
You will need to adapt your code to use this lib
before
import { createTqlQuery } from '@talend/react-faceted-search/lib/queryClient'; import { queryClient } from '@talend/react-faceted-search';
after
import { createTqlQuery } from '@talend/react-faceted-search-query-client' import * as queryClient from '@talend/react-faceted-search-query-client'
@talend/[email protected]
Patch Changes
- Updated dependencies [78b4dbf]
- @talend/[email protected]
@talend/[email protected]
Patch Changes
- 71a6433: fix: update postcss
@talend/[email protected]
Patch Changes
- 71a6433: fix: update postcss
@talend/[email protected]
Patch Changes
- 71a6433: fix: update postcss
@talend/[email protected]
Patch Changes
- 71a6433: fix: update postcss
@talend/[email protected]
Minor Changes
- da838fe: fix(TMC-29799): highlighting selected item in side panel and opening link in new tab