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 <ma...@gmail.com> on 2014/06/27 15:03:41 UTC

[ANNOUNCE] Wicket Bootstrap 0.9.4 is released

Hi,

Wicket Bootstrap 0.9.4 has been released and soon will be available at
Maven Central.

The Git short log is:

Martin Tzvetanov Grigorov (35):
      [maven-release-plugin] prepare for next development iteration
      Use 0.3.5 of the parent pom. Inherit the release plugin config.
      [prettify] Add Scala to the enumeration. The .js file is already here
      [prettify] Update Prettify (pretty print)
      [prettify] Revert CodeBehavior#lineNumbers to be false as before.
I've set it to true just for testing
      [prettify] Allow <xmp> as a tag for Code - it works great for
highlighted labels
      [prettify] Use prettify.js instead of run_prettify.js.
      [tabbed-panel] Fixes #373 - make it easier to use Pills
      [google-closure JS compiler] Fixes #376 - Expose method to override
CompilerOptions inside GoogleClosureJavaScriptCompressor
      [google-closure JS compiler] Issue #376 - Fix the build
      [yuicompressor] Fixes #375 - Use yuicompressor as optional Maven
dependendency
      [yuicompressor] Issue #375 - Add javadoc how to use it
      [yuicompressor] Issue #375 - Add javadoc to YuiCssCompressor
      [modal] Fixes #379 - Add support for closeOnEscapeKey and backdrop
      Fixes #380 - Use UrlResourceReference that depends on the configured
JQueryResourceReference for Bootstrap's JS from CDN
      [modal] Fixes #381 - Add functionality to disable the enforcement of
the focus so that inner components (like Select2) can acquire the focus
      Merge branch 'master' of https://github.com/subes/wicket-bootstrap
into subes-master
      [fileinput] Issue #383 - Bootstrap FileInput
      [fileinput] Issue #383 - Use a Panel that wraps the file input with a
Form so that Ajax uploads do not process the whole outer form
      [less] Fixes #387 - Use Less4j 1.6.1
      Upgrade Wicket to 6.16.0
      [ie8] Issue #321 - Contribute respond.js in the base page for the
samples because IE8 doesn't support min/max-width media queries
      Merge branch 'master' into subes-master
      [fileinput] Fixes #383 - Use JQuery and AbstractConfig to configure
FileInput field
      [datepicker] Fixes #382 - Format the start and end dates with the
provided format
      [colorpicker] Fixes #389 - ColorPickerTextFieldJavaScriptReference
should depend on JQuery
      [less] Fixes #390 - Add support for dependencies in the classpath
      Fixes #386 - Add BootstrapRadioChoice
      Fixes #392 - Add BootstrapCheckbox
      [file-input] Use spaces instead of tabs
      [fileinput] Issue #395 - Improve the initialization of the Ajax
behavior when upload button is enabled
      Issue #386 - Add unit tests for BootstrapRadioChoice
      Upgrade maven-release-plugin 2.5 to be able to release
      Upgrade maven-release-plugin 2.5 to be able to release
      [maven-release-plugin] prepare release bootstrap-parent-0.9.4

subes (14):
      Update GoogleClosureJavaScriptCompressor.java
      [fileinput] Integration for:
https://github.com/kartik-v/bootstrap-fileinput
      [fileinput] example for bootstrapfileinput
      [fileinput] sample for bootstrap file input now working
      [fileinput] form ajax infos added to sample
      [fileinput] btn btn-default fallback infos added
      [fileinput] Update BootstrapFileInputField.java
      [fileinput] Update BootstrapFileInput.java
      [fileinput] Update BootstrapFileInput.java
      [fileinput] Fix Ajax Behavior
      [fileinput] Fix Ajax Behavior
      [fileinput] Fix check for uploadClass
      [fileinput] Upload class automatically modified
      [fileinput] ajax behavior only added when upload button visibl

Martin Grigorov (4):
      Merge pull request #377 from subes/master
      Merge pull request #391 from uweschaefer/master
      Merge pull request #394 from subes/master
      Merge pull request #395 from subes/master

Michael Haitz (4):
      Merge pull request #378 from l0rdn1kk0n/375-YUI-compressor
      [navbar] add external link component (fixes #384)
      update google theme to bs3
      [navbar] allow external link as brand link (#385)

Uwe Schaefer (1):
      [tooltip] Patched ToolTip to respect IComponentAssignedModel


The Wicket-Bootstrap team!