Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-06-30 | 3.4 kB | |
Version 0.4.13 - Some many changes.tar.gz | 2019-06-30 | 124.4 kB | |
Version 0.4.13 - Some many changes.zip | 2019-06-30 | 158.0 kB | |
Totals: 3 Items | 285.8 kB | 0 |
Version 0.4.13 - Beta
- Add: The new Polish Translation.
- Add: The new Spanish Mexican Translation.
- Thanks to elPesecillo @ #34.
- Add: The new Czech Translation.
- Thanks to Milan Kyncl @ #39.
- Add: The new Greek Translation.
- Add: The new option
time12h
to use the AM/PM selector instead of the 24-h format.- Thanks to #23.
- Add: Custom "stepUp" and "stepDown" buttons for the new time picker input fields.
- Add: The new internal methods
this.prepare()
andthis.handleStep()
. - Update: The helper methods
cHAS()
,cADD()
andcREM()
. - Update: Time Selector fields are now
text
fields instead of number, usinginputmode
to force the number-selectors on mobile browsers (weak support). - Update: Remove the initial inline styling of the DateTime container (use CSS instead).
- Update: Define factory-global
w
andd
variables within the factory parameter declaration. - Update: The options
timeHours
,timeMinutes
andtimeSeconds
calculates now the time number using the current time and the respectivetimeStep*
value iftrue
is passed. - Update: The options
timeHours
,timeMinutes
andtimeSeconds
hides the respective field iffalse
is used or just "disables" them by usingnull
.- Thanks to #23.
- Update: Use leading Zeros on the single time selectors.
- Thanks to #23.
- Remove: The
name
attributes from the Time input fields. - Bugfix: The helper method
clone
use an IE-unsupported function calledObject.assign
. - Bugfix: Webpack issue in VueJS.
- Thanks to #35.
- Bugfix: The
timeIncrement
function doesn't work by using the Arrow buttons on the respective time input[type=number] fields. - Bugfix: Dates before 1970-01-01 are disabled.
- Thanks to #40.
CSS / Less Environment
- Add: A "not-allowed" cursor on disabled time fields / custom buttons.
- Add: Minified Stylesheets and Source Maps (for both types).
- Add: A node.js script to compile the Less stylesheets into CSS.
- Add: New design parts for the custom time buttons and the AM/PM switch.
- Update: The complete Less stylesheet structure.
- Update: A few design changes on both designs.
- Update: Each single CSS Color scheme contains now the complete styles instead of "imports".
- Update: Move
direction: rtl;
from inline CSS to CSS stylesheet property. - Remove: All obsolete (not required)
-o-
and-moz-
prefixed CSS properties. - Bugfix: Date picker is not positioned properly in a child scrollable container.
- Thanks to #33.