Skip to content

Releases: Talend/ui

@talend/[email protected]

30 Oct 10:20
f59e03c
Compare
Choose a tag to compare

Minor Changes

  • 76ac44b: feat(TMC-2505/webapp): implement status bubble component

@talend/[email protected]

16 Oct 09:16
555b9f5
Compare
Choose a tag to compare

Minor Changes

  • 3894e01: feat: Better handle collapsible fieldset title for UIForm definitions by using schema title by default

@talend/[email protected]

11 Oct 07:50
7665092
Compare
Choose a tag to compare

Patch Changes

  • 293760b: fix: allow form Textarea to changes number of rows and remove fixed css min-height

@talend/[email protected]

02 Oct 13:56
4eacbe7
Compare
Choose a tag to compare

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]

02 Oct 13:56
4eacbe7
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

11 Sep 07:09
ee82139
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

11 Sep 07:09
ee82139
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

11 Sep 07:09
ee82139
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

11 Sep 07:09
ee82139
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

09 Sep 09:10
ec618b5
Compare
Choose a tag to compare

Minor Changes

  • da838fe: fix(TMC-29799): highlighting selected item in side panel and opening link in new tab