-
Refactor cell click handler and add more date picker and date range picker tests
-
Add simple unit tests for Select component
-
Make date more IE friendly
-
Fix rating when init value is decimal
-
add id-ID locale
-
Added `cell.date` so we don’t need `. getDateOfCell()` anymore Passed `cell` directly in `@click="handleClick(cell)”` so we don’t need `const cell = this.cells[parseInt(event.target.getAttribute('index’))];` anymore
-
Broken initial scroll in time-picker with steps
-
Use Chrome Headless browser instead of PhantomJS
-
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