Releases: Talend/ui
Releases · Talend/ui
@talend/[email protected]
Patch Changes
- a99154a: fix: use min.css in cdn config
@talend/[email protected]
Minor Changes
- c02aeb6: add the capability to skip commas with backslash char
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- 262e600: fix: move exported values of UIForm into the class as static values
- Updated dependencies [617ec14]
- Updated dependencies [a99154a]
- @talend/[email protected]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [617ec14]
- Updated dependencies [a99154a]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [a99154a]
- @talend/[email protected]
- @talend/[email protected]
@talend/[email protected]
Major Changes
-
c815ba1: - Support multi column selection.
- The main components were migrated to typescript
- Better separation of concern between data mapping & grid rendering
- To render a dataset sample, use
DatasetSerializer.getColumnDefs
- To render data from another source, build your own
columnDefs
- To render a dataset sample, use
- Replaced enzyme by RTL
Lots of breaking changes on this one, to have a cleaner API and a faster grid.
API changes:
- [Props]
columnSelection
: defaults to single - [Props]
onColumnSelectionChanged
: triggered when selected column(s) changed - [Props]
selection.columnIds
: controlled column selection
API breaking changes:
- [Props]
avroRenderer
removed (not used) - [Props]
data
andgetRowDataFn
removed: userowData
instead (less parsing + cleaner API) - [Props]
cellRenderer
,headerRenderer
,pinHeaderRenderer
removed: setcolumnDef.cellRenderer
andcolumnDef.headerComponent
instead - [Props]
getPinnedColumnDefsFn
,getColumnDefsFn
,getValueByCellFn
removed: usecolumnDefs
instead - [Export]
DatasetSerializer
is no longer export asDatagrid.components.DatasetSerializer
, useimport { DatasetSerializer } from '@talend/react-datagrid'
Deprecations:
- Replace default cmfModule import (
Datagrid.components.MyComponent
) by named imports
Minor Changes
- 2a7278a: Allow column size persistence to local storage
- 1df17eb: Highlight cells with same values
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [617ec14]
- Updated dependencies [a99154a]
- @talend/[email protected]
- @talend/[email protected]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [c02aeb6]
- Updated dependencies [a99154a]
- Updated dependencies [262e600]
- @talend/[email protected]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [617ec14]
- Updated dependencies [a99154a]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- a99154a: generate minified css using dot min in the name of it
@talend/[email protected]
Major Changes
- 617ec14: Tabs: Removed className possibilities. Composition mode is not the default anymore.
Minor Changes
- a99154a: generate minified css using dot min in the name of it
Patch Changes
- Updated dependencies [a99154a]
- @talend/[email protected]
@talend/[email protected]
Minor Changes
- f162ec2: feat: add support for package-lock.json