eth-alarm-clock-dapp
eth-alarm-clock-dapp copied to clipboard
Update select2 to the latest version π
The devDependency select2 was updated from 4.0.7
to 4.0.8
.
This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: kevin-brown License: MIT
Release Notes for Select2 4.0.8
New features / improvements
- Test against and fix compatibility with jQuery 3.4.1 (#5531)
- Results respect disabled state of
<option>
(#5560) - Add
computedstyle
option for calculating the width (#5559)
Bug fixes
- Fix tag creation being broken in 4.0.7 (#5558)
- Fix infinite scroll when the scrollbar is not visible (#5575)
- Revert change to focusing behaviour in 4.0.6 (#5576)
Translations
- Fix wording in French translations (#5521)
Miscellaneous
Commits
The new version differs by 20 commits.
a389a6d
Merge pull request #5578 from select2/develop
eeefa1e
Merge pull request #5577 from select2/release/4.0.8
5005c56
Update changelog for 4.0.8
8b55e47
Recompile dist for 4.0.8
6fbe132
Bump versions for 4.0.8 release
bbd320d
Convert source and tests to unix newlines
1b5a962
Revert change to focusing behaviour in 4.0.6 (#5576)
d926025
Fix infinite scroll when the scrollbar is not visible (#5575)
8a5aeab
Remove deprecated jQuery shorthand (#5564)
9c4f0c8
Fix typos (#5574)
bd7ac9d
Results respect disabled state of
<option>
(#5560)b5f136f
Add
computedstyle
option for calculating the width (#5559)f9decd6
Fix tag creation being broken in 4.0.7 (#5558)
9491e1a
Test against jQuery 3.4.1 (#5531)
d66e55d
removed select2-selection__placeholder from _multiple.scss (#5508)
There are 20 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
devDependency
select2 was updated from4.0.7
to4.0.9
.
Update to this version instead π
Release Notes for Select2 4.0.9
New features / improvements
- Mirror disabled state through aria-disabled on selection (#5579)
- Select2 now clears the internal ID when it is destroyed (#5587)
- Set the main ARIA 1.1 roles and properties for comboboxes (#5582)
- The
language
option now has a clearly defined fallback chain (#5602)
Bug fixes
- Do not propagate click when search box is not empty (#5580)
- Fix
maximumSelectionLength
being ignored bycloseOnSelect
(#5581) - Fix generated options not receiving result IDs (#5586)
- Remove selection title attribute if text is empty (#5589)
- Reposition dropdown whenever items are selected (#5590)
- Fix dropdown positioning when displayed above with messages (#5592)
- Fix search box expanding width of container (#5595)
allowClear
no longer shifts selections to a new line (#5603)
Translations
- Fix error in German translations (#5604)
Miscellaneous
Commits
The new version differs by 21 commits.
2148b6d
Merge pull request #5614 from select2/develop
d54560f
Merge pull request #5613 from select2/release/4.0.9
1a6d4a1
Update de.js (#5604)
4afa7f8
The language option now has a clearly defined fallback chain (#5602)
4db849c
Update changelog for 4.0.9
dc4e833
Recompiled dist for 4.0.9
7fab802
Bump versions for 4.0.9 release
9ad1b91
Converting tests to unix newlines
7b9cfca
Remove unused variables (#5554)
f13ba12
allowClear no longer shifts selections to a new line (#5603)
2ccdcb5
Updated grunt version so it no longer shows as vulnerable (#5597)
e5131d0
Set the main ARIA 1.1 roles and properties for comboboxes (#5582)
f14bdf6
Fix search box expanding width of container (#5595)
472e5ad
Fix dropdown positioning when displayed above with messages (#5592)
525f661
Reposition dropdown whenever items are selected (#5590)
There are 21 commits in total.
See the full diff