-
Optimize append and remove options
-
Add Object rest spread to eslint and babel configs
-
Also change from `eslint-plugin-html` to `eslint-plugin-vue`
-
修复 Slider 滑动按钮单击时数值跳动 issue
-
Input increase autocomplete
-
Add counter start to reduce
-
impove table render logic,fix xss.
-
fix #695
-
Use textContent to not escape html entities in Select options
-
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
-
fixes #1736
-
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