django-arctic icon indicating copy to clipboard operation
django-arctic copied to clipboard

Bump air-datepicker from 3.0.1 to 3.3.0 in /arctic/static/arctic

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps air-datepicker from 3.0.1 to 3.3.0.

Changelog

Sourced from air-datepicker's changelog.

v3.3.0

  • new feature that allow you to add custom attributes via onRenderCell #502, read docs
  • fixed selecting cell when using custom html with onRenderCell option #502

v3.2.1

v3.2.0

  • added onClickDayName option, #459
  • added silent param to clear method, #477
  • added Swedish locale, thanks to naton #207
  • fixed error when trying to call update method with view parameter on hidden calendar, #476
  • fixed styles issue with time sliders, #489
  • fixed English docs description, #490
  • fixed typings for formatDate method, #491

v3.1.1

  • fixed css compilation, #461
  • fixed autoClose when range mode is on, #466
  • fixed onSelect when range mode is on. Now it accepts array of selected dates instead of single one #467
  • fixed transition between isMobile mode on and off #470
  • added position update when resizing window #472
  • added Sinhala locale, thanks to nimeshc64 in #464
  • fixed French locale, thanks to matschik in #465
  • added Ukrainian locale, thanks to zaandr in #471

v3.1.0

  • added lazy rendering - now inner components of datepicker will be created only when it will be visible, and will be destroyed when datepicker is hidden
  • improved position - now it can be function which allows you to perform advanced positioning using third-party libraries such as popperjs or manually
  • added isMobile option, which allows showing Air Datepicker as modal window on mobile devices
  • added visiblie option, if it is set to true then calendar will be visible at the start
  • changed dateFormat - as function it now handles all dates at once, instead of each date separately
  • fixed field names in onSelect and onRenderCell options: type -> cellType, dp -> datepicker
  • fixed typings
  • fixed closet function, thanks to @​hreyeslo in #445
  • added Turkish locale, thanks to @​ozkanozcan in #447
  • added opportunity to set attributes when creating custom buttons, thanks to @​khidirbekov in #448
  • added Thai locale, thanks to @​boatkung in #453
Commits
  • f8b46bd Merge remote-tracking branch 'origin/v3'
  • f2b3a2f Merge remote-tracking branch 'origin/next-version' into v3
  • 521019b new version
  • 5c88e67 #502: Added description about new attrs parameter
  • 5a195a2 #502: Add opportunity to add custom attributes to cells
  • 79960ac #502: Fixed selecting cell when using custom html by onRenderCell
  • 7afdc5d added $el to docs, fixed ar.js date format, bump to new version
  • e6880a0 Create it.js (#498)
  • 034c549 Create ar.js (#497)
  • a95a277 new version build
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Sep 14 '22 10:09 dependabot[bot]