air-datepicker v3.5.3
Air Datepicker
Lightweight, dependency-free, fast, customizable datepicker written in pure JavaScript. Works in all modern browsers which supports native css variables.

Install
npm i air-datepickerUsage
import AirDatepicker from 'air-datepicker'
import 'air-datepicker/air-datepicker.css'
new AirDatepicker('#el' [, options]);Demo and docs
Recent updates
v3.5.3
- fixed range mode #613
v3.5.2
- fixed range mode #613
v3.5.1
- improved
destroy()behavior - addedisDestroyedproperty,optsandselectedDateswill still have empty values, instead ofnull, even after AirDatepicker has been destroyed #600
v3.5.0
- added
fixedHeightoption, allows you to have equal weeks number in every month - added method
disableDate, allows you to disabled one or multiple dates with datepicker API - added prop
disabledDates- it is a Set which holds all disabled dates - added possibility to pass
{silent: true}toupdateandsetCurrentViewmethods, #583 - changed
updatemethod - now if you passselectedDatesthen calendar will keep selected only those dates - fixed selecting time on same date when
range: true, #568 - fixed date conversion to local date when using strings, e.g
selectDate('2024-03-05')#589 - fixed localization generation, thanks to hreyeslo in #524
- fixed type definition for
clearmethod, thanks to ahmetzambak in #591 - fixed German translation for "clear", thanks to pbek in #582
- added Slovenian locale, thanks to carliblaz in #569
- added Basque locale, thanks to ikerib in #529
- added Norwegian locale, thanks to MortenSpjotvoll in #521
v3.4.0
- added new options
onFocusandonBeforeSelectgrant you more control over range selection behaviour and more #526 - added new method
getViewDates()allows you to get all dates that should be currently displayed in calendar #536 toggleSelectednow can be a function #534- fixed
clearmethod #546 - added Bulgarian locale, thanks to tonytomov, in #531
- added Catalan locale, thanks to joatb, in #542
- added Croatian Locale, thanks to diomed, in #551
v3.3.5
- added handling of optional chaining operator in dist package #518
- added Indonesian locale, thanks to BariqDharmawan, in #517
Version 3.0.0 highlights
It is been a while since the last release, a lot of work has been done, and I'm glad to finally present a new version of Air Datepicker.
The main goal was to remove jQuery dependency, and I'm happy to announce that Air Datepicker is no longer need any dependency, hurray! :partying_face:
Now it's written in ES6, uses native css variables for easy customization, and it's all built with webpack.
Soooo, here is the full list of changes:
- no more jQuery
- improve rendering process - remove redundant cell render when selecting date, which gave a large speed boost compared to the old version
- date format tokens now use Unicode Technical Standard
- TypeScript support
- added
selectedDatesoption, to be able to select dates from the start - added a possibility to create custom buttons
- now one could change selected range by dragging dates
- added
containeroption which allows you to place datepicker in a custom element navTitlescan receive a function and could render dynamicallydateFormatnow can receive a functiononSelectandonRenderCellcallbacks are now receive a single object as an argument instead of multiple parametersselectDatenow receives second parameter with optionsonChangeMonth,onChangeYear,onChangeDecadesare replaced with single optiononChangeViewDate- localization now must be provided as an object instead of string as it was before
Contribution
- To run project run
npm i, thennpm run dev:serve. - If you want to report a bug, please provide steps and code to reproduce it or create a live example. You could use this template for creating sandbox
- If you have a question please ask it on StackOverflow with tag
air-datepicker - If you have a proposal or PR please submit it to the main branch - please follow code style according to .eslint configuration. Also make sure that your effort is aligned with project roadmap - my goal is to keep datepicker clean and lightweight (under 15kb) without overcomplications or narrowly focused features
Thank you! :blush:
License
Air Datepicker is MIT licensed.
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago