You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Martin Grigorov <mg...@apache.org> on 2017/01/04 21:41:02 UTC

[ANNOUNCE] WicketStuff 7.6.0 Released

WicketStuff core 7.6.0 based on Apache Wicket 7.6.0 is released and available
at Maven Central.

The changelog since 7.5.0 is:


Martin Tzvetanov Grigorov (14):
      [gmap3] Fix the name of an author
      Build against Wicket 7.6.0-SNAPSHOT
      [clipboard.js] Initial commit of integration with Clipboard.js
      [clipboard.js] Add support for setting the target by CSS selector.
      [pdf.js] Initial import
      [pdf.js] Use PackageTextTemplate to load the setup script for PDF.JS
      [pdf.js] Add support to set the url to pdf.worker.js and the initial
page number
      [pdf.js] Add support for setting the initial scale
      [pdf.js] Use Wicket-JQuery-Selectors to initialize WicketStuff-PDF
with JSON config
      [pdf.js] Show how to load PDF document as bytes
      [pdf.js] Update README. Add module to the project
      [pdf.js] Add support for several panels in the same page. Each
navigation bar controls its pdf viewer
      [pdfjs] Change the namespace to WicketStuff.PDFJS
      Release 7.6.0

Maxim Solodovnik (5):
      Select2 version is updated to 4.0.3
      Code clean-up: serialVersionUID is added
      Ajax query param is made configurable
      json:json library is replaced with openjson; examples are fixed
      issue #470: dropdownParent setting is added

Andrea Del Bene (2):
      Porting of solution to check for unbound behavior
      Module wicketstuff-stateless has been deprecated as Wicket 7 has now
support for stateless behaviors and components

Konstantinos Karavitis (2):
      Merge pull request #560 from kkaravitis/wicket-7.x
      Update pom.xml

Miguel Payet (1):
      Fix the save action in an EditableGrid when there are more than 1
editable grids on the page (#558)

Sven Meier (1):
      issue #534: destroy the factory

kkaravitis (1):
      fix for issue #559


The WicketStuff team

Re: [ANNOUNCE] WicketStuff 7.6.0 Released

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks ! :)

WBR, Maxim
(from mobile, sorry for the typos)

On Jan 6, 2017 15:07, "Ernesto Reinaldo Barreiro" <re...@gmail.com>
wrote:

> Many thanks!
>
> On Wed, Jan 4, 2017 at 10:41 PM, Martin Grigorov <mg...@apache.org>
> wrote:
>
> > WicketStuff core 7.6.0 based on Apache Wicket 7.6.0 is released and
> > available
> > at Maven Central.
> >
> > The changelog since 7.5.0 is:
> >
> >
> > Martin Tzvetanov Grigorov (14):
> >       [gmap3] Fix the name of an author
> >       Build against Wicket 7.6.0-SNAPSHOT
> >       [clipboard.js] Initial commit of integration with Clipboard.js
> >       [clipboard.js] Add support for setting the target by CSS selector.
> >       [pdf.js] Initial import
> >       [pdf.js] Use PackageTextTemplate to load the setup script for
> PDF.JS
> >       [pdf.js] Add support to set the url to pdf.worker.js and the
> initial
> > page number
> >       [pdf.js] Add support for setting the initial scale
> >       [pdf.js] Use Wicket-JQuery-Selectors to initialize WicketStuff-PDF
> > with JSON config
> >       [pdf.js] Show how to load PDF document as bytes
> >       [pdf.js] Update README. Add module to the project
> >       [pdf.js] Add support for several panels in the same page. Each
> > navigation bar controls its pdf viewer
> >       [pdfjs] Change the namespace to WicketStuff.PDFJS
> >       Release 7.6.0
> >
> > Maxim Solodovnik (5):
> >       Select2 version is updated to 4.0.3
> >       Code clean-up: serialVersionUID is added
> >       Ajax query param is made configurable
> >       json:json library is replaced with openjson; examples are fixed
> >       issue #470: dropdownParent setting is added
> >
> > Andrea Del Bene (2):
> >       Porting of solution to check for unbound behavior
> >       Module wicketstuff-stateless has been deprecated as Wicket 7 has
> now
> > support for stateless behaviors and components
> >
> > Konstantinos Karavitis (2):
> >       Merge pull request #560 from kkaravitis/wicket-7.x
> >       Update pom.xml
> >
> > Miguel Payet (1):
> >       Fix the save action in an EditableGrid when there are more than 1
> > editable grids on the page (#558)
> >
> > Sven Meier (1):
> >       issue #534: destroy the factory
> >
> > kkaravitis (1):
> >       fix for issue #559
> >
> >
> > The WicketStuff team
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>

Re: [ANNOUNCE] WicketStuff 7.6.0 Released

Posted by Ernesto Reinaldo Barreiro <re...@gmail.com>.
Many thanks!

On Wed, Jan 4, 2017 at 10:41 PM, Martin Grigorov <mg...@apache.org>
wrote:

> WicketStuff core 7.6.0 based on Apache Wicket 7.6.0 is released and
> available
> at Maven Central.
>
> The changelog since 7.5.0 is:
>
>
> Martin Tzvetanov Grigorov (14):
>       [gmap3] Fix the name of an author
>       Build against Wicket 7.6.0-SNAPSHOT
>       [clipboard.js] Initial commit of integration with Clipboard.js
>       [clipboard.js] Add support for setting the target by CSS selector.
>       [pdf.js] Initial import
>       [pdf.js] Use PackageTextTemplate to load the setup script for PDF.JS
>       [pdf.js] Add support to set the url to pdf.worker.js and the initial
> page number
>       [pdf.js] Add support for setting the initial scale
>       [pdf.js] Use Wicket-JQuery-Selectors to initialize WicketStuff-PDF
> with JSON config
>       [pdf.js] Show how to load PDF document as bytes
>       [pdf.js] Update README. Add module to the project
>       [pdf.js] Add support for several panels in the same page. Each
> navigation bar controls its pdf viewer
>       [pdfjs] Change the namespace to WicketStuff.PDFJS
>       Release 7.6.0
>
> Maxim Solodovnik (5):
>       Select2 version is updated to 4.0.3
>       Code clean-up: serialVersionUID is added
>       Ajax query param is made configurable
>       json:json library is replaced with openjson; examples are fixed
>       issue #470: dropdownParent setting is added
>
> Andrea Del Bene (2):
>       Porting of solution to check for unbound behavior
>       Module wicketstuff-stateless has been deprecated as Wicket 7 has now
> support for stateless behaviors and components
>
> Konstantinos Karavitis (2):
>       Merge pull request #560 from kkaravitis/wicket-7.x
>       Update pom.xml
>
> Miguel Payet (1):
>       Fix the save action in an EditableGrid when there are more than 1
> editable grids on the page (#558)
>
> Sven Meier (1):
>       issue #534: destroy the factory
>
> kkaravitis (1):
>       fix for issue #559
>
>
> The WicketStuff team
>



-- 
Regards - Ernesto Reinaldo Barreiro