Saturday, October 20, 2012

mgwt 1.1.2 released

Today I got around to releasing mgwt 1.1.2, this is a recommended update to all mgwt users. It is a a drop in replacement for mgwt 1.1.1, but it fixes a lot of bugs, such as:


  • Improved CellList
  • many css fixes
  • hide address bar support 
  • better permutation control
  • Improvements to GestureRecognizers
  • Bug fixes on MSearchBox
  • fixing android quirks
  • home screen offline support for iOS
Here is a complete list.


I encourage you to download the new version.
It is also available from maven central:

<dependency>
      <groupId>com.googlecode.mgwt</groupId>
      <artifactId>mgwt</artifactId>
      <version>1.1.2</version>
</dependency>