Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Aug 22, 2020
1 parent 208adf1 commit 4b60746
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ jQuery UI Layout

<a href="https://snyk.io/test/github/GedMarc/layout?targetFile=package.json"><img src="https://snyk.io/test/github/GedMarc/layout/badge.svg?targetFile=package.json" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/GedMarc/layout?targetFile=package.json" style="max-width:100%;"></a>

1.8.5
-----------------
* Default masking and iframefix to false, allow switching usage to either

Can be applied per pane as well
```
$().layout({draggableIframeFix:true,mask:false});
$().layout({draggableIframeFix:false,mask:true});
```
Applicable demo : layout_inside_dialog

1.8.4
-----------------
- Allows custom storage co-ordinates using Persist.JS
Expand Down

0 comments on commit 4b60746

Please sign in to comment.