Skip to content

Releases: joffreyBerrier/vue-spreadsheet

Improve vueTable 1.5.9

30 Jan 17:06
Compare
Choose a tag to compare
  • Enabled the CMD + Z / CTRL+Z in order to roll back the latest changes
  • Added emit before changing value
  • Added an affix on header
  • Added object on Undostoredata
  • Added --dragHeaderHeight for the draggable header :after
  • Fixed position of dropdown when the dropdown is in front of of the scrollbar
  • Fixed Height of VueTable caused by the :after on handleMoveHeader
  • Test (Jest) -
    • Added folder test for 3 view VueTable | Tbody | Thead
    • Separated test by data type | computed | methods
    • Added test on undo function

Improve vueTable 1.5.0

09 Jan 16:31
Compare
Choose a tag to compare

Cleaned multiple props, added an object :custom-options
Added Fuse.js to the search in select
Fixed copy/paste
Added loading status (slot=β€˜loader’)
Fixed rectangleSelection when pasting multiple cells from a single cell
Changed* headerKeys data to computed data
Disabled* sort active when clicking
Added* global callback change-data when data change
Added* two different rectangles for copy / paste selection
Add UnitTesting with Jest
Add Travis

Improve vueTable 1.2.0

18 Dec 13:13
Compare
Choose a tag to compare

Bugfix/fix the search on dropdown
Fixed copy paste from one cell to multiple cells
Added callback when data changes
Created a cell if it doesn’t exist
Remove old v-else on td if cell doesn’t exist
Disabled event on disableCell
Disabled SelectMultipleCell when multipleCell is already selected
Passed active to false when copying one cell to multiple cells
Used this.filteredList instead of currentSelect.selectOptions
Moved event keyDown keyUp on vueTabe.vue
Add a dotted border after copying and keeping the whole selection after pasting

Created cell if isn't exist

16 Dec 20:42
82b5505
Compare
Choose a tag to compare

Created cell if it doesn’t exist
Remove old v-else on td if cell doesn't exist
Disable event on disableCell
Disable SelectMultipleCell when a multipleCell is already chosen/selected

Enable to move in vueTable with arrowKey

13 Dec 14:48
2e394e9
Compare
Choose a tag to compare

Move with arrow key in vueTable
Fix disable firstClass on activeCell

Refacto cleanActiveClassOnTd

13 Dec 09:33
Compare
Choose a tag to compare

Set after rectangle Selection on active class
Refacto function CleanActiveOnTd
Rename to removeClass
Set an array to remove class
Foreach in array of class to clear it

Create a navigation-key on dropdown

12 Dec 17:36
Compare
Choose a tag to compare

Create a navigation key on dropdown select
Select option with enter key
Add clearTimeout

Refacto calculPosition of open select

12 Dec 11:28
Compare
Choose a tag to compare

Use setProperty to position the select
Create function eventListener scroll

Refacto Copy/Paste

11 Dec 15:43
Compare
Choose a tag to compare

Refacto copy function
Refacto paste function

  • Enable to copy/paste row to row
  • Enable to copy/paste multiple_col to multiple_col
  • Enable to copy/paste multipleCell to multipleCell

Rectangle selector

11 Dec 09:04
abc9396
Compare
Choose a tag to compare

Added a rectangle selector to highlight selected cell (like in Excel)
Added a global debounce function
Deactivated the clear active class function when clicking twice on a cell