Hello,

Following just over 1 month from the 1.4.17.2 point release today I am pleased to announce the new 1.4.17.3 wicketstuff-core release. This is the third point release against the current stable wicket release of 1.4.17.

The artifacts have been promoted and have synced into the maven central repository.

They can be retrieved like this:

<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>tinymce</artifactId>
<version>1.4.17.3</version>
</dependency>

The release tag is here: https://github.com/wicketstuff/core/tree/wicketstuff-core-1.4.17.3

Development on the next release takes place on the core-1.4.x branch here: https://github.com/wicketstuff/core/tree/core-1.4.x

Issues can be reported here: https://github.com/wicketstuff/core/issues

The Project Wiki is available here: https://github.com/wicketstuff/core/wiki

Changelog between wicketstuff-core-1.4.17.2 and this release:

Jacob Brookover (6):
      -New Plugins
      -Removed settings not applicable to TinyMCE 3.4.1
      -Some TODO Notes about Toolbars; pretty sure ToolBar4 doesn't work
      -Added some Generics
-Added a feature that 'removes' and 'adds' a TinyMCE instance in case the TextArea is redrawn via Ajax and, therefore, the behavior is run again.
      -Added a hack to get TinyMCE to load lazily
      -TinyMCEBehavior uses this hack if being added via an Ajax Request
      -Doc change
Merge branch 'core-1.4.x' of github.com:jbrookover/core into core-1.4.x
      -StringBuilder improvements
      -Exception thrown if incorrect AutoResize feature is used
      Merge pull request #34 from jbrookover/core-1.4.x

Michael O'Cleirigh (5):
[datatable-autocomplete] make IAutoCompletingResponseValidator extend IClusterable
      Merge remote branch 'origin/core-1.4.x' into core-1.4.x
[datatable-autocomplete] Enable custom CSS resources for the overlay and table
      commit 1.4.17.3 release pom's
      define release scm and wicket version

Alexander Morozov (3):
      fixed grid initialization script rendering
      Fix realItemCount calculation
      Merge pull request #33 from shuraa/core-1.4.x

Boris Goldowsky (2):
      Update to TinyMCE 3.4.1
Merge branch 'core-1.4.x' of git://github.com/wicketstuff/core into core-1.4.x

seb (1):
wicketstuff-push-core: removed obsolete parameter "Event" from IPushService.createChannel method signature


(This listing was generated using: git shortlog -n wicketstuff-core-1.4.17.3..wicketstuff-core-1.4.17.2).

I will plan to do the next release within one month of today but if you commit code and/or need a release cut sooner please either contact me directly or file a ticket.

Regards,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to