-
Notifications
You must be signed in to change notification settings - Fork 43
Comparing changes
Open a pull request
base repository: Patternslib/Patterns
base: 9.8.0-beta.5
head repository: Patternslib/Patterns
compare: master
Commits on Dec 22, 2022
-
fix(pat-sortable): Initialize already existing sortable handles.
Also allow the sortable itself to be the handle.
Configuration menu - View commit details
-
Copy full SHA for b3f5077 - Browse repository at this point
Copy the full SHA b3f5077View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab2b5d - Browse repository at this point
Copy the full SHA eab2b5dView commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for befb845 - Browse repository at this point
Copy the full SHA befb845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109f3da - Browse repository at this point
Copy the full SHA 109f3daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49f0cf - Browse repository at this point
Copy the full SHA c49f0cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c371c21 - Browse repository at this point
Copy the full SHA c371c21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b7a75 - Browse repository at this point
Copy the full SHA 96b7a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for dabf3c3 - Browse repository at this point
Copy the full SHA dabf3c3View commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2a435fa - Browse repository at this point
Copy the full SHA 2a435faView commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 015976e - Browse repository at this point
Copy the full SHA 015976eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 625f7e5 - Browse repository at this point
Copy the full SHA 625f7e5View commit details -
Merge pull request #1126 from Patternslib/pat-checklist-toggle
Feature: input checkbox to toggle checked boxes true/false.
Configuration menu - View commit details
-
Copy full SHA for 63283f3 - Browse repository at this point
Copy the full SHA 63283f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7cc20 - Browse repository at this point
Copy the full SHA 7e7cc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a4be3 - Browse repository at this point
Copy the full SHA 38a4be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e188176 - Browse repository at this point
Copy the full SHA e188176View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c5a23 - Browse repository at this point
Copy the full SHA f1c5a23View commit details
Commits on Jan 27, 2023
-
fix(pat checklist): Also set the "checked" and "unchecked" classes on…
… the toggle checkbox.
Configuration menu - View commit details
-
Copy full SHA for 8154775 - Browse repository at this point
Copy the full SHA 8154775View commit details -
Merge pull request #1128 from Patternslib/checklist-toggle-checked
fix(pat checklist): Also set the "checked" and "unchecked" classes on…
Configuration menu - View commit details
-
Copy full SHA for 6eaffd3 - Browse repository at this point
Copy the full SHA 6eaffd3View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 143031d - Browse repository at this point
Copy the full SHA 143031dView commit details -
Merge pull request #1129 from Patternslib/make-update-patternslib-site
feat(build): Update patternslib.com with each non-pre release.
Configuration menu - View commit details
-
Copy full SHA for d732e02 - Browse repository at this point
Copy the full SHA d732e02View commit details -
fix(Build): Fix luxon (again) to 2.4.0 to avoid webpack MF error due …
…to non standard package.json setup.
Configuration menu - View commit details
-
Copy full SHA for 9661ae7 - Browse repository at this point
Copy the full SHA 9661ae7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 811d970 - Browse repository at this point
Copy the full SHA 811d970View commit details -
Merge pull request #1130 from Patternslib/luxon-240
fix(Build): Fix luxon (again) to 2.4.0 to avoid webpack MF error due to non standard package.json setup.
Configuration menu - View commit details
-
Copy full SHA for f8106d3 - Browse repository at this point
Copy the full SHA f8106d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a73c6 - Browse repository at this point
Copy the full SHA 50a73c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9c8e9 - Browse repository at this point
Copy the full SHA 1a9c8e9View commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81915cd - Browse repository at this point
Copy the full SHA 81915cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8844887 - Browse repository at this point
Copy the full SHA 8844887View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a12f50 - Browse repository at this point
Copy the full SHA 5a12f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78bd400 - Browse repository at this point
Copy the full SHA 78bd400View commit details
Commits on Feb 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e01741 - Browse repository at this point
Copy the full SHA 4e01741View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f36c69b - Browse repository at this point
Copy the full SHA f36c69bView commit details -
Merge pull request #1135 from Patternslib/fix-auto-submit
fix(pat auto submit): Fix cloned elements not submitted when their input changes.
Configuration menu - View commit details
-
Copy full SHA for b8967d8 - Browse repository at this point
Copy the full SHA b8967d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e99cd - Browse repository at this point
Copy the full SHA 09e99cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca16b1d - Browse repository at this point
Copy the full SHA ca16b1dView commit details
Commits on Mar 8, 2023
-
maint(core utils debounce tests): await for number of debounce calls …
…to correctly test the debounce method.
Configuration menu - View commit details
-
Copy full SHA for 0c3dea7 - Browse repository at this point
Copy the full SHA 0c3dea7View commit details
Commits on Mar 9, 2023
-
fix(core events): await_pattern_init - check for event coming from co…
…rrect element. Check if the init/not-init events were thrown from the Pattern's own element. When a child element did an unsuccessful Pattern init (rejected because already initialized) and at the same time the parent element also tried to initialized the same Pattern await_pattern_init could fail. The not-init event bubbled up which was incorrectly catched by await_pattern_init on the parent element.
Configuration menu - View commit details
-
Copy full SHA for a532ebf - Browse repository at this point
Copy the full SHA a532ebfView commit details -
Merge pull request #1136 from Patternslib/fix-await-pattern-init
Fix await pattern init
Configuration menu - View commit details
-
Copy full SHA for 9c401fc - Browse repository at this point
Copy the full SHA 9c401fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfaf95c - Browse repository at this point
Copy the full SHA bfaf95cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b3b75 - Browse repository at this point
Copy the full SHA 51b3b75View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b7934 - Browse repository at this point
Copy the full SHA c4b7934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9090fa1 - Browse repository at this point
Copy the full SHA 9090fa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda16d7 - Browse repository at this point
Copy the full SHA eda16d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10bbfd8 - Browse repository at this point
Copy the full SHA 10bbfd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a329ce - Browse repository at this point
Copy the full SHA 5a329ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57f1fdd - Browse repository at this point
Copy the full SHA 57f1fddView commit details
Commits on Mar 10, 2023
-
maint(Docs): Remove section about IE polyfills from README.
The IE polyfills were removed in Patternslib 9.8.0-alpha.2.
Configuration menu - View commit details
-
Copy full SHA for b9c3697 - Browse repository at this point
Copy the full SHA b9c3697View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7d140a - Browse repository at this point
Copy the full SHA e7d140aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a7a0e - Browse repository at this point
Copy the full SHA d3a7a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9604e - Browse repository at this point
Copy the full SHA 1b9604eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd7cee - Browse repository at this point
Copy the full SHA cdd7ceeView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.