Skip to content

DateField based on LocalDate, Valo as default theme, ColorPicker for V8

Pre-release
Pre-release
Compare
Choose a tag to compare
@pleku pleku released this 20 Oct 13:53
· 2237 commits to master since this release
  • Server side listeners have been unified (Java 8 API)
  • DateField is now based on LocalDate instead of Date
    • "Old" DateField is still in compatibility packages
  • ColorPicker is now based on AbstractField
    • ColorPicker subcomponents implement HasValue
    • "Old" ColorPicker is in compatibility packages
  • Documentation refers to RadioButtonGroup and CheckBoxGroup instead of OptionGroup
  • Valo is the default theme
  • Valo is independent of Base theme
  • Grid column reordering support for V8 Grid (user and programmatic)
  • Upload is updated to have a separate setImmediateMode instead of setImmediate
    • "Old" Upload is in compatibility packages
  • NativeSelect V8 DOM has been reverted to be same as in V7
  • Update to GWT version 2.8.0-rc3
  • Changes from 7.7.1, 7.7.2 and 7.7.3 have been migrated