Skip to content

Releases: dzangolab/react

v0.21.0

29 Sep 13:05
f16584a
Compare
Choose a tag to compare

0.21.0 (2023-09-29)

Bug Fixes

  • deps: update dependency eslint-config-prettier to v8.10.0 (#550) (d224c49)
  • deps: update dependency eslint-import-resolver-typescript to v3.6.1 (#551) (4e55198)

Features

  • add support to show and hide filter search in tables (#570) (f155c2a)

v0.20.0

15 Sep 09:16
99dc3ed
Compare
Choose a tag to compare

0.20.0 (2023-09-15)

Features

v0.19.0

11 Sep 10:44
6b78aa5
Compare
Choose a tag to compare

0.19.0 (2023-09-11)

Bug Fixes

  • invitation not working if only email field (#559) (b332a5f)

Features

  • add files presentation component to support list view or table … (#558) (ce890ff)

v0.17.0

28 Aug 12:39
7ce5c7a
Compare
Choose a tag to compare

0.17.0 (2023-08-28)

Features

  • form: add FileInput and FileDropzone components (#516) (bf325c3)

v0.16.0

25 Aug 11:44
2a5716d
Compare
Choose a tag to compare

0.16.0 (2023-08-25)

Bug Fixes

  • convert all translation into sentence case (#530) (bff3bd1)
  • deps: update dependency eslint-plugin-react to v7.33.2 (#518) (c828576)
  • ui glitch issue in invitation modal (#522) (9ab8c3d)

Features

  • add support for column toggling (#523) (199addf)
  • add support in data table to support local filtering and sorting (#512) (9a4ecd4)

v0.15.0

15 Aug 06:33
d425da0
Compare
Choose a tag to compare

0.15.0 (2023-08-15)

Bug Fixes

  • deps: update dependency eslint-plugin-react to v7.33.1 (#498) (59cd2dc)
  • deps: update dependency react-hook-form to v7.45.4 (#500) (749f878)
  • deps: update dependency react-redux to v8.1.2 (#501) (eee5f9b)
  • fix the column to display emdash when there is null present (#492) (3898647)

Features

v0.14.0

07 Aug 14:17
944f6e4
Compare
Choose a tag to compare

0.14.0 (2023-08-07)

Breaking changes

  • user: handle invitation operations including add, resend, revoke and accept internally (#488)

Features

  • user: add app support for invitations (#489) (63786d6)
  • user: add components and related api for all invitation features (#488) (adc040f)

v0.13.2

03 Aug 12:32
0989d73
Compare
Choose a tag to compare

0.13.2 (2023-08-03)

Bug Fixes

  • deps: update dependency eslint-plugin-react to v7.33.0 (#471) (2852c93)
  • remove unnecessary space above the header in user table (#478) (ed63700)
  • update invited by column to match the backend response (#481) (c929601)

v0.13.1

26 Jul 11:54
f53d6bc
Compare
Choose a tag to compare

0.13.1 (2023-07-26)

Bug Fixes

  • deps: update dependency react-hook-form to v7.45.2 (#466) (95dc315)
  • exporter: make default exporter synchronous and add separate async version (#467) (1885115)

v0.13.0

26 Jul 08:24
cb9b50f
Compare
Choose a tag to compare

0.13.0 (2023-07-26)

Bug Fixes

  • deps: update typescript-eslint monorepo to v5.62.0 (#442) (d339839)
  • ui for invitation modal (#460) (4a67b5a)
  • update invitations table to match data (#459) (dfeab4e)

Features