angular-instantsearch icon indicating copy to clipboard operation
angular-instantsearch copied to clipboard

fix(deps): update dependency nouislider to v14

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nouislider ^10.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

leongersen/noUiSlider

v14.7.0

Compare Source

  • noUiSlider is now build with TypeScript. This release contains no further changes.

v14.6.4

Compare Source

  • Fixed: Fixed updateOptions with falsy value for start (#​1127);

v14.6.3

Compare Source

  • Fixed: Fixed removing namespaced event listeners, internal listeners getting removed (#​1109);

v14.6.2

Compare Source

  • Fixed: Ignore erroneous mouse events on taps for iOS 13.4 (#​1095);
  • Added: exactInput argument to set and setHandle methods (#​436, #​1094);

v14.6.1

Compare Source

  • Fixed: Pips in count mode ignores pip at end of range (#​1088);

v14.6.0

Compare Source

  • Added: keyboardPageMultiplier and keyboardDefaultStep options (#​1083);
  • Fixed: Ignore erroneous tap events for iOS (#​1057, #​1079);

v14.5.0

Compare Source

v14.4.0

Compare Source

  • Added: getOrigins and getTooltips methods;
  • Added: Default styling to support merging overlapping tooltips (#​1032);

v14.3.0

Compare Source

  • Added: Default cssClasses are now exposed and can be modified;
  • Fixed: Destroying sliders with multiple classes in cssClasses fails (#​1069);

v14.2.0

Compare Source

  • Added: Slider api as event parameter (#​1058);
  • Added: Allow multiple classes in cssClasses option (#​1054);
  • Fixed: Slider not working within shadow DOM (#​1060);
  • Fixed: Last pip not rendered if it is also the first and at the slider edge (#​1063);

v14.1.1

Compare Source

  • Fixed: Text direction is not correctly determined when the slider is not in the DOM (#​1038);

v14.1.0

Compare Source

  • Fixed: Styling requires a root html node, so noUiSlider can't be used in shadow dom (#​1035);
  • Added: Support for PageUp/PageDown and Home/End keys in keyboard support (#​1036);

v14.0.3

Compare Source

  • Fixed: Initialising handle values near the slider edge does not always respect margin (#​1009);

v14.0.2

Compare Source

  • Fixed: Keyboard interaction uses formatter when it does not need to (#​1000);

v14.0.1

Compare Source

  • Fixed: Visual regression in Safari caused by fixing #​987 (#​998);

v14.0.0

Compare Source

  • Fixed: change & slide events should fire on keyboard control (#​994);
  • Fixed: .noUi-origin overflows document on vertical sliders (#​987);
  • Fixed: Clicking to right of handle doesn't move it when it's at the same point as another (#​965);
  • Added: Additional documentation on number formatting (#​978, #​985);

v13.1.5

Compare Source

  • Fixed: Full-range padding (#​880);

v13.1.4

Compare Source

  • Fixed: Keyboard interaction does not work with snap option (#​961);

v13.1.3

Compare Source

  • Fixed: Keyboard interaction allows handles to "push" other handles (#​960);
  • Fixed: Update event fires for all handles during keyboard interaction (#​960);

v13.1.2

Compare Source

  • Fixed: Handle disappears in Safari on tap (#​927);
  • Fixed: Disabled slider still accepts keyboard interaction (#​953);

v13.1.1

Compare Source

  • Fixed: Slider hang when using a zero-length range (#​948);

v13.1.0

Compare Source

  • Fixed: Updating pips using updateOptions (#​933);
  • Added: Updating tooltips using updateOptions (#​946);

v13.0.0

Compare Source

noUiSlider 13 does not include any breaking API changes. Keyboard support is now built-in, so any custom implementations should be removed when upgrading. Alternatively, built-in keyboard support can be disabled using keyboardSupport: false.

  • Added: Built-in keyboard support (#​724);
  • Added: .noUi-touch-area element (#​924);
  • Fixed: Dragging a range does not check for handle disabled state (#​938);
  • Fixed: Incorrect CSS transform in pips (#​931);

v12.1.0

Compare Source

v12.0.0

Compare Source

  • Change: License changed to MIT;
  • Change: Build process is now based on NPM scripts, phasing out the Grunt task runner.
  • Fixed: Aria values are now as per spec (#​889);
  • Change: Pips formatting are now written as HTML (#​875);
  • Change: The filter option is now called for all pips (#​754);
  • Added: The filter option can now return -1 to hide a pip (#​754);
  • Added: keyboardSupport option (#​867, #​895);
  • Added: documentElement option (#​821);

v11.1.0

Compare Source

  • Change: null options are now handled consistently (#​856);
  • Fixed: Missing transform origin in IE9 (#​870);
  • Fixed: padding on one side of the slider could not exceed 50% (#​865);

v11.0.3

Compare Source

Refactor of source code. There are no meaningful changes in the distributed files;

v11.0.2

Compare Source

  • Fixed: Slider ignores clicks on .noUi-target outside of .noUi-base (#​842);
  • Fixed: .noUi-origin moving out of the page causes horizontal scrolling (#​852);
  • Fixed: Relative .noUi-handle has unintended margin (#​854);

v11.0.1

Compare Source

(please ignore)

v11.0.0

Compare Source

noUiSlider 11 does not include any breaking API changes. Unless major changes were made to the stylesheet or you specifically depend on the handle/connect order in the DOM, there should be no issues upgrading.

  • Change: Use CSS transforms for handle movement, resulting in a massive performance improvement (#​718);
  • Change: Support multitouch by default;
  • Change: Handle stacking is now on .noUi-origin instead of .noUi-handle;
  • Added: A .noUi-connects element holding all .noUi-connect elements;
  • Added: [data-value] property for .noUi-value in pips (#​733);
  • Added: padding option can now take an array for different padding values at both sides of a slider (#​822);
  • Removed: useRequestAnimationFrame option. No longer needed with CSS transforms;
  • Removed: multitouch option. Now enabled by default;
  • Fixed: Slider could ignore end events it should handle (#​704, #​805, #​834);
  • Fixed: Stop depending on array type (#​801);
  • Fixed: set method might bypass margin option (#​823);
  • Fixed: Alignment of pips for RTL sliders (#​795);
  • Fixed: Several issues regarding pips (#​812, #​826, #​832);

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, 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, click this checkbox.

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

renovate[bot] avatar Jan 29 '22 16:01 renovate[bot]

✔️ Deploy Preview for angular-instantsearch ready!

🔨 Explore the source changes: 0100531d015623d442334a9037a00a8160d671d8

🔍 Inspect the deploy log: https://app.netlify.com/sites/angular-instantsearch/deploys/61f570b2c0fbf80007b09b81

😎 Browse the preview: https://deploy-preview-941--angular-instantsearch.netlify.app

netlify[bot] avatar Jan 29 '22 17:01 netlify[bot]

Deploy Preview for angular-instantsearch ready!

Name Link
Latest commit 43a0710a87614b241b83a4a35d76e71bfea81ace
Latest deploy log https://app.netlify.com/sites/angular-instantsearch/deploys/63936521ea8de800099eb700
Deploy Preview https://deploy-preview-941--angular-instantsearch.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jan 29 '22 17:01 netlify[bot]