Skip to content
Compare
Choose a tag to compare
@build-travis-ci build-travis-ci released this 08 Nov 16:24
· 836 commits to master since this release
b6023c2

Major Changes

  • 105990b: feat(SubHeaderBar): replace EditableText legacy component by InlineEditing Coral component.

    Breaking:

    • onEdit and onCancel props has been removed. They are now directly handled by the InlineEditing component.
    • onSubmit callback signature changed from onSubmit(event: JSEvent, { value: string }) to onSubmit(event: JSEvent, value: string) the returned value from the InlineEditing component is not wrapped within an object containing only one value property. You now have the value directly.

Minor Changes

Patch Changes

  • ef39776: fix(List): separator alignment for persistent actions
  • c0ed60e: chore(TDS-6840): use DS ButtonIcon in collapsible and legacy datepicker