Skip to content

Releases: Talend/ui

@talend/[email protected]

02 Sep 14:07
a8ef613
Compare
Choose a tag to compare

Minor Changes

  • 06915b8: Allow to customize drawer's subtitle tag

    Breaking change :

    Props subtitleTagLabel and subtitleTagTooltip are replaced by a props subtitleTag.

    Props subtitleTag has following shape :

    {
        label: PropTypes.string,
        tooltip: PropTypes.string,
        variant: PropTypes.oneOf(TagVariantsNames),
    }
    

    NOTE: While this props are only used by TPD this breaking change is passed as minor change to avoid waiting dataset release

@talend/[email protected]

01 Sep 12:36
239095a
Compare
Choose a tag to compare

Major Changes

  • e5aa63e: Refactor with design system components and design tokens

    Breaking: removed FacetedSearchIcon component

@talend/[email protected]

01 Sep 15:58
9b2e9f4
Compare
Choose a tag to compare

Patch Changes

  • b5d12a7: Export TagVariantsNames from DS module

@talend/[email protected]

01 Sep 12:36
239095a
Compare
Choose a tag to compare

Minor Changes

  • 7923902: Add const to export Tag variations through string array
  • e5aa63e: feat(Popover): add isFixed and hasPadding props

@talend/[email protected]

31 Aug 09:55
be36611
Compare
Choose a tag to compare

Minor Changes

  • 6e850c4: feat(dataviz): allow to build custom legend for linechart

@talend/[email protected]

30 Aug 14:15
1593451
Compare
Choose a tag to compare

Minor Changes

  • 644bc17: feat(dataviz): alter lines in line chart

@talend/[email protected]

29 Aug 12:46
f5b8151
Compare
Choose a tag to compare

Patch Changes

@talend/[email protected]

19 Aug 10:14
ab44aac
Compare
Choose a tag to compare

Patch Changes

  • e6b185e: fix(TDP-11258): get back tilde character for sass imports for compatibility"

@talend/[email protected]

16 Aug 12:27
0d8cc55
Compare
Choose a tag to compare

Patch Changes

  • bd7b582: chore(TDS-6666): disabled split

@talend/[email protected]

09 Aug 10:33
cfea80a
Compare
Choose a tag to compare

Minor Changes

  • abf0bdc: feat: add applyBabelTransformOn support to extend the jest config