Releases: GedMarc/layout
Releases · GedMarc/layout
Don't use cookies to save state
V1.8.5 - Allow usage of JQuery UI IFrameFix instead of masking
V1.8.4 Minor updates to storage management
This release resolves the usage of cookies to detect cookie support
Cookie SameSite and HttpOnly flags in the cookie options
Allow setting sameSite and httpOnly flags along with the other range of cookie options
Remove cookies for alternative means of storage
Removed cookies for browser supported storage mechanisms
stateManagement : {
enabled: false // true = enable state-management, even if not using cookies
, autoSave: true // Save state when page exits?
, autoLoad: true // load state when page loads?
, storeLocation : "localStorage", //or sessionStorage, globalStorage, openDatabase, userdata, google gears, flash, cookie
,cookie : {
name : "" //either set, layout.name, or defaults to "Layout"
}
}
v1.8.0 Version Correction
$.type and $.css() deprecation fixes
v1.7.5 - JQMigrate updates
This release includes the updates of the event shortcut deprecation as well as the String prototype shortcuts.
Big appreciation to @melloware
$.type and $.css deprecation fixes
Fixes the deprecation warnings from JQMigrate 3.3 for
V1.8.1
JQuery 3.5 syntax updates
Update the deprecation warnings from Migrate when moving to JQuery 3.5