build-travis-ci
released this
08 Nov 16:24
·
836 commits
to master
since this release
Major Changes
-
105990b: feat(SubHeaderBar): replace
EditableText
legacy component byInlineEditing
Coral component.Breaking:
onEdit
andonCancel
props has been removed. They are now directly handled by theInlineEditing
component.onSubmit
callback signature changed fromonSubmit(event: JSEvent, { value: string })
toonSubmit(event: JSEvent, value: string)
the returned value from theInlineEditing
component is not wrapped within an object containing only onevalue
property. You now have thevalue
directly.
Minor Changes
- 2be2c3f: feat: add typings