v1.5.1May 8, 2024
๐ Prismane Version 1.5.1
๐งพ Release Notes
This new version fixes multiple issues across field components, styling issues, type issues, and some functionality issues.
๐ Bug Fixes
Components
- - NativeSelectField: Fixed the functionality of the
disabled
andreadOnly
props. - - NumberField: Fixed the functionality of the
disabled
andreadOnly
props. - - PinField: Fixed the functionality of the
disabled
andreadOnly
props. - - SelectField:
- - Fixed the functionality of the
disabled
andreadOnly
props. - - Fixed an issue where the dropdown container made the field higher than others.
- - Fixed the functionality of the
- - SegmentedField: Fixed the functionality of the
disabled
andreadOnly
props. - - NativeDateField: Fixed the functionality of the
disabled
andreadOnly
props. - - PasswordField:
- - Fixed the functionality of the
disabled
andreadOnly
props. - - Fixed an issue where the hidden input obstructed the layout of the fields.
- - Fixed an issue where only a given set of properties were passed to each field.
- - Fixed the functionality of the
- - TextField: Fixed the functionality of the
disabled
andreadOnly
props. - - TextareaField: Fixed the functionality of the
disabled
andreadOnly
props. - - Button:
- - Fixed inconsistent background color on secondary variant in dark mode.
- - Fixed the border color when having a variant of
tertiary
and the button is hovered.
- - Transition: Fixes an issue where the
property
prop did not change thetransition-property
style. - - Menu: Fixed an issue where the menu was not scrollable if it exceeded a given height.
Typescript
- - Accordion.Icon: Fixed the prop type for the
active
parameter of thechildren
prop if provided as a function. - - Container: Fixed the prop type for the
maxSize
prop to allow any valid numeric or string value too. - - Gradient: Fixed the prop types for the
from
,to
, anddeg
props making them not required. - - Grid: Fixed the prop types for the
templateColumns
andtemplateRows
props. - - AutocompleteField: Fixed the prop type for the function passed to the
filter
prop. - - Fixed the type of the
sx
prop.