Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Oct 23, 2015
1 parent dd6febe commit 751cd34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -65,7 +65,7 @@ Split(['one', 'two'], {
});
```
Specifying the initial widths with CSS values.
Specifying the initial widths with CSS values. Not recommended, the size/gutter calculations would have to be done before hand and won't scale on viewport resize.
```js
Split(['one', 'two'], {
Expand Down Expand Up @@ -140,6 +140,7 @@ Overflow can be handled as well:
- Chrome 19
- Safari 7
- Opera 7
- Mobile Safari
Gracefully falls back in IE 8 and below to only setting the initial widths/heights and not allowing dragging.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "Split.js",
"main": "split.js",
"version": "0.4.3",
"version": "0.4.4",
"homepage": "https://github.com/nathancahill/Split.js",
"authors": [
"Nathan Cahill <nathan@nathancahill.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "split.js",
"version": "0.4.3",
"version": "0.4.4",
"description": "A lightweight utility for creating adjustable split views",
"main": "split.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion split.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 751cd34

Please sign in to comment.