You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Martin Grigorov <ma...@gmail.com> on 2015/11/03 08:12:14 UTC

Wicket Bootstrap 0.9.13 & 0.10.4 are released

Wicket Bootstrap 0.9.13 (built against Wicket 6.20.0) and 0.10.4 (built
against Wicket 7.1.0) have been released and are available at Maven Central.

New features:
- integration with http://summernote.org/
- integration with http://vsn4ik.github.io/bootstrap-checkbox/
- integration with http://www.bootstraptoggle.com/

Upgrades JQuery UI to 1.11.4 (used for draggable & resizable modals)

The list of commits since 0.9.12 are:

Martin Tzvetanov Grigorov (36):
      [maven-release-plugin] prepare for next development iteration
      [summernote] PR #536 Code formating and best practices
      [bootstrap] Issue #512 - Exclude Bower dependencies for Summernote
editor (jquery, bootstrap and font-awesome)
      Fixes #512 - Add a demo page for Summernote text editor
      Issue #512 Fix the build for 7.x by updating the APIs for Summernote
      [summernote] Issue #512 - Add configuration for Summernote storage in
WicketApplication
      [summernote] Issue #512 - Delete the folder with the uploaded images
on application stop
      Code formatting - use spaces, no tabs
      [dropzone] Do not add Dropzone components twice
      [summernote] Issue #538 - Fix whitespaces
      [bootstrap-checkbox(picker)] Fixes #542 - Add integration for
http://vsn4ik.github.io/bootstrap-checkbox/
      [checkboxes] Move CheckboxX demo to "Checkboxes and Toggles" demo page
      [samples] Add a label to "Show animation" woth Animate.css button
      Fixes #543 - Add integration with Bootstrap Toggle checkbox
      [bootstrap-toggle] Rename .min.js.map.txt to .min.js.map (remove .txt)
      Issue #547 - Fix whitespaces
      Issue #547 - Remove special CSS rules for opacity for Mozilla and
KHTML/Safari
      Issue #547 - Fix whitespaces
      Issue #547 - Remove special CSS rules for opacity for Mozilla and
KHTML/Safari
      [summernote] Issue #548 - Extract constants for the default values
      PR #552 - Remove BootstrapResourceLink
      Fixes #549 - Upgrade jQuery UI to 1.11.4
      [samples] Fix the path to Wicket logo
      [fileinput] Fixes #554 - Upgrade FileInput resources, add loading.gif
      Remove some implied modifiers for Java enum as inner class
      [modal] Fixes #539 - Add factory methods for the header and footer
      Fixes #559 - bootstrap.js should not be deferred by default
      [less] Update Less4j to 1.15.0
      Update CheckboxX' resources
      Build against Wicket 7.1.0
      [samples] Validation in Modal example should use Ajax submit
      [samples] Validation in Modal example should use Ajax submit
      [maven-release-plugin] prepare release bootstrap-parent-0.9.13
      [maven-release-plugin] prepare for next development iteration
      [maven-release-plugin] prepare release bootstrap-parent-0.10.4

Tobias Soloschenko (25):
      Summernote-Editor Integration
      Summernote Image Upload Initial
      Summernote Image Upload Finalized
      Summernote Images are received from server, now
      Summernote Base64 encode / decode for file name in header
      Summernote sub folder support
      Summernote fixes typo and some references
      Summernote WebJars / Component
      Summernote - Provide different implementations to store images
      Summernote - submit and set content
      Summernote - Base64 encode / decode for editor content
      Summernote content via model / formdata fix for IE>10
      Summernote Javadoc
      Summernote toolbar support / removes picture if no storageid
      Summernote toolbar support typo
      Summernote toolbar support order of buttons
      Summernote toolbar support order of buttons fixed
      Summernote fix for mobile devices which store images with same name
      Summernote - spin.js overlay if images are uploaded
      Summernote - spin.js overlay if images are uploaded - finished
      Summernote - spin.js overlay fixed formatting
      Summernote busy spinner integration - fixed defaults
      Summernote - spin.js overlay if images are uploaded
      Summernote - spin.js overlay if images are uploaded - finished
      Summernote - spin.js overlay fixed formatting

TahitianGabriel (4):
      Add all missing fontawesome icons (4.1, 4.2, 4.3 & 4.4)
      add class="disabled" on listitem when link is disabled     (
http://getbootstrap.com/components/#dropdowns-disabled)     Make
newButtonList protected
      Add all missing fontawesome icons (4.1, 4.2, 4.3 & 4.4)
      add class="disabled" on listitem when link is disabled     (
http://getbootstrap.com/components/#dropdowns-disabled)     Make
newButtonList protected

ymlaine (2):
      Make SummernoteEditor as TextArea component.
      Addition of BootstrapResourceLink, same as default ResourceLink but
based on styled BootstrapLink


Many thanks to all contributors!


Wicket Bootstrap team