Skip to content

Releases: ArcBees/GWTP

Release 1.0.2

20 Jan 21:04
Compare
Choose a tag to compare
  • Fixed various issues in Crawler Service - #326
  • Removed illegal call to Throwable#initCause - #312

Release 1.0.1

20 Jan 21:07
Compare
Choose a tag to compare

MVP

  • Extended PlaceRequest builder to be able to build a PlaceRequest from an already existing place request - #300
  • Fixed doCenter method that wasn't centering correctly the popup when the popup is hidden - #302
  • Fixed a problem with unlockScreen that was throwing a javascript exception - #294
  • Added extension points to RootPresenter and getters - #287
  • Fixed issue while using lists with GenProxyProcessor - #201

Crawler

  • Fixed a NPE in Objectify for the crawler - #299
  • Enhanced the crawler to use latest HTMLUnit version as well as a more recent browser as default - #290
  • Extracted crawler service from the core - #277

RPC Dispatch

  • Fixed a bug with GWTP-Dispatch where CPU usage could go up to 100% - #281

Dispatch RPC Spring

  • We're now giving a default value for cookie name while using secure action - #303
  • Updated to Spring 3.2.3 - #298
  • GWTP-Dispatch handlers can now be registered using @RegisterActionHandler- #292

Release 1.0

20 Jan 21:08
Compare
Choose a tag to compare
  • Added new visibility handler
  • Added an experimental API [[Rest-Dispatch]]
  • Updated GinUiBinder to work with GWT 2.5+
  • Fixed #252
  • Fixed #243

Release 1.0-RC-3

20 Jan 21:09
Compare
Choose a tag to compare
Release 1.0-RC-3 Pre-release
Pre-release

Release 1.0-RC-2

20 Jan 21:09
Compare
Choose a tag to compare
Release 1.0-RC-2 Pre-release
Pre-release
  • Updated default rpc dispatch path in ActionImpl, this simplifies using rpc dispatch defaults.
  • Phonegap build support added.
  • FormFactors for Mobile, Tablet, Desktop added.
  • Removed a bug where the compiler would wrongly say that DefaultClientModule wasn't found.
  • More docs have been added and updated.
  • Mobile sample updated and added Phonegap support to i.

Release 1.0-RC-1

20 Jan 21:10
Compare
Choose a tag to compare
Release 1.0-RC-1 Pre-release
Pre-release
  • Code formatting to 4 spaces.
  • Enhanced Bootstrapping.
  • More documentation added to wiki.
  • ViewImpl change, by adding widget to it. Allows for initWidget(widget...).
  • You can now use the DefaultPlaceManager instead of your own.
  • Default annotations added @DefaultPlace, @ErrorPlace, @UnauthorizedPlace.
  • [[Maven Configuration]] enhanced.
  • Ginjector collision fixed.

Release 0.8b1

24 Jan 13:24
Compare
Choose a tag to compare
Release 0.8b1 Pre-release
Pre-release
gwtp-0.8-beta-1

[maven-release-plugin]  copy for tag gwtp-0.8-beta-1

Release 0.8

24 Jan 13:26
Compare
Choose a tag to compare
  • Upgraded and compiled with GWT 2.5.0
  • You can now set your content slot in your presenter constructor and remove revealInParent method.
  • Annotated ginjector generation
  • Separated GWTP-Samples from core
  • Dispatch handler discovery
  • Moved source to Github
  • Release to sonatype for maven dependency integration
  • Removed UiBinder Ginjector injection to a further release
  • Created G+ GWTP Community
  • Favicon created
  • Enhancements to the Ginjector generation
  • Annotated Bootstrapper
  • Annotated PreBootstrapper added
  • GWTP entry point added
  • Annotated Ginjector enhancements
  • Moved documentation from Google code repository
  • Remove Uber Jar. Dependency links have been made to Maven Central in ReadMe

Release 0.7

24 Jan 13:27
Compare
Choose a tag to compare
  • Support for dynamic tabbed presenters with user data
  • More robust token formatter, tokens now survive in email
  • Support for GWT 2.4
  • Migrated the event system to com.google.web.bindery
  • Improved error reporting during code generation and for dispatcher
  • Improved documentation
  • Many bug fixes to the eclipse plugin
  • Numerous bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-7 complete list of closed issues], and the [PortingV1#V0.7 migration details].

Release 0.6

24 Jan 13:27
Compare
Choose a tag to compare
  • Introduction of the [EclipsePlugin GWTP Eclipse Plugin].
  • Support for [CrawlerSupport search engine crawling].
  • Integration with [GoogleAnalytics Google Analytics].
  • Major refactoring of GWT generators, resulting in better error messages and more robustness. (See [http://code.google.com/p/gwt-platform/issues/detail?id=6 Issue 6].)
  • Fixed a bug with the !TokenFormatter. (See [http://code.google.com/p/gwt-platform/issues/detail?id=286 Issue 286].)
  • Fixed a bug with navigation confirmation mechanism. (See [http://code.google.com/p/gwt-platform/issues/detail?id=291 Issue 291].)
  • Made it possible to reveal a place without changing the URL token, so the browser back button works when revealing an error place. (See [http://code.google.com/p/gwt-platform/issues/detail?id=273 Issue 274].)
  • More powerful notification system for internal asynchronous calls. (See [http://code.google.com/p/gwt-platform/issues/detail?id=308 Issue 308].)
  • Cleaned-up projects and Maven dependencies, resulting in a cleaner dependency graph and total separation of Guice and Spring dependent code.
  • Increased the quality of errors reported by annotation processors. (See [http://code.google.com/p/gwt-platform/issues/detail?id=318 Issue 318].)
  • Numerous bug fixes and enhancements. See the [http://code.google.com/p/gwt-platform/issues/list?can=1&q=label:milestone-V1.0-6 complete list of closed issues], and the [PortingV1#V0.6 migration details].