Releases: singularity-ui/core
Releases · singularity-ui/core
v4.4.0
4.4.0 (2022-08-19)
Features
- contents: add hover background color in Table (#111) (8cdedc7)
v4.3.0
4.3.0 (2022-08-19)
Features
v4.2.2
4.2.2 (2022-07-28)
Bug Fixes
- MarkdownEditor: pass down a key from parent to avoid losing focus while on controlled state (#104) (1cd7677)
v4.2.1
4.2.1 (2022-07-22)
Bug Fixes
- sringify errors cases in key generator helper (#102) (dd381ab)
v4.2.0
4.2.0 (2022-06-20)
Features
- contents: add custom cell type for Table component (#100) (32be288)
v4.1.0
4.1.0 (2022-05-08)
Bug Fixes
- fields: add name & id props to MarkdownEditor (ebd2e20)
Features
- fields: expose all components props definitions (#89) (dba8093)
v4.0.3
4.0.3 (2022-04-25)
Bug Fixes
- fields: force MarkdownEditor re-rendering on default value change (#87) (bc4b0db)
v4.0.2
4.0.2 (2022-04-25)
Bug Fixes
- build: remove is-hotkey all together (#85) (7fa8e6d)
v4.0.1
4.0.1 (2022-04-25)
Bug Fixes
- build: include is-hotkey dep in build (#83) (ba17da7)
- fields: handle MarkdownEditor default value when empty (#82) (7990cf4)
v4.0.0
4.0.0 (2022-04-25)
Bug Fixes
- contents: use row id as key in Table (#78) (d360123)
- fields: omit inherited onInput type from MarkdownEditor (#76) (70b2a50)
Features
BREAKING CHANGES
- fields: - All icons use named exports instead of default ones
UNIT
enum constant has been renamed Unit
- MarkdownEditor
onInput
prop has been renamed onChange
- contents:
key
prop is now required for all columns in Table, including action ones