New in Seaside 2.7

  • WARequestHandler refactorings
  • Canvas renderer is default, the old renderer is deprecated
  • New, canvas like header api
  • File libraries
  • Some tools have been cleaned up
  • New image map api
  • Many new XHTML elements
  • WAAnchorTag >> #text: has been deprecated (use #with: instead)
  • Removed WATagBrush >> #tooltip: (use #title: instead)
  • A deprecation api to make all these deprecations possible
  • Ability to open a debugger on the rendering stack of an element
  • Pretty printer fixes and improvements (including comments)
  • Cookie fixes
  • Convenience methods in WARequest
  • Many bug fixes
  • Class and method comments
  • And more