-
Broken initial scroll in time-picker with steps
-
Date utils improvements and specs
-
Date utility functions `prevMonth` and `nextMonth` change the source date when using `src.set[Date|Month|FullYear]()`. This change creates a copy of the date at entrance of function so we have a pure function. Made some code refactor and added specs for these functions.
-
since now the index of the `[hours|minutes|seconds]List` might not anymore match the correct number in value
-
Time-Picker new feature: allow steps in lists
-
This ads the possibility to choose `steps` in the formatting of the lists. So we can have ”5 in five minutes” or ”every 15 minutes” instead of having always lists of 60 items/minutes.