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