(Quick Reference)

7 Version History - Reference Documentation

Authors: Ondrej Kvasnovsky, Francis McKenzie

Version: 1.6.2.2-SNAPSHOT

7 Version History

VersionDateDescription
1.6.2.211-Jun 2012Improvements:
- Go straight to current browser fragment page on startup/refresh
- Added mainWindow tag for e.g. setting browser title
- Easier debugging with Grails stacktrace screens
- Cleanly delineated Base-style vs Grails-style apps
1.6.2.124-May 2012Improvements:
- Reduced memory footprint and improved stability + multiple bugfixes.
- Support configuring SystemMessages
- Support including additional javascript libraries
- Support embedding a Vaadin application in a .gsp page
1.6.23-May 2012Improvements:
- Scaffold all property types, e.g. bytearray, locale
- Many new tags, e.g. include, tabs, accordion, file
1.6.115-Apr 2012Improvements:
- Create Vaadin GUIs using GSPs & tags
- Allow regular Grails controllers & Vaadin to be mixed together in one app
1.65-Apr 2012Improvements:
- Controllers & Views framework, and Grails-style scaffolding
- Instant setup of a new app with 'no-brainer' install script
1.5.31-Mar 2012Vaadin updated to 6.7.5
1.5EarlierPossible to run it together with Grails 2.0.0.
Vaadin updated to 6.7.4.
Config option for custom servlet class name added.
Automatic redeploy fixed (so you can do changes in
Vaadin classes without restarting the application).
1.4EarlierAdded the possibility to specify your own widgetset to be used by Vaadin servlet.
This is very useful for using add-ons
1.3EarlierSimple Vaadin upgrade to version 6.5.1
1.2EarlierCreated new 'vaadin' artefact type - all Vaadin code should now
reside in grails-app/vaadin
New features:
- Seamless integration with Grails Internationalization (i18n)
- Spring bean lookup from any Vaadin component.
1.1.2EarlierUpgraded to the latest stable Vaadin release (6.3.4), fixing these issues.
1.1.1EarlierA minor point release that ensures compatibility with Grails 1.1 and higher.
However, Groovy 1.7 language features (anonymous inner classes, etc)
are only available in Grails 1.3+ environments
(Groovy 1.7 is part of Grails 1.3+).
1.1EarlierLatest stable Vaadin release (6.3.3). Ability to specify a path to your Vaadin UI
other than the root context path,
e.g. http://localhost:8080/myapp/vaadinUI
Environment-specific configuration support (production, development, etc).
Custom environments too 'beta', 'uat', etc).