Skip to content

Releases: mlaursen/react-md

@react-md/core@6.5.1

20 Dec 15:17
@react-md/core@6.5.1
abc1358

Choose a tag to compare

6.5.1

Patch Changes

  • f83cf31: Fixed the optional-css-module sass util to work with turbopack
  • b0306dd: Updated code for new eslint rules which mostly changed usage of window to globalThis. This should generally not require any changes on your end.

@react-md/core@6.5.0

18 Dec 23:19
@react-md/core@6.5.0
22df9e6

Choose a tag to compare

Minor Changes

  • c9efa12: Updated the Select component to have a new getSelectedOptionChildren prop 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-embedded or sass to the latest version - #1471 #1472

@react-md/core@6.4.0

05 Dec 01:30
@react-md/core@6.4.0
8d0f1ea

Choose a tag to compare

Minor Changes

  • 12affc4: Added a new MEDIA_QUERY_CONFIG mutable object to allow global media query changes - 931ce93
  • 12affc4: The Legend is now able to act as a floating label within a Fieldset
  • 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 useNumberField hook should now hopefully work correctly in React 19 (29b1b5b)
  • 12affc4: Updated the layout package to add an error when the temporaryUntil value 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

05 Oct 15:08
@react-md/core@6.3.4
b34de67

Choose a tag to compare


"@react-md/core": patch

Bug fixes:

  • The ProvidedTextFieldProps correctly sets the TextFieldChangeHandlers to Required
  • The Box correctly applies the default auto-fit or auto-fill to columns for undefined media queries

@react-md/core@6.3.3

27 Sep 19:42
@react-md/core@6.3.3
acebd8e

Choose a tag to compare


"@react-md/core": patch
"react-md": patch

Bug fixes:

  • typo for GetRangeSliderTestElementsOptions type name
  • stop using deprecated clip css property
  • add jest@30 to peer dependencies range

Other changes:

  • Bump dependencies to latest

@react-md/core@6.3.2

29 Jul 00:56
@react-md/core@6.3.2
5698487

Choose a tag to compare


"@react-md/core": patch
"react-md": patch

Bug fixes:

  • The useFocusContainer hook correctly merges onEnter and onExit
    • Nested dialogs only show the top-most overlay animation
    • Menus correctly merge onEnter and onExit

Other changes:

  • Updated examples to use the latest templates (vite has some new deps and tsconfigs)
  • bumped safe dependencies to latest
  • CreateHoverModeContextOptions provides docs for the defaultActiveId

@react-md/core@6.3.1

11 Jul 02:49
@react-md/core@6.3.1
c61ce10

Choose a tag to compare


"@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

04 Jul 12:15
@react-md/core@6.3.0
ba06bf6

Choose a tag to compare


"@react-md/core": minor

This release focused on some form improvements as I work towards the full date,
time, and datetime component implementations.

  • The useTextField and useNumberField automatically reset on a form reset event

  • The FormMessageContainer can now be rendered inline

  • Added useDateField and NativeDateField component for simple date behavior

  • Added useTimeField and NativeTimeField component 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

03 Jul 22:10
@react-md/core@6.2.1
ee347df

Choose a tag to compare


"@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

13 Jun 18:59
@react-md/core@6.2.0
3289c93

Choose a tag to compare


"@react-md/core": minor
"@react-md/material-icons": minor
"react-md": minor

Features

  • All hooks, components, and utils that required a TextExtractor now support item.name and item.label by default
    • Autocomplete
    • alphaNumericSort
    • fuzzySearch
    • caseInsensitiveSearch
  • The Avatar color can now be type-safe with module augmentation and the new AvatarColorOverrides interface
  • The Box gridName can now be type-safe with module augmentation and the new BoxGridNameOverrides interface
  • Added missing circularProgress and linearProgress class name utility functions
  • (internal): Updated the PropsWithRef utility type to automatically infer the element type