Download Latest Version v3.10.2 source code.zip (811.1 kB)
Email in envelope

Get an email when there's a new version of Reshaped

Home / reshaped@3.9.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-21 16.3 kB
v3.9.0 source code.tar.gz 2025-12-21 429.9 kB
v3.9.0 source code.zip 2025-12-21 765.9 kB
Totals: 3 Items   1.2 MB 0

@reshaped/core

Patch Changes

reshaped

Minor Changes

  • #530 aa2872c Thanks @blvdmitry! - Tabs: Added disableSelectionAnimation flag

  • #509 fcb5d91 Thanks @blvdmitry! - Calendar: added monthsToRender support

  • 7423b9a Thanks @blvdmitry! - Calendar: renderDateSlot support Text: Fixed text alignment reset

  • dbb1476 Thanks @blvdmitry! - - Avatar: Added semi transparent outline for better visual contrast between the image and the page background

  • Badge: Added support for clickable badges
  • FileUpload: Added support for non-trigger buttons inside the dropzone

  • #477 6d73d64 Thanks @blvdmitry! - - Select: renamed OptionGroup to Group, old naming is still available for backwards compatibility

  • Select: made Group label optional
  • Select: added support for custom children components in Select.Custom

  • 1aa5ae3 Thanks @blvdmitry! - HiddenInput: converted private to a public utility exported from the library

  • 1b6c05d Thanks @blvdmitry! - - Text: Added numeric flag

  • FileUpload: Added transition for the inline variant with outline
  • FileUpload: Added support for rendering links inside the dropzone

  • #519 2d54ccc Thanks @blvdmitry! - Calendar: Added support for an array of disabled dates

  • bbf07a8 Thanks @blvdmitry! - Scrim: Added padding, paddingInline, paddingBlock, borderRadius support

  • #511 bd82c0e Thanks @blvdmitry! - Calendar: Added month and onMonthChange support

  • 55d5a07 Thanks @blvdmitry! - - Image: added outline property

  • Avatar: migrated to Image component internally

  • #520 e1f551d Thanks @blvdmitry! - Flyout: Switched flyout position calculation to style.setProperty

  • #481 62441ec Thanks @blvdmitry! - - Divider: Added offset property

  • Divider: Added color property
  • Select, DropdownMenu, Popover, Tooltip, Flyout: Added positionRef prop to calculate the position of the content relative to a different element

  • 4763825 Thanks @blvdmitry! - FileUpload: disabled property support

  • #476 d8eb69b Thanks @blvdmitry! - - Select: Fixed react node rendering of the selected value

  • Select: Support passing null as startSlot to hide the default checkmark icon
  • Select: Added renderValue prop to customize the value rendering in custom select

  • 5246549 Thanks @blvdmitry! - Flyout, Popover, DropdownMenu, ContextMenu, Autocomplete: Added contentMaxHeight support

