Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,27 @@ 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.9.1
-----------------
- **CSP compliance**: removed all `eval()` usage from the layout core. String callbacks
are now resolved via a CSP-safe `resolveFn()` helper (checks `$.layout.callbacks`
then the global object by dotted-path), so Layout runs under a strict
Content-Security-Policy without needing `'unsafe-eval'`.
- Update to jQuery 3.7.1 (latest 3.x)
- Update to jQuery Migrate 3.4.1
- Cleaned out stale/older jQuery, jQuery UI and layout versions from the repo

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
2 changes: 1 addition & 1 deletion demos/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script>
<script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/accordions_and_tabs_inside_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="css/themes/smoothness/jquery-ui.css">


<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion demos/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Basic Layout Example</title>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion demos/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}
</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion demos/container_centered.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>
<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion demos/custom_togglers.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion demos/destroy.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>
<script type="text/javascript" src="js/debug.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/destroy2.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>
<script type="text/javascript" src="js/debug.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion demos/flexible_height_columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

</style>

<script type="text/javascript" src="js/jquery-3.5.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-3.7.1.js"></script><script type="text/javascript" src="js/jquery-migrate.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="../source/stable/jquery.layout_and_plugins.js"></script>
<script type="text/javascript">
Expand Down
Loading