-
Notifications
You must be signed in to change notification settings - Fork 75
Seaside330Changelog
Philippe Marschall edited this page Sep 14, 2018
·
44 revisions
Seaside 3.3.0 has not yet been released.
Seaside 3.3 includes Grease 1.3
- Pharo 7 64bit support
- Seaside-REST supports OPTIONS
- Seaside-REST supports PATCH
- a lot more HTML5 events are supported
- HTML root supports directly passing a style sheet or Javascript as a String
- Seaside now generates HTML-stlye boolean attributes instead of XML-style boolean attributes,
checkedinstead ofchecked="checked" -
#initializeCachecan be sent to an application after changing the cache configuration for the changes to take effect - the mime types for .sass and .scss are not supported
- the Seaside-REST-Examples package has been added which contains examples on how to use Seaside REST
-
WAEnterpriseAuberginesStrategyhas been added which tracks session similar to Tomcat/Java EE/Servlet with a "JSESSIONID" cookie and a "jsessionid" path parameter so that existing sticky session load balancers can be used - a mapping for Prototype's
PeriodicalExecuterhas been added - the bundled Prototype JavaScript library has been updated from 1.7.0 to 1.7.3 which fixes multi select lists
-
#noAutocompleteis also be understood by inputs - some of the icons of the development tools have been updated to vector graphics so that they should look better on high-DPI screens
-
WAXmlCanvas buildernow returns a ready to use builder - render phase continuation and
JSObjectnow uses the script generator configured on the application - WAErrorHandler now sets the charSet attribute of the content type
- loading the
RESTMetacello group no longer loads Seaside-Component - expired sessions tracked with cookies should no result in an infinite redirect
- Removed GemStone 2.4 support
- When a session has expired no longer is #expiredRegistryKey being sent to the response generator. Instead #handleDefault: is not sent to the application. If you require the old behavior you should subclass
WAApplicationand override#handleExpiredwith the method below. See https://github.com/SeasideSt/Seaside/issues/916.
handleExpired: aRequestContext
aRequestContext responseGenerator
expiredRegistryKey;
respond-
#initializeMemorySettingsProfileSeasidehas been removed - jQuery UI
#zIndex:has been removed use the appendTo option instead https://jqueryui.com/upgrade-guide/1.12/#removed-zindex
-
JSObject >> #timeout:has been deprecated in favour ofJSObject >> #setTimeout:.JQAjaxSetup >> #timeout:andJQAjax >> #timeout:have not been deprecated.
Changelogs
- (newer changelogs, see https://github.com/SeasideSt/Seaside/releases)
- 3.4.0
- 3.3.0
- 3.2.4
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.11
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 2.8
- 2.7
- Past Releases
Development
Documentation
- Configuration and Preferences
- Embedding Subcomponents
- Maintaining State
- Generating HTML
- CSS and Javascript
- Debugging Seaside Applications
- Links, Forms and Callbacks
- Development Tools
- Call and Answer
- Naming URLs
- Security Features
- Securing Seaside Applications
- Seaside-REST
- Add-On Libraries
- Persistence
- Gettext
- FileLibrary
- The Render Tree
- PDF Generation
- Long-Term Issues
- Ajaxification
- Web Components
- Big Issues
Sprints