Exact dependencies that you need to use react-digit-components:
{
"axios": "0.21.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-router-dom": "5.2.0",
"styled-components": "5.2.1"
}
Thanks for helping with creating v1.0.3
@molleer, @Sponken, and @lir108!
Resolves a lot of issues with Gamma helpers. They were basically unusable in v1.0.2
unfortunately. But here are the relevant issues that were resolved that affects you the user:
-
#350 Adds documentation about size, flex, margin, padding, justifySelf and alignSelf.
-
#393 Add
<DigitRating />
-
#400 Add documentation about extraButton in
<DigitEditDataCard />
-
#408 Add a
signOut
property for<DigitGammaActions />
-
#409 Resolve bug with loading wasn't set to false when
redirectAutomatically
was set to true. -
#410 Add
gridRow
andgridColumn
to each component so that they easily can integrate withdisplay: grid;
. -
#415 Add missing proptypes for
<DigitButton />
-
#419 Resolve issue with search of
<DigitAutoCompleteSingle />
/<DigitAutocompleteMultiple />
. -
#421 Resolve issue with
<DigitTextField />
/<DigitTextArea />
where a null value and a max length would crash -
#423 Resolve issue where one couldn't use
<DigitDateAndTimePicker />
inside a dialog. -
#425 Resolve issue with pressing a details button in a
<DigitSelectMultipleTable />
would select the checkbox -
#426 Add missing documentation for
<DigitGammaActions />
-
Add
<DigitSwipeableDrawer />
-
Add
disableReadOne
to<DigitCRUD />
-
Add
overflow
prop to<DigitDesign.Card />
and<DigitLayout.Flex />
-
Add
cardProps
andcardBodyProps
where you can edit the<DigitDesign.Card />
and<DigitDesign.CardBody />
respectively inside<DigitEditDataCard />
-
Add the possibility to use
formatEvent
for<DigitEditData />
/<DigitEditDataCard />
.