Releases: dzangolab/react
Releases · dzangolab/react
v0.40.0
0.40.0 (2024-05-17)
Bug Fixes
- layout: visible scrollbar in basic layout (#991) (874f0c7)
- sidebar-menu: change implementation for hiding submenu (#990) (4a39e96)
- sidebar-menu: change the condition to hide user-menu in sidebar (#986) (034bf85)
Features
- user: export sendPasswordResetEmail function from supertokens (#987) (2293929)
- user: get logged in user data from api if not available in localStorage (#989) (090a9d3)
Reverts
v0.39.0
v0.38.0
v0.36.1
v0.36.0
0.36.0 (2024-04-23)
Bug Fixes
- deps: update dependency eslint-plugin-react to v7.34.1 (#909) (6da139e)
- deps: update dependency i18next to v23.11.1 (#910) (5c41c5b)
- deps: update dependency react-hook-form to v7.51.2 (#912) (55d0b83)
- deps: update dependency react-i18next to v14.1.1 (#913) (94b7320)
- deps: update dependency validator to v13.11.0 (#915) (a7c8d31)
- select: update select value to support both array and non-array (#919) (c720c73)
- ui/page: make page subtitle appear below page title (#911) (919adc6)
- useFirstUserSignup: update the condition for redirecting (#924) (16a30e0)
Features
v0.35.1
0.35.1 (2024-04-11)
Bug Fixes
- deps: update dependency @tanstack/react-table to v8.15.3 (#903) (8c9cd9b)
- deps: update dependency eslint-plugin-import to v2.29.1 (#904) (1e979d8)
- deps: update dependency eslint-plugin-prettier to v5.1.3 (#907) (82946ec)
- deps: update dependency i18next-resources-to-backend to v1.2.1 (#906) (6c73abf)
- form: fix type (#895) (915aba9)
- navigation upon verification failure (#900) (2e58011)
v0.35.0
0.35.0 (2024-04-09)
Bug Fixes
- deps: update dependency @hookform/resolvers to v3.3.4 (#874) (4ab2529)
- deps: update dependency @reduxjs/toolkit to v1.9.7 (#875) (c226ab8)
- deps: update dependency i18next-browser-languagedetector to v7.2.1 (#878) (acf4cee)
- deps: update dependency react-redux to v8.1.3 (#883) (4f74f32)
- deps: update dependency zod to v3.22.4 (#884) (4841c5d)
- file-upload: update state of value (#861) (55d6065)
- form/input: update number input to allow 0 as value (#842) (4f8880c)
- form: remove outline on focus from readonly input (#825) (23aac6c)
- google-button: fix width of button (#849) (041829b)
- invitation: fix typo (#832) (7de77a0)
- layout: fix demo layout (#880) (9883cbc)
- layout: fix layout width in mobile view (#853) (36bd908)
- profile: fix the profile button (#879) (f4821aa)
- select: remove the selectedOption state (#891) (27c93bb)
- ui/layout: nav items transitions (#857) (d0fd7ba)
- ui/Table: improve ui and functionality (6c13654)
Features
- button: add border to button (#846) (feaf675)
- demo/form-input: add different modes of input in form input page (#843) (e6ef02d)
- demo/ui/table: add borders examples (#829) (b2b840b)
- form/date-picker: add custom formatting for the date in DatePicker component (#838) (3eec766)
- form/input: add spacing in input widgets (#841) (0f1dae9)
- form/select: add select component to be used in form (#876) (9899e19)
- form: add new FormActions to use accross application (#826) (4a78670)
- form: add number input component (#840) (e334dd3)
- form: add option to hide check mark and green border for valid inputs (#821) (bf7d7a3)
- layout: add noLocaleSwitcher prop for SidebarOnly layout (#854) (87168eb)
- select: add placeholder and renderValue prop (#860) (affdc64)
- ui/Table: add custom data formatter support (#831) (9f7f019)
- ui: add select component (#859) (0da7913)
- uiTable: add display option at action item level (#830) (2403e84)
- user/forgotPassword: add login link after submit button (#847) (622cde8)
- user/Login: fix check mark being visible in login form password… (#759) (a4eda7d)
- user: add
centered
props in all page components in user package (#851) (7c00824) - user: show social login only (#881) (26ee24d)
- user: verify role after successful social login (#885) (5c1b0a3)
v0.34.0
0.34.0 (2024-02-12)
Breaking changes
- layout: remove
<Layout>
and<NullLayout>
components. Can be safely replaced with<></>
- user: update translation key for social login from
user:login.button.googleLoginLabel
touser:login.social.google
Bug Fixes
- layout: use correct css var (9723dd9)
- ui/page: page title taking only 50% with all the time (#816) (52a1b64)
- ui/Table: fetchData not being triggred when fetchData function is updated (#784) (166f0e4)
- user/Signup: confirm-password revalidation on password change (#760) (2ded4f0)
Features
- confirmation-modal: add line height property for message (#785) (7b2e2d2)
- form/input: make readonly input field look different (#794) (465ea55)
- layout: add new header layout (#812) (434101b)
- layout: add new layout components and sidebar-only layout (#802) (62b5500)
- layout: add support for nav group (#805) (3592202)
- layout: update css variables usage (#818) (327e1bd)
- layout: update sidebar-only layout (#803) (6e42172)
- tag: add font size (#808) (ea67090)
- ui + users: update components to use in-house tag component (#798) (13104a5)
- ui/Page: add support for center aligned page content (#790) (a2f1255)
- ui/Table: add display options for actions menu (b9f9a64)
- ui/tag: add tag component (#795) (ef4b282)
- user/Login: refactor Login page + introduce useFirstUserSignup hook (#810) (b292654)
- user/Profile: add support for additional fields in form (#806) (d68ba9d)
- users-table: make name column filterable (#801) (6081a99)