Skip to content

Releases: singularity-ui/core

v4.4.0

19 Aug 09:50
8cdedc7
Compare
Choose a tag to compare

4.4.0 (2022-08-19)

Features

  • contents: add hover background color in Table (#111) (8cdedc7)

v4.3.0

19 Aug 07:36
c49a4cd
Compare
Choose a tag to compare

4.3.0 (2022-08-19)

Features

v4.2.2

28 Jul 12:10
1cd7677
Compare
Choose a tag to compare

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

22 Jul 18:51
dd381ab
Compare
Choose a tag to compare

4.2.1 (2022-07-22)

Bug Fixes

  • sringify errors cases in key generator helper (#102) (dd381ab)

v4.2.0

20 Jun 16:21
32be288
Compare
Choose a tag to compare

4.2.0 (2022-06-20)

Features

  • contents: add custom cell type for Table component (#100) (32be288)

v4.1.0

08 May 23:40
Compare
Choose a tag to compare

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

25 Apr 02:48
bc4b0db
Compare
Choose a tag to compare

4.0.3 (2022-04-25)

Bug Fixes

  • fields: force MarkdownEditor re-rendering on default value change (#87) (bc4b0db)

v4.0.2

25 Apr 00:55
7fa8e6d
Compare
Choose a tag to compare

4.0.2 (2022-04-25)

Bug Fixes

  • build: remove is-hotkey all together (#85) (7fa8e6d)

v4.0.1

25 Apr 00:44
ba17da7
Compare
Choose a tag to compare

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

25 Apr 00:07
a19e2d7
Compare
Choose a tag to compare

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