- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Comparing changes
Open a pull request
base repository: alpinejs/alpine
base: v3.13.3
head repository: alpinejs/alpine
compare: v3.13.4
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc5ce15 - Browse repository at this point
Copy the full SHA dc5ce15View commit details
Commits on Nov 29, 2023
-
Fix x-disclosure when used with x-collapse transitioning in on the pa…
…ge load instead of showing up instantly
Configuration menu - View commit details
-
Copy full SHA for 1212d22 - Browse repository at this point
Copy the full SHA 1212d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for afefff6 - Browse repository at this point
Copy the full SHA afefff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ceeb4 - Browse repository at this point
Copy the full SHA d2ceeb4View commit details
Commits on Dec 1, 2023
-
Improve combobox performance (#3898)
* Refactor activeKey to switchboard for faster mouse hovers * Optimize destroyed items performance on row removal * Fix and optimize the unregisterItem method further * fix bug * Optimize item registration * Fix listbox
Configuration menu - View commit details
-
Copy full SHA for c767c97 - Browse repository at this point
Copy the full SHA c767c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for e902beb - Browse repository at this point
Copy the full SHA e902bebView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7bfd88 - Browse repository at this point
Copy the full SHA b7bfd88View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a3a8b7 - Browse repository at this point
Copy the full SHA 1a3a8b7View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3d75916 - Browse repository at this point
Copy the full SHA 3d75916View commit details
Commits on Dec 12, 2023
-
Fix x-id when used with morph (#3919)
* fix x-id when used with morph * fix $id caching mechanism * remove .only * fix tests
Configuration menu - View commit details
-
Copy full SHA for 0effdae - Browse repository at this point
Copy the full SHA 0effdaeView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 018e9ce - Browse repository at this point
Copy the full SHA 018e9ceView commit details -
add explanation of passing an object to
x-for
(#3928)`x-for` also accepts objects in addition to arrays. the docs currently only mention arrays, so users might not be sure if objects are allowed. this explicitly states they are and gives an example how to use them.
Configuration menu - View commit details
-
Copy full SHA for c780cad - Browse repository at this point
Copy the full SHA c780cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0115f8b - Browse repository at this point
Copy the full SHA 0115f8bView commit details -
* Update refs.md Added details on $refs not supporting dynamic binding anymore in V3 * Update refs.md Fixed logic of the example to reflect the actual evaluation of $refs
Configuration menu - View commit details
-
Copy full SHA for b24d8be - Browse repository at this point
Copy the full SHA b24d8beView commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2bb702f - Browse repository at this point
Copy the full SHA 2bb702fView commit details
Commits on Jan 4, 2024
-
Add CSP-friendly Alpine build (#3959)
* refactor csp build * document
Configuration menu - View commit details
-
Copy full SHA for 8c1511a - Browse repository at this point
Copy the full SHA 8c1511aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c2c675 - Browse repository at this point
Copy the full SHA 1c2c675View commit details -
Configuration menu - View commit details
-
Copy full SHA for e597a3f - Browse repository at this point
Copy the full SHA e597a3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac758e - Browse repository at this point
Copy the full SHA bac758eView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5397565 - Browse repository at this point
Copy the full SHA 5397565View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3738a3 - Browse repository at this point
Copy the full SHA e3738a3View commit details
Commits on Jan 10, 2024
-
The only way to apply this on the node is to execute it on the mutation. Otherwise, we have to rewrite a big part of the lifecycle system.
Configuration menu - View commit details
-
Copy full SHA for 83456d3 - Browse repository at this point
Copy the full SHA 83456d3View commit details
Commits on Jan 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9d47f2 - Browse repository at this point
Copy the full SHA f9d47f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622d2e2 - Browse repository at this point
Copy the full SHA 622d2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cfc4f7 - Browse repository at this point
Copy the full SHA 9cfc4f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c68aba0 - Browse repository at this point
Copy the full SHA c68aba0View commit details
Commits on Jan 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67eb587 - Browse repository at this point
Copy the full SHA 67eb587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b198d5 - Browse repository at this point
Copy the full SHA 4b198d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a14bbe - Browse repository at this point
Copy the full SHA 6a14bbeView commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 650de45 - Browse repository at this point
Copy the full SHA 650de45View commit details -
Fix issue where error message would not print directive name properly (…
…#3572) * Fix issue where error message would not print directive name properly * Fix bind specs
Configuration menu - View commit details
-
Copy full SHA for 97ebbad - Browse repository at this point
Copy the full SHA 97ebbadView commit details -
Add named exports to build files (#3644)
* Add named exports to build files * wip --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aed412b - Browse repository at this point
Copy the full SHA aed412bView commit details -
fix: reset input on init so default value is displayed (#3881)
* fix: reset input on init so default value is displayed * fix: revert format changes from prettier * refactor: maintain original formatting * fix --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ae16eb3 - Browse repository at this point
Copy the full SHA ae16eb3View commit details -
* Add failing tests * Fix clearing (or setting) selected
Configuration menu - View commit details
-
Copy full SHA for c2e56bc - Browse repository at this point
Copy the full SHA c2e56bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88be3ec - Browse repository at this point
Copy the full SHA 88be3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35f9ac1 - Browse repository at this point
Copy the full SHA 35f9ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3196c6a - Browse repository at this point
Copy the full SHA 3196c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb1e3ac - Browse repository at this point
Copy the full SHA cb1e3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a64880 - Browse repository at this point
Copy the full SHA 2a64880View commit details -
Listbox compare null value bugfix (#3962)
* Add test * Handle null values in listbox __compare
Configuration menu - View commit details
-
Copy full SHA for 4fceb4c - Browse repository at this point
Copy the full SHA 4fceb4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79fd16b - Browse repository at this point
Copy the full SHA 79fd16bView commit details -
Add x-trap noinitialfocus modifier (#3977)
* Add x-trap noinitialfocus modifier Adds a new x-trap modifier: .noinitialfocus to trap focus without giving focus to the first element in the focus trap Test included Relates to discussion #2806 * tweak addition --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ad94a86 - Browse repository at this point
Copy the full SHA ad94a86View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aa3375a - Browse repository at this point
Copy the full SHA aa3375aView commit details -
Combobox and listbox: Save optionKey in x-data to fix usage in Livewi…
…re (#3990) * Save optionKey in x-data When optionKey is not saved in x-data, the value is lost after a Livewire update * Fix typos * refactor * more fixes --------- Co-authored-by: Caleb Porzio <calebporzio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5fe438f - Browse repository at this point
Copy the full SHA 5fe438fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6918d96 - Browse repository at this point
Copy the full SHA 6918d96View commit details
There are no files selected for viewing