Skip to content

Releases: reshaped-ui/reshaped

v4.0.0-canary.5

19 Apr 09:21

Choose a tag to compare

v4.0.0-canary.5 Pre-release
Pre-release

reshaped

Major Changes

  • #608 ae503dd Thanks @blvdmitry! - Overlay: Removed number support from transparency

  • #608 be03657 Thanks @blvdmitry! - Tabs: Renamed pills-elevated to pills-raised and updated its design

  • #608 32f5122 Thanks @blvdmitry! - Select: renderValue is required for multiselection

  • #608 ceee808 Thanks @blvdmitry! - Card: renamed elevated to elevation prop with base, raised and overlay values

  • #608 34884a2 Thanks @blvdmitry! - Select: Moved to explicit trigger rendering with SelectTrigger instead of scanning for children

  • #608 dffd2b6 Thanks @blvdmitry! - Button: Removed deprecated position property in aligner

  • #608 f75412c Thanks @blvdmitry! - Stepper: Deleted component

  • #608 05f81ff Thanks @blvdmitry! - Toast: Removed provider-level toastOptions and moved width control to per-toast show() calls.
    Added width support to toast options with short and long presets (as well as custom CSS width values), where collapsed stacks use the latest toast width and expanded stacks restore each toast's original width.
    Updated toast API by replacing size with orientation and removing inverted color.

  • #608 1fce403 Thanks @blvdmitry! - Button: Removed faded variant

  • #608 34884a2 Thanks @blvdmitry! - Select: Removed Select.Custom and made custom rendering as default

  • #608 162197f Thanks @blvdmitry! - ActionBar: Removed from the library in favor of View

  • #608 5231fdf Thanks @blvdmitry! - Select: inputAttributes now correctly always apply to the input/select element, SelectTrigger got a new triggerAttributes prop for linking it with the flyout

  • #608 8d5904f Thanks @blvdmitry! - Flyout: Removed deprecated forcePosition and fallbackMinWidth props

  • #608 67389cb Thanks @blvdmitry! - Carousel: Dropped CarouselInstanceRef in favor of CarouselInstance type

  • #608 f75412c Thanks @blvdmitry! - Timeline: Deleted component

  • #608 8fdb766 Thanks @blvdmitry! - Divider: renamed offset to inset and updated it to use unit tokens instead of string px values

  • #608 0db8f41 Thanks @blvdmitry! - MenuItem: Removed roundedCorners property

  • #608 a65faee Thanks @blvdmitry! - Scrim: Deleted component

  • #608 1fce403 Thanks @blvdmitry! - Hokey: Deleted component in favor of using Badge

  • #608 a492935 Thanks @blvdmitry! - Reshaped: Updated default theme to slate

  • #608 aba50d0 Thanks @blvdmitry! - Autocomplete, Checkbox, HiddenInput, Radio, Select, Switch, TextArea, TextField: Dropped onFocus and onBlur in favor of attributes

  • #608 d2eb744 Thanks @blvdmitry! - Flyout, Popover: added scrollable element with its own className and attributes, padding moved to it insted of .inner

  • #608 553ca6e Thanks @blvdmitry! - Badge: Removed outline variant, update icon sizes/gaps/paddings

  • #604 9d06cf9 Thanks @blvdmitry! - ProgressBar: renamed Progress to ProgressBar

  • #608 bd2c0f2 Thanks @blvdmitry! - TextField: Updated default endSlotPadding to 2, layout improvements

  • #608 1fce403 Thanks @blvdmitry! - Button: Renamed elevated to raised

  • #608 553ca6e Thanks @blvdmitry! - Text: Updated the variant names to match the new typography tokens

  • #608 be03657 Thanks @blvdmitry! - Tabs: Removed automatic defaultValue detection in favor of manually passing it

  • #608 08c6441 Thanks @blvdmitry! - View: aspectRatio no longer overrides children ratio and only changes the dimensions of the view itself

Minor Changes

Read more

v3.10.3

16 Apr 20:59

Choose a tag to compare

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.3

reshaped

Patch Changes

  • db2f0c6 Thanks @blvdmitry! - Added missing reduced motion checks for components relying on transition evens

  • Updated dependencies []:

    • @reshaped/headless@3.10.3

v3.11.0-canary.4

02 Apr 19:35

Choose a tag to compare

v3.11.0-canary.4 Pre-release
Pre-release

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.11.0-canary.4

reshaped

Patch Changes

  • abe3012 Thanks @blvdmitry! - Flyout: enabled dismissible queue for hover flyouts

  • #610 117ec29 Thanks @blvdmitry! - Flyout: Fixed shadow dom and nested modal positioning

  • Updated dependencies []:

    • @reshaped/headless@3.11.0-canary.4

v3.11.0-canary.1

15 Mar 23:43

Choose a tag to compare

v3.11.0-canary.1 Pre-release
Pre-release

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.11.0-canary.1

reshaped

Patch Changes

  • dc6ba78 Thanks @blvdmitry! - useElementId: exported from headless

  • Updated dependencies []:

    • @reshaped/headless@3.11.0-canary.1

v3.10.2

05 Mar 20:07