Patch Changes

  • bca3487 Thanks @blvdmitry! - Fixed incorrect color compilation

  • 6c210f4 Thanks @blvdmitry! - Updated reduced motion reset to use correct 0s animation duration

  • #521 b4fffb8 Thanks @blvdmitry! - Flyout: fixed handleMouseLeave for triggerType hover after the timeout removal

  • #534 1eb06cb Thanks @blvdmitry! - - Tooltip, Flyout: Added contentMaxWidth support

  • Flyout: Added small screen position fallbacks

  • f5183cb Thanks @blvdmitry! - Updated publish scripts

  • 2c58151 Thanks @blvdmitry! - ButtonGroup, ToggleButtonGroup: added support for fullWidth buttons

  • aee5a55 Thanks @blvdmitry! - Actionable: Only show focus ring for labels when keyboard mode is enabled

  • 6db15b6 Thanks @blvdmitry! - Updated release process

  • #542 0b2008a Thanks @blvdmitry! - fix(Flyout): added a timeout for hover type submenus

  • #531 a7ea5e7 Thanks @blvdmitry! - Tabs: Fixed scrolling detection inside small-sized View children

  • 987df81 Thanks @blvdmitry! - Slider: Added support for keyboard navigation after changing the value with mouse

  • #540 59b23f3 Thanks @blvdmitry! - Switched project to a monorepo

  • #535 2bc837a Thanks @blvdmitry! - - Flyout: Correctly calculate fallbackMinHeight and fallbackMinWidth when rendered in document.body

  • Flyout: Fixed trigger type hover mouseLeave handler edge cases

  • a0f2bba Thanks @blvdmitry! - Tabs: Fixed shadow clipping in equal width tabs with pills-elevated variant

  • 70086f7 Thanks @blvdmitry! - FileUpload: Synced focus ring border radius

  • effa062 Thanks @blvdmitry! - Popover: Aligned the border styling approach with Card

  • 877f557 Thanks @blvdmitry! - Calendar: Fixed end date selection for timezone edge cases

  • 7387577 Thanks @blvdmitry! - Button: Fixed horizontal aligner padding value for icon only buttons

  • d2ba0a4 Thanks @blvdmitry! - Flyout: Updated content z-index

  • 7a85600 Thanks @blvdmitry! - Flyout: Updated content z-index

  • #527 6209265 Thanks @blvdmitry! - ScrollArea: Fixed horizontall scrolling ratio on thumb dragging

  • c5f162f Thanks @blvdmitry! - Select: Handler keydown when input is focused

  • 0707a48 Thanks @blvdmitry! - Updated ignored files

  • a5b7cd0 Thanks @blvdmitry! - Actionable: Automatically add focus ring for labels with hidden inputs inside

  • d8fec9f Thanks @blvdmitry! - Updated dependencies

  • #536 f4862c7 Thanks @blvdmitry! - Simplified generic types for components supporting a combination of as and attributes, helps with easier implementation of wrapper components inheriting the types

  • 65fc994 Thanks @blvdmitry! - Badge: Added transitions for switching between colors and ariants

  • bd54b79 Thanks @blvdmitry! - Tooltip: Disable group timeouts for controlled tooltips

  • 11a667a Thanks @blvdmitry! - DropdownMenu, Select: Enable circular navigation

  • 7387577 Thanks @blvdmitry! - Icon: Added color transition to align with Text

  • 19a9a3c Thanks @blvdmitry! - Updated global body min-heigh reset to use dvh

  • #522 5d7240a Thanks @blvdmitry! - Flyout: Relaxed reducer conditions to avoid transition edge cases

  • 5d94cee Thanks @blvdmitry! - Badge: as support

  • 7725506 Thanks @blvdmitry! - Flyout: Fixed close handler for dropdown menus with mutltiple levels of nesting

  • d8c7c6c Thanks @blvdmitry! - Updated release process

  • d7745fb Thanks @blvdmitry! - - Flyout: Improved the speed of switching between within a tooltip group

  • DropdownMenu: Kept the hide animation when triggerType is hover

  • 5ed9e4b Thanks @blvdmitry! - Updated externals for the vite bundle

  • cd68d7d Thanks @blvdmitry! - Forcing a release after updating npm tokens

  • 532135e Thanks @blvdmitry! - Popover: Moved border radius styles to the root element

  • f59b30a Thanks @blvdmitry! - Image: Added missing fallback image attributes

  • 8a54d20 Thanks @blvdmitry! - Reshaped: Moved font theme reset to the reset layer

  • 0374264 Thanks @blvdmitry! - Updated release process

  • ec6bcbd Thanks @blvdmitry! - Flyout: Fixed content resizing during children mutations with fallbackAdjustLayout used

  • #533 95e634d Thanks @blvdmitry! - - Tooltip: Added instanceRef support

  • Flyout: Added automatic position updates on content resize

  • 63747fb Thanks @blvdmitry! - Flyout: Removed horizontal scrolling from the fallbackAdjustLayout

  • #528 8e35bbc Thanks @blvdmitry! - Modal: Fixed large modal scrolling when using responsive position

  • a0f2bba Thanks @blvdmitry! - Slider: Prevent page scrolling when dragging the thumb on touch devices

  • bb34749 Thanks @blvdmitry! - Flyout: fixed passed width

Source: README.md, updated 2025-12-21