Update uikit: 3.6.5 → 3.6.16 (patch)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳ ️ uikit (3.6.5 → 3.6.16) · Repo · Changelog
Release Notes
3.6.16
Change
- Make multiple select resizable
Fixed
- Fix dragging slide correctly prevents click event
3.6.15
Added
- beforeSend in 'ajax' function may return Promise
- Add 'container' option to Notification component
Fixed
- Fix showing/hidding Modal/Offcanvas programmatically
3.6.14
Fixed
- Fix 'scrolledOver' function uses closest scrollable parent
- Fix Lightbox closes on drag if slide background is dragged
- Fix Drop component applies stack class wrongly
3.6.13
Fixed
- Fix slidenav icons
3.6.12
Fixed
- Fix IE11 compatibility
- Fix changing ratio does not correctly apply width and height in SVG component
- Fix issues from hiding an already hidden Modal
3.6.11
Fixed
- Fix regression in SVG component
3.6.10
Changed
- Refactor Sortable behavior
Fixed
- Fix regression in sticky component
- Fix calculating max scroll height
- Fix regression with calling watchers
3.6.9
Fixed
- Fix component update handling
- Fix Tooltip position
- Fix Tooltip component applied to button elements in iOS
- Fix regression in Switcher component
3.6.8
Fixed
- Fix regression in class util
3.6.7
Fixed
- Fix regression in class util
3.6.6
Added
- Add filter animation delayed-fade
Changed
- Filter animation fade does not stagger
Fixed
- Fix filter animations
- Fix slider drag behavior on iOS
- Fix Scroll component now supports hash starting with any character
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)