@usecsv/react 0.15.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/index.cjs +2 -2
- package/build/index.cjs.map +1 -1
- package/build/index.esm.js +2 -2
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs +2 -2
- package/build/index.mjs.map +1 -1
- package/build/index.umd.js +2 -2
- package/build/index.umd.js.map +1 -1
- package/build/index.umd.min.js +2 -2
- package/build/index.umd.min.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [0.16.1](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.16.0...v0.16.1) (2024-04-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* outerPadding type ([59b021b](https://github.com/layercodedev/usecsv-react-plugin/commit/59b021ba2858c6cd308908c1b7321eef5fad25e4))
|
|
7
|
+
|
|
8
|
+
# [0.16.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.15.0...v0.16.0) (2024-04-26)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* update usecsv/js to include outerPadding theme option ([8af6981](https://github.com/layercodedev/usecsv-react-plugin/commit/8af6981ca6886c84f592983a483cd6622003b677))
|
|
14
|
+
|
|
1
15
|
# [0.15.0](https://github.com/layercodedev/usecsv-react-plugin/compare/v0.14.1...v0.15.0) (2024-04-26)
|
|
2
16
|
|
|
3
17
|
|
package/build/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @usecsv/react v0.
|
|
2
|
+
* @usecsv/react v0.16.1
|
|
3
3
|
* (c) layercode
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -34,7 +34,7 @@ function __rest(s, e) {
|
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
/*!
|
|
37
|
-
* @usecsv/js v0.
|
|
37
|
+
* @usecsv/js v0.29.1
|
|
38
38
|
* (c) layercode
|
|
39
39
|
* Released under the MIT License.
|
|
40
40
|
*/
|