Martin Tzvetanov Grigorov
- [samples] Fix the build by fixing the imports in WicketApplication (demo app)
- [tabbedpanel] Fixes #404 - The default selected tab should be expressed either as Model.of(0) or null
- [datetextfield] Issue #408 - rename the new method from "withClearButton" to "clearButton" as other setter-only methods
- Add test case for #406
- Revert to Bootswatch theme provider in the sample application
- [less] #390 - Add support for "package!" scheme for resolving dependencies/imports in the same package but in a different Jar file
- Fixes #396 - Update Google theme to 3.2.0
- Fixes #399 - Disable javadoc lint when building with Java 8
- Issue #399 - Use LinkedHashSet in CssClassNames to preserve the order of the CSS classes.
- Issue #390 - Add new scheme for resolving dependencies - "package!"
- Issue #396 - Use "current" for resolving the latest version of Bootstrap's variables.less in the test for "webjars!" scheme for importing
- Issue #396 - Upgrade Bootswatch themes to 3.2.0
- Upgrade maven-bundle-plugin to 2.5.0
- Issue #396 - Use stable version instead of "current" for resolving the latest version of Bootstrap's variables.less
- Issue #396 - Upgrade Bootstrap to 3.2.0
- Issue #396 - Add support for FormGroup sizes
Michael Haitz
- add imported sources to LessUrlSource (fixes #409)
- add vegibit themes (fixes #407) and upgrade metro theme
- upgrade less4j to 1.7.0
- improve API documentation (#16)
- add bootstrap-theme.css as theme, fix issue in GoogleCssReference (related to issue #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>