We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4274fb9 commit a3040cdCopy full SHA for a3040cd
.travis.yml
@@ -1,9 +1,6 @@
1
language: node_js
2
node_js:
3
- '14'
4
-branches:
5
- only:
6
- - master
7
script:
8
- npm test -- --coverage
9
- npm run report-coverage
CHANGELOG.md
@@ -5,6 +5,7 @@
### Fixed
- Selection was overflowing when pasting a single row that overflows to the right
- A state could be updated (triggering a warning) after the component was unmounted
+- Do not submit the form when adding a row
10
## 3.3.8
11
> Date: 2021-12-05
0 commit comments