GWT Version 1.4 Development PlanRelease Candidate AvailableDownload a copy here. Details in the GWT 1.4 RC blogpost. Widgets/Library- RichTextArea (#230) - jgw, knorton
- DisclosurePanel (formerly CollapsiblePanel) - knorton
- Widgets in Tabs - knorton
- Splitter (horizontal and vertical) - knorton and jgw
- SuggestBox - ecc (#868)
- IncrementalCommand (formerly DeferredIterator)
- ToggleButton,PushButton - ecc (#869)
- DateTimeFormat (#751)
- NumberFormat (#752)
Development/Deployment- True JS output (litmus test: mash-up-able) (#699) - scottb
- Benchmarking subsystem integrated into JUnit - tobyr (#702)
- Simplified external script inclusion (script ready-functions no longer necessary)
- GWTShellServlet uses preferred HTTP headers to speed demos and educate for deployment
- New JRE classes: ListIterator (TreeMap and SortedMap will not be included in 1.4 after all) - hcc
- Compiler reports file/line information on internal compiler errors (ICEs) - scottb
- Automatic PNG transparency support in IE for ClippedImage - bruce
- RemoteServiceServlet refactoring to be pluggable - mmendez
- Hosted mode checks at JSNI boundaries (#627, #736) - jat
Performance- Compiler does simple inlining (e.g. localized Constants) - scottb
- Compiler does additional low-hanging-fruit dead code elimination - scottb
- Compiler does peephole JS output optimizations - scottb
- Optimized bootstrap, with simplified host page inclusion mechanism (i.e. <script src="module.js">)
- JRE size and speed optimizations: HashMap, ArrayList, Vector, HashMap, HashSet
- ImageBundle, ImageBundleGenerator, clipping on !Image (#753, #754)
Fixes- Hosted mode Linux crash (#472) - jat
- Hosted mode support for multiple modules on a page (#484) - jat
- Hosted mode JS use of toString on a wrapped Java object (#775, #785) - scottb
- Hosted mode memory leaks (#846) - jat
- GC-correct hosted mode in Safari - jat
- Hosted mode caching bug (sometimes appears due to RPC after refresh) (#711)
- Redundant image loading in IE (#282)
- Trees in ScrollPanel (?)
- HTMLTable bugs (already in code review -ecc)
- ...Other bugs during a 3-4 day GWT bugfix...
|