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 2014/10/17 11:09:29 UTC

Wicket Bootstrap 0.9.7 is released

Hi,

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

New features:
- three state checkbox based on
https://github.com/kartik-v/bootstrap-checkbox-x/
- automatic detection of IE6-8 and contribution of html5shiv.js and
respond.js
- Integration with https://github.com/twbs/bootlint - a linter tool for
Bootstrap based markup

The list of commits is:

Martin Tzvetanov Grigorov (20):
      [maven-release-plugin] prepare for next development iteration
      Update the versions in the README
      [openwebicons] Update OpenWebIcons from master branch
      [coverage] Use coveralls for coverage notifications
      Revert "Travis-CI builds fail with BootstrapSettings.Holder cannot be
initialized error"
      [affix] Make AffixBehavior lighter by using #onComponentTag() instead
of adding extra behaviors (AttributeModifier)
      [openwebicons] Add minified version of openwebicons-bootstrap.css
      Fixes #444 - Bootstrap ASL2 -> MIT
      [datepicker] Add support for 'calendarWeeks' option. Shows the week
number in the lest side
      Issue #444 - better phrasing
      [bootlint] Update BootLint from 0.2.0 to 0.4.0
      [tooltip] Do not render 'title' attribute if there is no value for it
      Fixes #445 - Add integration with
https://github.com/kartik-v/bootstrap-checkbox-x
      Fixes #448 - Contributes IE 6-8 related dependencies (respond.js and
html5shiv.js)
      Issue #445 - Add default and copy constructors
      Issue #445 - Simplify the impl by using non-submitting behavior
(AjaxEventBehavior)
      Issue #445 - Update checkbox-x to 1.2.0 with a fix for
https://github.com/kartik-v/bootstrap-checkbox-x/issues/3
      [less] Make the test Windows line break resilient
      Update the version to 0.9.7
      [maven-release-plugin] prepare release bootstrap-parent-0.9.7

Chris Rebert (1):
      "Twitter Bootstrap" => "Bootstrap"


Dependencies:

core maven dependency:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>wicket-bootstrap-core</artifactId>
  <version>0.9.7</version>
</dependency>

for all extensions:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>wicket-bootstrap-extensions</artifactId>
  <version>0.9.7</version>
</dependency>

for all themes:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>wicket-bootstrap-themes</artifactId>
  <version>0.9.7</version>
</dependency>

if you want to use a less compiler:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>wicket-bootstrap-less</artifactId>
  <version>0.9.7</version>
</dependency>

all samples can be used with this dependency:

<dependency>
  <groupId>de.agilecoders.wicket</groupId>
  <artifactId>wicket-bootstrap-samples</artifactId>
  <version>0.9.7</version>
</dependency>


Wicket Bootstrap team!