You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2015/06/28 15:24:43 UTC

[ANNOUNCE] WicketStuff 7.0.0-M6 is released

Hi,

WicketStuff core 7.0.0-M6 based on Apache Wicket 7.0.0-M6 is released and
soon will be available at Maven Central.

The changelog since 7.0.0-M5 is:

Andrea Del Bene (23):
      Issue #383
      Issue #383 : added webjar support
      Issue #384
      Code refactoring and added StatelessOnChangeAjaxBehavior
      added indicating AJAX link and button
      Completed StatelessAjaxButton and updated example page
      Packages reorganization
      minor change to test page html
      Update README.md
      -Response tye now is set also for void methods     -Updated knockout
for example page
      updated readme file
      #399
      updated dependencies on Gson and JAckson
      Readme updated with Jackson serial/deserial
      Update readme.md
      Update readme.md
      initial commit for tab component
      style fix
      added Ajax-tab component
      added docs to tab example
      added javadoc and test cases
      added further unit tests
      fix to demo HTML

cmiles74 (22):
      Altered to pull OL resources with WebJars
      Removed reference to undocumented "dispose" call
      Minor changes to work with 1.7 project
      Minor change to fix whitespace
      Took another stab at fixing whitespace
      Last attempt at fixing the whitespace issue
      Implemented an extent object
      Implemented an extent object
      Altered click handler to only handle single clicks
      Merge branch 'master' of https://github.com/wicketstuff/core
      Updated the URLs for the WFC examples
      Merge branch 'master' of https://github.com/wicketstuff/core
      Added warning to the cluster demo page
      Added property file with default label value
      Altered criteria for the Kryo2 serialization test
      Altered criteria for the Fast serialization test
      Altered criteria for the Fast2 serialization test
      Fixed typo in properties for inmethod-grid toolbar
      Updated ignore file
      Fixed issue with flickering popups
      Fixed styling issue on the cluster example
      Merge branch 'master' of github.com:wicketstuff/core
Ilkka Seppala (10):
      Added wicket-foundation module.
      Update README.md
      Changed group id and package names from com.iluwatar to
org.wicketstuff.foundation
      Update pom.xmls for inclusion to wicketstuff
      Remove TODO
      Fixed some warnings
      Revert "Update pom.xmls for inclusion to wicketstuff"
      Fixed pom.xmls to fit wicketstuff
      Added missing dependency for tests
      Changed jquery references from $ to jQuery to prevent conflicts with
    other javascript frameworks user may use.

Martin Grigorov (8):
      Merge pull request #386 from cmiles74/master
      Merge pull request #392 from shuraa/master
      Merge pull request #401 from cmiles74/master
      Merge pull request #403 from iluwatar/master
      Merge pull request #402 from tgoetz/master
      Merge pull request #405 from cmiles74/master
      Merge pull request #406 from cmiles74/master
      Merge pull request #410 from shuraa/master

Alexander Morozov (7):
      Reformat code according to
http://mvnrepository.com/artifact/org.apache.wicket/wicket-eclipse-settings
      Merge select2 issue #390 fix to master
      Merge select2 changes to master.
      Now renderInitializationScript accept value to display.
      [merge] Always return a collection instead of null in
Select2MultiChoice#convertValue(String[])
      Merge remote-tracking branch 'upstream/master'
      Update select2 README.

Martin Tzvetanov Grigorov (4):
      Re-enable InMethod Grid. Now it uses org.wicketstuff:wicket15-tree to
use the old Tree component
      Update some plugins and fix javadoc links
      Rework the test to be able to build with 7.0.0-M6
      Bump the version to 7.0.0-M6

klopfdreh (4):
      CanvasImage - Renders image into HTML content
      jee-web / html5 - destory WicketTester
      Removed SNAPSHOT version of wicket-bootstrap-core
      [minis] ReplacingResourceModel
JoachimRohde (2):
      [GMap3] Until version 3.10 of the Google Maps JavaScript API, complex
icons were defined as MarkerImage objects. The Icon object literal was
added in version 3.10, and replaces MarkerImage from version 3.11 onwards.
    Added the class GAnimation to customize the animation of a marker.
      [GMap3] Removed deprecated methods

Tobias Soloschenko (2):
      [HTML5] Removed Media because Wicket 7 includes it / WebRTC / WebVTT
      CanvasImage renamed to InlineImage

Ilkka Seppälä (1):
      Merge pull request #412 from bitstorm/foundationTab

Joachim Rohde (1):
      [GMap3] Updated Marker-example to show how to use the new GAnimation
class.     Fixed image-paths.     Removed deprecated method-calls.

Maxim Solodovnik (1):
      Merge pull request #398 from shuraa/master

Tom Götz (1):
      Revert non-ajax support from commit 1f7aaeb


The WicketStuff team!