Closed
Description
1.5 bugfix release
Bugfixes
- Fix calculation for new position when datepicker goes offscreen when inside a container #1620 - Fix calculation for new position when datepicker goes offscreen when inside a container (Fixes: Update calculation when nudging the datepicker due to going off screen when inside a container #1619)
- Fix datepicker title not centered when displaying calendar weeks #1626 - Fix datepicker title not centered when displaying calendar weeks (Fixes: Datepicker title not centered when displaying calendar weeks #1625)
- Fixing looping when calling dp inside change event #1628 #1633 - Fixing looping when calling dp inside change event (Fixes: 'change' event at initialization - Maximum call stack size exceeded #1628)
- Add scrollTop to position if container is not body #1617 - Add scrollTop to position if container is not body (Fixes: Allow for correct positioning inside scrollable containers #1616)
- Use document scrollTop instead of body scrollTop when using the body container #1647 - Use document scrollTop instead of body scrollTop when using the body container
- Fix focus for disabled week days #1590 - Fix focus for disabled week days (Fixes: using keyboard navigation you can still select a date even if is disabled #1365, Keyboard functionality is not worked as expected #1187, Not validating disabled date #1648)
- Fixes enableOnReadOnly bug when datepicker is of type component #1684 - Fixes enableOnReadOnly bug when datepicker is of type component
Translations
- Added missing translations for slovak translation. (Fixes: SK locales #1521)
- Added missing date format for norwegian (nb) locale #1697 - Added missing date format for norwegian (nb) locale (Fixes Norwegian locale #1690)
- Armenian translation short names #1705 - Armenian translation short names
- adding Today translation, default date format #1738 - adding Today translation, default date format for the lithuanian translation
Docs
- Document data-api on container #1674 - Document data-api on container
- Added docs for the different stylesheet files. (Fixes Documentation: datepicker3.css vs datepicker.css vs datepicker.standalone.css #1459)
Repository
- Enable travis container builds for faster builds
- Add 1.5.0 to changelog