---------- Forwarded message ----------
From: Michael Haitz <michael.ha...@agilecoders.de>
Date: Tue, Jul 8, 2014 at 6:04 PM
Subject: Wicket Bootstrap 0.9.5 is released
To: wicket-bootst...@googlegroups.com


Hi,

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

release description:
https://github.com/l0rdn1kk0n/wicket-bootstrap/releases/tag/bootstrap-parent-0.9.5

The major change is the upgrade of Bootstrap to 3.2.0.


*The Git short log is:*

Martin Tzvetanov Grigorov

   - [samples] Fix the build by fixing the imports in WicketApplication
   (demo app)
   - [tabbedpanel] Fixes #404
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/404> - The
   default selected tab should be expressed either as Model.of(0) or null
   - [datetextfield] Issue #408
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/408> - rename the
   new method from "withClearButton" to "clearButton" as other setter-only
   methods
   - Add test case for #406
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/pull/406>
   - Revert to Bootswatch theme provider in the sample application
   - [less] #390 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/390> -
   Add support for "package!" scheme for resolving dependencies/imports in the
   same package but in a different Jar file
   - Fixes #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Update Google theme to 3.2.0
   - Fixes #399 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/399> -
   Disable javadoc lint when building with Java 8
   - Issue #399 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/399> -
   Use LinkedHashSet in CssClassNames to preserve the order of the CSS classes.
   - Issue #390 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/390> -
   Add new scheme for resolving dependencies - "package!"
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Use "current" for resolving the latest version of Bootstrap's
   variables.less in the test for "webjars!" scheme for importing
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Upgrade Bootswatch themes to 3.2.0
   - Upgrade maven-bundle-plugin to 2.5.0
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Use stable version instead of "current" for resolving the latest version of
   Bootstrap's variables.less
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Upgrade Bootstrap to 3.2.0
   - Issue #396 <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/396> -
   Add support for FormGroup sizes

Michael Haitz

   - add imported sources to LessUrlSource (fixes #409
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/409>)
   - add vegibit themes (fixes #407
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/407>) and upgrade
   metro theme
   - upgrade less4j to 1.7.0
   - improve API documentation (#16
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/16>)
   - add bootstrap-theme.css as theme, fix issue in GoogleCssReference
   (related to issue #349
   <https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/349>)
   - remove unused files
   - fix equals check for default themes
   - remove bootstrap3 theme, upgrade google theme

subes

   - ajaxUploadBehavior now only gets removed once
   - added configuration option for the defer script attribute

pulse00

   - added clearButton option for DateTextFieldConfig

*Dependencies:*

core maven dependency:

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

for all extensions:

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

for all themes:

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

if you want to use a less compiler:

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

all samples can be used with this dependency:

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

Reply via email to