Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency alpinejs to v3.14.0 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alpinejs (source) 3.10.5 -> 3.14.0 age adoption passing confidence

Release Notes

alpinejs/alpine (alpinejs)

v3.14.0

Compare Source

Changed

  • ✨ Enhances clicks with key modifiers #​4209
  • Update transition.md - changed span to div #​4215
  • collapse: remove overflow hidden even if height does not match perfect #​4203
  • Fix error: TypeError: i is not a function #​4204
  • Adjust code block according to example #​4197
  • Higher visibility in docs about needing x-data for things to work #​4194

v3.13.10

Compare Source

Changed

  • Comma modifier to keyup and keydown events #​4170
  • Fix morphing root level state #​4169
  • Fix morph when x-for is used inside x-teleport #​4168
  • Fix form reset for x-model radio, checkbox arrays, select multiple and various modifiers #​4159
  • Wrong plugin name in Sort docs #​4165

v3.13.9

Compare Source

Changed

  • Add "sort" plugin #​4137
  • Add missing plugin warnings #​4158
  • Change to x-sort:item, add sorting class to body, and use x-sort:group #​4161
  • Remove extra destroyTree call #​4151
  • Fix x-on with both self and once #​4152
  • Documentation issue: Event name in code snippet and description doesn't match in dispatch.md #​4141
  • Fix some typos #​4134
  • Chore: remove repetitive words #​4132

v3.13.8

Compare Source

Changed

  • Cleanup after x-bind:class and other attribute modifications #​4111
  • Bug: Fixes x-model.fill when used with debounce #​4103
  • Remove hidden from booleanAttributes #​4099
  • Fix fill modifier for radio buttons #​4101
  • Add missing border to fill example #​4104
  • Fixed persist crash when the stored value is undefined #​4091

v3.13.7

Compare Source

Changed

  • Revert breaking mutation fix #​4084
  • 🐛 Prevents Setting from registering a dependency #​4081

v3.13.6

Compare Source

Changes

v3.13.5

Compare Source

Fixed

v3.13.4

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.13.3...v3.13.4

v3.13.3

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.13.2...v3.13.3

v3.13.2

Compare Source

Changed

  • ✅ Allows underscore in event names #​3756
  • update CSP build/installation docs #​3762
  • use normal single quotes #​3764
  • Gracefully handle SecurityError exception if localStorage is unavailable #​3775
  • ♻️ Cleans Up Entangle #​3792
  • 🐛 Fixes proxy stack setters bug #​3807
  • 🐛 Fixes reference to incorrect attribute #​3814
  • Use Internet Explorer conditional comment syntax to preserve morph markers on Cloudflare-proxied sites #​3794

v3.13.1

Compare Source

Changed

  • ✨ Names expression evaluators #​3765
  • Fix typos #​3771
  • Update installation.md #​3779
  • Fixed webpack 4 builds breaking due to nullish coalescing operator #​3679
  • ♻️ improves merge proxies #​3722
  • x-if warning if used on non-template #​3737
  • clarify execution order of init #​3702
  • Document destroy method in Alpine.data #​3716
  • Fixed a variable typo #​3727
  • fix(morph): currentNode can also be null, not just undefined, fixes #​3728 #​3729

v3.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: alpinejs/alpine@v3.12.3...v3.13.0

v3.12.3

Compare Source

Internal changes release...

v3.12.2

Compare Source

Fixed

v3.12.1

Compare Source

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

v3.12.0

Compare Source

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

v3.11.1

Compare Source

Fixed

  • Hotfix: "outerHashLatest" is not defined

v3.11.0

Compare Source

  • 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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency alpinejs to v3.12.0 Update dependency alpinejs to v3.12.1 May 28, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch 2 times, most recently from 4c328a2 to 615c173 Compare June 1, 2023 03:53
@renovate renovate bot changed the title Update dependency alpinejs to v3.12.1 Update dependency alpinejs to v3.12.2 Jun 1, 2023
@renovate renovate bot changed the title Update dependency alpinejs to v3.12.2 Update dependency alpinejs to v3.12.3 Jul 3, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 615c173 to dea844a Compare July 3, 2023 02:47
@renovate renovate bot changed the title Update dependency alpinejs to v3.12.3 Update dependency alpinejs to v3.13.0 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from dea844a to c267815 Compare August 26, 2023 17:43
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from c267815 to e0bb077 Compare October 3, 2023 02:35
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.0 Update dependency alpinejs to v3.13.1 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from e0bb077 to 5571dce Compare October 19, 2023 05:37
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.1 Update dependency alpinejs to v3.13.2 Oct 19, 2023
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.2 Update dependency alpinejs to v3.13.3 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 5571dce to d3272cf Compare November 20, 2023 08:36
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from d3272cf to 25a509b Compare January 23, 2024 11:54
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.3 Update dependency alpinejs to v3.13.4 Jan 23, 2024
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.4 Update dependency alpinejs to v3.13.5 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 25a509b to 32aea8a Compare January 24, 2024 15:01
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.5 Update dependency alpinejs to v3.13.6 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch 2 times, most recently from bf2bbb2 to b041c86 Compare March 9, 2024 05:46
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.6 Update dependency alpinejs to v3.13.7 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from b041c86 to 03bb4b8 Compare April 2, 2024 17:49
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.7 Update dependency alpinejs to v3.13.8 Apr 2, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 03bb4b8 to 2d182d8 Compare April 22, 2024 05:21
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.8 Update dependency alpinejs to v3.13.9 Apr 22, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from 2d182d8 to f09e94c Compare April 24, 2024 23:36
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.9 Update dependency alpinejs to v3.13.10 Apr 24, 2024
@renovate renovate bot force-pushed the renovate/alpinejs-3.x-lockfile branch from f09e94c to 540bfd2 Compare May 23, 2024 02:40
@renovate renovate bot changed the title Update dependency alpinejs to v3.13.10 Update dependency alpinejs to v3.14.0 May 23, 2024
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.

None yet

0 participants