Choose a tag to compare

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.2

reshaped

Patch Changes

  • a945557 Thanks @blvdmitry! - Flyout: Fixed safeArea timeout edge case causing the timer to stop without restarting

  • Updated dependencies []:

    • @reshaped/headless@3.10.2

v3.10.1

04 Mar 22:00

Choose a tag to compare

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.1

reshaped

Patch Changes

  • 52221cc Thanks @blvdmitry! - Fixed postcss-custom-media import

  • Updated dependencies []:

    • @reshaped/headless@3.10.1

v3.10.0

04 Mar 21:54

Choose a tag to compare

@reshaped/headless

Minor Changes

Patch Changes

reshaped

Minor Changes

  • b1381a3 Thanks @blvdmitry! - useKeyboardArrowNavigation: extracted to @reshaped/headless

  • 63836d6 Thanks @blvdmitry! - useOnClickOutside: extracted to @reshaped/headless

  • #572 e69c177 Thanks @blvdmitry! - Extracted Reshaped provider and all of its dependencies into @reshaped/headless

  • cdb1094 Thanks @blvdmitry! - useHandlerRef: Exracted to @reshaped/headless

  • c3fe7b1 Thanks @blvdmitry! - useScrollLock: extracted to @reshaped/headless

  • 076b649 Thanks @blvdmitry! - useToggle: extracted to @reshaped/headless

  • 8f210fa Thanks @blvdmitry! - Actionable: Extracted to @reshaped/headless

  • #571 48dbffb Thanks @blvdmitry! - Flyout, Popover, DropdownMenu, Tooltip, ContextMenu, Autocomplete: Added contentZIndex property

  • #569 cb5a628 Thanks @erickcelio! - Modal/Overlay: Adding the contained prop to control whether the component should be contained within the container element.

Patch Changes

  • #565 f84659d Thanks @blvdmitry! - classNames: moved to @reshaped/utilities and re-exported from reshaped

  • #561 9d50a3e Thanks @petewins! - Fix Select component to support native optgroup elements. The component now correctly recognizes <optgroup> elements as valid containers for options, allowing native select dropdowns to render with grouped options.

  • #584 6d716e4 Thanks @blvdmitry! - ButtonGroup: Fixed separator color in the disabled button group

  • ab5a698 Thanks @blvdmitry! - Added outline tokens support in the tailwind integration

  • aa26010 Thanks @blvdmitry! - PinField: Fixed container scroll on focus

  • 875c365 Thanks @blvdmitry! - Badge: Fixed touch hitbox styles

  • 1896c60 Thanks @blvdmitry! - Modal: fix incorrect max-height value for the bottom position

  • #562 b81637f Thanks @blvdmitry! - Actionable: Updated render prop attributes types to better match router libraries types

  • e67ea70 Thanks @blvdmitry! - Flyout: Removed the safe area buffer

  • 1811785 Thanks @blvdmitry! - Updated build order

  • 1c65f9b Thanks @blvdmitry! - Updated slate theme neutral colors reducing their chroma

  • 9b815e6 Thanks @blvdmitry! - Added stories to the build output

  • #582 0064c14 Thanks @blvdmitry! - Text: Added semibold and extrabold weight support

  • c5cc8c5 Thanks @blvdmitry! - Modal: Fixed scroll locking when using together with swipe gestures

  • #592 7295d3e Thanks @blvdmitry! - Overlay: Added support for rendering other portals inside the overlay without triggering onClose when clicking inside them

  • #566 290dab3 Thanks @its-monotype! - Fix Slider to trigger onChangeCommit when changing values via keyboard interactions.

  • #583 20be540 Thanks @pascalduez! - Add @types/culori to reshaped package dependencies.
    Fix a Typescript error surfacing on projects without the skipLibCheck option set.

  • 763b71b Thanks @blvdmitry! - Updated tailwind theme definitions

  • #593 [b6b62b3](b6b62b3f6555c...

Read more

v3.10.0-canary.16

11 Feb 21:24

Choose a tag to compare

v3.10.0-canary.16 Pre-release
Pre-release

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.0-canary.16

reshaped

Patch Changes

  • 1811785 Thanks @blvdmitry! - Updated build order

  • Updated dependencies []:

    • @reshaped/headless@3.10.0-canary.16

v3.10.0-canary.15

11 Feb 21:07

Choose a tag to compare

v3.10.0-canary.15 Pre-release
Pre-release

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.0-canary.15

reshaped

Patch Changes

  • c5cc8c5 Thanks @blvdmitry! - Modal: Fixed scroll locking when using together with swipe gestures

  • Updated dependencies []:

    • @reshaped/headless@3.10.0-canary.15

v3.10.0-canary.14

11 Feb 20:40

Choose a tag to compare

v3.10.0-canary.14 Pre-release
Pre-release

@reshaped/headless

Patch Changes

  • Updated dependencies []:
    • @reshaped/utilities@3.10.0-canary.14

reshaped

Patch Changes

  • ccb87a5 Thanks @blvdmitry! - Flyout: Addded additional edge cases handling for flyout closing

  • Updated dependencies []:

    • @reshaped/headless@3.10.0-canary.14