Skip to content

Releases: sebnitu/vrembem

v4.0.0-next.30

30 Sep 21:08
Compare
Choose a tag to compare
v4.0.0-next.30 Pre-release
Pre-release

🏠 Refactor

  • core, drawer, modal, popover
    • #2051 Refactor which custom properties are queried for in collection entries

✅ Testing

  • #2050 Create page for better testing of Vrembem usage and CSS output

v4.0.0-next.29

27 Sep 17:42
Compare
Choose a tag to compare
v4.0.0-next.29 Pre-release
Pre-release

v4.0.0-next.29 (2024-09-27)

🐛 Bug Fix

  • drawer, modal
    • #2049 Use custom property refs when applying screen variables

v4.0.0-next.28 (2024-09-27)

🐛 Bug Fix

  • core
    • #2048 Add missing space argument in get-hs function

v4.0.0-next.27 (2024-09-27)

🏠 Refactor

  • core
    • #2047 Enable Sass modern API and fix legacy color function calls
  • core, drawer, modal, popover
    • #2046 Create new CollectionEntry class and add lifecycle hooks to Collections API

v4.0.0-next.26

22 Sep 03:20
Compare
Choose a tag to compare
v4.0.0-next.26 Pre-release
Pre-release

🔥 Breaking Changes

  • drawer, modal, popover, vrembem
    • #2035 Remove the option to auto mount on component constructor

🎉 New Feature

  • core, popover
    • #2033 Allow setting popover open and close hover delay using the toggle-delay option
    • #2020 Allow passing popover config via data attribute
  • popover
    • #2028 Add popover teleport functionality
  • drawer, modal
    • #2008 Refactor drawer and add custom properties support
  • core, modal
    • #2007 Add custom properties support to modals

🐛 Bug Fix

  • core, popover
    • #2032 Fix hover event on non-tooltip popovers by tracking hover state
  • popover
    • #2031 Fix base position styles for popover

🏠 Refactor

  • core, drawer, modal, popover
    • #2036 Use inherited properties when creating collection entries
    • #2034 Apply getSetting changes to modal and drawer components
  • button, card, checkbox, dialog, drawer, flex, grid, icon, input, menu, modal, notice, popover, radio, section, switch, table, utility, vrembem
    • #2030 Migrate from using Popper JS to Floating UI
  • popover
    • #2029 Rename popover option hoverToggleDelay to toggleDelay
  • core, dialog, drawer, modal, vrembem
    • #2018 Apply dialog custom property overrides to modal and drawer components

📚 Documentation

  • #2019 Fix code block copy button popover

v3.0.20

22 Sep 03:04
Compare
Choose a tag to compare

🏠 Refactor

  • core
    • #2021 Refactor how focusable selectors is applied

📚 Documentation

  • drawer, modal
    • #1989 Remove inert polyfill

🔨 Chore

  • #1909 Update github workflows

v4.0.0-next.25

24 Aug 02:30
Compare
Choose a tag to compare
v4.0.0-next.25 Pre-release
Pre-release

🎉 New Feature

  • popover
    • #1992 Add and apply handleTooltipClick to focus event popovers

v4.0.0-next.24

24 Aug 01:30
Compare
Choose a tag to compare
v4.0.0-next.24 Pre-release
Pre-release

🎉 New Feature

  • popover, utility
    • #1991 Add basic transition utilities
  • core, popover, vrembem
    • #1990 Improve support for multiple popovers on a single trigger

v4.0.0-next.23

04 Aug 19:04
Compare
Choose a tag to compare
v4.0.0-next.23 Pre-release
Pre-release

🐛 Bug Fix

  • popover
    • #1969 Apply inert attribute on popovers when they're closed

v4.0.0-next.22

04 Aug 01:28
Compare
Choose a tag to compare
v4.0.0-next.22 Pre-release
Pre-release

🐛 Bug Fix

  • popover
    • #1968 Update popover check to avoid false positive with empty object
  • popover
    • #1967 Fix bug where popover tries to open when it no longer exists

v4.0.0-next.20

03 Aug 19:36
Compare
Choose a tag to compare
v4.0.0-next.20 Pre-release
Pre-release

🎉 New Feature

  • popover, vrembem
    • #1966 Refactor popover and add custom properties support
  • button, core, input, menu
    • #1965 Add focus-ring variables and apply to form-controls

v4.0.0-next.19

01 Aug 16:53
Compare
Choose a tag to compare
v4.0.0-next.19 Pre-release
Pre-release

🏠 Refactor

  • button, checkbox, core, menu, radio, switch
    • #1964 Refactor how form-controls handle size calculations