Releases: mlaursen/react-md
@react-md/core@6.5.1
@react-md/core@6.5.0
Minor Changes
- c9efa12: Updated the
Selectcomponent to have a newgetSelectedOptionChildrenprop to dynamically configure the selected option display children for additional customization. #1470
Patch Changes
- 01c4e0a: Fixed the filled text field theme styling for floating labels
- 81a0b0e: Allow the selectedOptionProps.children to override the Select display value
- 7a98aec: Updated the floating label transform behavior to make positioning calculations easiser
- 16dc984: Fixed the Sass circular dependency for divider
- fc2cd20: Fixed the floating legend styles for underline and filled themes
- 99fe90c: Updated all Sass files for the new if function behavior. This might require updating
sass-embeddedorsassto the latest version - #1471 #1472
@react-md/core@6.4.0
Minor Changes
- 12affc4: Added a new
MEDIA_QUERY_CONFIGmutable object to allow global media query changes - 931ce93 - 12affc4: The
Legendis now able to act as a floating label within aFieldset - 12affc4: Updated the WindowSplitter component so it can have a custom background color while inactive - 224dcfa
- 12affc4: Added more CSS variables for the text field component:
base-height,label-height,dense-height,dense-label-height,border-radius,outlined-border-radius
Patch Changes
- 12affc4: Typography no longer inherit overflow by default since it causes clipping in header elements - b7315e0
- 12affc4: The
useNumberFieldhook should now hopefully work correctly in React 19 (29b1b5b) - 12affc4: Updated the layout package to add an error when the
temporaryUntilvalue does not match CSS to help debug issues - d85581c - 12affc4: Started implementing the datetime package by adding a new SpinButton component
@react-md/core@6.3.4
"@react-md/core": patch
Bug fixes:
- The
ProvidedTextFieldPropscorrectly sets theTextFieldChangeHandlerstoRequired - The
Boxcorrectly applies the defaultauto-fitorauto-fillto columns for undefined media queries
@react-md/core@6.3.3
"@react-md/core": patch
"react-md": patch
Bug fixes:
- typo for
GetRangeSliderTestElementsOptionstype name - stop using deprecated
clipcss property - add jest@30 to peer dependencies range
Other changes:
- Bump dependencies to latest
@react-md/core@6.3.2
"@react-md/core": patch
"react-md": patch
Bug fixes:
- The
useFocusContainerhook correctly mergesonEnterandonExit- Nested dialogs only show the top-most overlay animation
- Menus correctly merge
onEnterandonExit
Other changes:
- Updated examples to use the latest templates (
vitehas some new deps and tsconfigs) - bumped safe dependencies to latest
CreateHoverModeContextOptionsprovides docs for thedefaultActiveId
@react-md/core@6.3.1
"@react-md/core": patch
-
Fixed the Button icon-square border-radius
-
Added the missing custom properties to the CSSProperties interface
-
Fixed the NativeSelect base styles
-
Fixed the TextArea and NativeSelect addon position styles
-
Bumped safe dependencies to latest
@react-md/core@6.3.0
"@react-md/core": minor
This release focused on some form improvements as I work towards the full date,
time, and datetime component implementations.
-
The
useTextFieldanduseNumberFieldautomatically reset on a form reset event -
The
FormMessageContainercan now be rendered inline -
Added
useDateFieldandNativeDateFieldcomponent for simple date behavior -
Added
useTimeFieldandNativeTimeFieldcomponent for simple time behavior -
Refactored movement behavior to provide actions allowing for more reuse in complex widgets
-
Increased test coverage
@react-md/core@6.2.1
"@react-md/core": patch
Fixed the Select component not showing the focus outline behavior after splitting form styles into separate files.
@react-md/core@6.2.0
"@react-md/core": minor
"@react-md/material-icons": minor
"react-md": minor
Features
- All hooks, components, and utils that required a
TextExtractornow supportitem.nameanditem.labelby defaultAutocompletealphaNumericSortfuzzySearchcaseInsensitiveSearch
- The
Avatarcolorcan now be type-safe with module augmentation and the newAvatarColorOverridesinterface - The
BoxgridNamecan now be type-safe with module augmentation and the newBoxGridNameOverridesinterface - Added missing
circularProgressandlinearProgressclass name utility functions - (internal): Updated the
PropsWithRefutility type to automatically infer the element type