Skip to content

Commit

Permalink
split.js v1.6.5 react-split v2.0.14 react-split-grid v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Jan 7, 2022
1 parent f928e36 commit 3818667
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## react-split-grid v1.0.4

- Publishes Typescript types on NPM
- Corrects misspelling of `maxSize` property
- Corrects type of parameters from object to array

## react-split v2.0.14

- Omits incompatible properties from the React HTMLAttributes

## split.js v1.6.5

- Allows `snapOffset` to be passed as an array

## react-split v2.0.13

- Extends React component types from React.HTMLAttributes
Expand Down
4 changes: 3 additions & 1 deletion packages/react-split-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-split-grid",
"version": "1.0.3",
"version": "1.0.4",
"description": "React component for Split Grid",
"main": "dist/react-split-grid.js",
"minified:main": "dist/react-split-grid.min.js",
"module": "dist/react-split-grid.es.js",
"types": "index.d.ts",
"scripts": {
"prepublish": "rollup -c",
"build": "rollup -c && npm run size",
Expand All @@ -16,6 +17,7 @@
"author": "Nathan Cahill <[email protected]>",
"homepage": "https://split.js.org/",
"files": [
"index.d.ts",
"dist"
],
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-split/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-split",
"version": "2.0.13",
"version": "2.0.14",
"description": "React component for Split.js",
"main": "dist/react-split.js",
"minified:main": "dist/react-split.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/splitjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split.js",
"version": "1.6.4",
"version": "1.6.5",
"description": "2kb unopinionated utility for resizeable split views",
"main": "dist/split.js",
"minified:main": "dist/split.min.js",
Expand Down

0 comments on commit 3818667

Please sign in to comment.