Skip to content

Releases: GedMarc/layout

Don't use cookies to save state

16 Jan 02:41
Compare
Choose a tag to compare

Removal of JQuery.Cookie and add persist.js to allow multiple storage mechanisms

#22

V1.8.5 - Allow usage of JQuery UI IFrameFix instead of masking

22 Aug 12:21
Compare
Choose a tag to compare

V1.8.4 Minor updates to storage management

10 Jul 18:09
Compare
Choose a tag to compare

This release resolves the usage of cookies to detect cookie support

#17

Cookie SameSite and HttpOnly flags in the cookie options

18 Jun 00:27
Compare
Choose a tag to compare

Allow setting sameSite and httpOnly flags along with the other range of cookie options

Remove cookies for alternative means of storage

18 Jun 04:53
Compare
Choose a tag to compare

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

05 Jun 19:56
Compare
Choose a tag to compare
$.type and $.css() deprecation fixes

v1.7.5 - JQMigrate updates

05 Jun 15:33
Compare
Choose a tag to compare

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

05 Jun 19:17
Compare
Choose a tag to compare

Fixes the deprecation warnings from JQMigrate 3.3 for $.type and $.css

V1.8.1

05 Jun 20:00
Compare
Choose a tag to compare
  • Fix the duplicates in the package

JQuery 3.5 syntax updates

30 Apr 22:34
Compare
Choose a tag to compare

Update the deprecation warnings from Migrate when moving to JQuery 3.5