Skip to content

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Jun 5, 2023

Snyk has created this PR to upgrade @alpinejs/collapse from 3.10.3 to 3.12.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 6 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-05-11.
Release notes
Package name: @alpinejs/collapse
  • 3.12.1 - 2023-05-11

    Added

    • Support for registering multiple plugins at once: Alpine.plugin([...]) #3497
    • Add warning to prevent Alpine from being loaded twice on the same page #3565
    • Add descriptive warning for undefined x-for key and updates tests. #3498

    Fixed

    • Fix x-for scope updates when looping through x-data elements #3504
    • Exclude dependencies from non-CDN builds #3459
    • Make x-transition delay syntax consistent with duration syntax #3476
    • Fix throttle/debounce user callback after preventDefault/stopPropagation is executed #3481
    • Make .fill work with selects and other modifiers #3495
    • Fix morphing @ event handlers #3494
    • Allow Booleans in bound x-transitions #3519
    • Handle special binding case for 'checked' and 'selected' #3535
    • Fix Safari AutoFill #3483
    • Fix duplicate/inaccurate test #3520
    • Fix typo on alt "component" #3541
    • Attempt memory leak fix from using magics #2832
  • 3.12.0 - 2023-03-07

    Added

    • x-model.fill by input value on null or empty string #3423
    • x-mask custom decimal precision #3415
    • x-mask $money allow for negative values #3416
    • Accept x-data="true" as a synonym for x-data="{}" #3339

    Fixed

    • 🐛 fixes improper use of nullish coalescing #3408
    • Fixes @ keyup and @ keydown listeners with .capture modifier never executed #3398
    • Remove Alpine UI references from Alpine core #3336
    • Update CSP documentation to clarify availability of the CSP build #2619
    • Fix x-model event listener doubling when cloned #3393
    • docs: Fix a few typos #3363
    • Fix Alpine.js becoming unresponsive after uncaught exception in reactive effect callback #3279
    • Fix inconsistent update for template x-if (issue #2803) #3278
  • 3.11.1 - 2023-01-17

    Fixed

    • Hotfix: "outerHashLatest" is not defined
  • 3.11.0 - 2023-01-17
    • Support for custom directive order #3307
    • Fix recursion problem with x-trap inert #3309
    • x-mask: Allow overriding thousands separator #3122
    • Remove letters from money mask #3174
    • Allow await in invalid expression wrapper #3146
    • Fixed throttling on keypress #3054
    • Introduce x-teleport values/modifiers #3268
    • Refactor: remove next tick import #3163
    • Fix: prevents coercion of space and underscore to minus #3134
    • Use supercommas to break up comma-containing list items #3125
    • Docs: switch unpkg to jsdelivr #3048
  • 3.10.5 - 2022-10-25

    Added

    Fixed

  • 3.10.4 - 2022-10-07

    Changed

    • Process headless Alpine UI component directives before standard Alpine ones (namely x-bind)
  • 3.10.3 - 2022-07-21

    Added

    • Add x-show.important #3002
    • Add autofocus awareness to the focus plugin #2946

    Fixed

    • Change Morph plugin to use createElement('template').content for crating DOM fragments, this enables table / support. #3020
    • Fix x-show updating DOM inconsistently if state changes too fast #2968
    • Allow disabling x-mask with a falsy value #2945
    • Fix x-mask $money with bad input #2876
    • change "Alpine.store(...)" link to /globals/alpine-store #2870
from @alpinejs/collapse GitHub release notes
Commit messages
Package name: @alpinejs/collapse
  • b5920c2 Release v3.12.1
  • e579cc8 Fix tests after npm update
  • 7201ff1 More plugin Shapes (#3497)
  • 117668f Bug: Updates correct scope when x-for looping over element with x-data (#3504)
  • b6917d9 Exclude dependencies from non-CDN builds (#3459)
  • e394a47 Make x-transition delay syntax consistent with duration syntax (#3476)
  • c6cee92 throttle/debounce user callback after preventDefault/stopPropagation is executed (#3481)
  • a0a6b74 Merge branch 'main' into morph-@ click
  • 2018f5f wip
  • f9e4473 Add monkey patch
  • 8c9786d Revert change
  • 0f17459 wip
  • 61afc45 🐛 Makes .fill work with selects and other modifiers (#3495)
  • 8e35eef wip
  • 9ad43f1 feat: Adds descriptive warning for undefined x-for key and updates tests. (#3498)
  • 3a75b62 Add warning to prevent Alpine from being loaded twice on the same page (#3565)
  • ec73d44 🐛 Allows Booleans in bound x-transitions (#3519)
  • 36156c2 Handle special binding case for 'checked' and 'selected' (#3535)
  • 6d23457 🐛 Fixes Safari AutoFill (#3483)
  • 8d23398 ✅ Fixes duplicate/inaccurate test (#3520)
  • 5b88c86 fix: typo on alt "component" (#3541)
  • 61bef0d Attempt memory leak fix from using magics (#2832)
  • 7f249c5 🐛 Enabled morphing @ event handlers
  • 6142a83 Remove "UI" docs sidebar heading

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant