Releases: dzangolab/react
Releases · dzangolab/react
v0.21.0
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.19.0
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
0.17.0 (2023-08-28)
Features
- form: add FileInput and FileDropzone components (#516) (bf325c3)
v0.16.0
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
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
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
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
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
0.13.0 (2023-07-26)
Bug Fixes
Features