This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
v1.0.1
Thanks to @molleer and @Sponken for making v1.0.1 possible!
This version was a bit too big. But this was due to Gamma soon being released and there are minor changes needed in rdc to make Gamma work.
This version resolves:
- #388 - Hideback button in readOne if there's no readAll view
- #387 - Use useHistoryGoBackOnBack when update is successful
- #386 - DigitTable doesn't expand properly on small sizes and no rows
- #380 - useDigitFormFieldArray doesn't return errors from yup
- #378 - DigitText doesn't have word wrap functionality
- #370 - Search in both Tables are not converted to lower case
- #369 - Add statusRenders and statusHandlers
- #359 - Use 224px as the default width for most inputs such as DigitTextField and DigitSelect
- #357 - Table isn't expanded in readAll for DigitCRUD
- #356 - Pagination isn't reflected properly when you have entered a search term
- #353 - DigitTextArea rows doesn't work.
- #351 - DigitTextArea size={height: "xxx"} doesn't work
Other features that isn't referenced as an issue:
- useDigitFormFieldArray now supports innerInputs, check storybook for an example. Works great for having forms that dynamically can change.
- Add small prop to DigitIconButton
- DigitCRUD: When updating it redirects on success to readOne
- DigitCRUD: Added createProps, updateProps and readOneProps
- DigitHeader/DigitHeaderDrawer: Fix bug with minHeight calculation.