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/02/18 23:00:12 UTC

Wicket Bootstrap 0.9.7 & 0.10.0 are released

Hi,

Wicket Bootstrap 0.9.8 (built against Wicket 6.19.0) and 0.10.0 (against
Wicket 7.0.0-M5) have been released and soon will be available at Maven
Central.

New features:
- component for http://eonasdan.github.io/bootstrap-datetimepicker/
- component for http://www.virtuosoft.eu/code/bootstrap-touchspin/
- Bootstrap 3.3.2
- better support for OpenGraph meta tags

The list of commits since 0.9.7 are:

Daniel Jipa (1):
      Format markup

Hendy Irawan (3):
      Remove toLowerCase(), fixed #474
      MetaTag to detect OpenGraph protocol properties
      Better styling for BootstrapPagingNavigator, using Bootstrap
`class="disabled"`

Martin Tzvetanov Grigorov (85):
      [maven-release-plugin] prepare for next development iteration
      [bootlint] Update BootLint to 0.5.0
      [checkboxx] Update CheckBox-X to 1.3.0 with fixes for <input
type="checkbox"/> with enclosed label (
https://github.com/kartik-v/bootstrap-checkbox-x/issues/3)
      [checkboxx] Add a setting for 'useNative'. Introduced with
bootstrap-checkbox-x 1.3.0
      [ModalCloseButton] Rework ModalCloseButton to be Ajax based
      Issue #451 - Use AjaxCallListener#onBeforeSend() to set the new
location.hash.
      [tour] Update bootstrap-tour to 0.10
      [checkboxx] Use a <label> around the CheckBoxX demo because the
default config says so
      Fixes #452 - Re-enable resizing and dragging of Modal windows
      Fixes #455 - 'd' -> 'd'; 'dd' -> 'dd'; 'M' -> 'm'; 'MM' -> 'mm';
'MMM' -> 'M'; 'MMMM' -> 'MM'
      Fixes #455 - JavaScript to Java improvements
      Add an empty line between methods. No functional changes!
      [bootlint] Update bootlint.js to its latest version
      Issue #458 - Upgrade Bootswatch themes to 3.3.0
      Issue #458 - Update Bootstrap to 3.3.0
      Upgrade Less4j to 1.8.4
      Use wicket-jquery-selectors 0.1.4
      [themes] Issue #458 - Update Bootswatch themes for 3.3.0
      Use wicket-webjars 0.4.4
      [bootlint] Update Bootlint to 0.7.0. Run the linter manually as
explained at
https://github.com/twbs/bootlint/issues/171#issuecomment-62070774
      [bootlint] Add a singleton instance of BootlintHeaderItem
      Fixes #450 - Add ITheme#getResourceReferences() method to be able to
depend on the theme and allow lazy initialization of Webjars resources
      Issue #442 - Add Bootstrap Material Design theme
      Issue #442, #450 Rework #450 to allow depending on any HeaderItem.
This way MaterialDesignTheme can initialize itself ondomready
      Issue #442 - Add a shell script to download the last available
resources from the dist/ folder
     Issue #442 - Improve the samples markup
      Issue #442 - Improve the markup of FileInput sample
      Issue #442 - Optimize imports
      [bootlint] Update Bootlint to 0.8.0
      Issue #442 - Revert to Flatly as a default theme for the samples
      Fixes #465 - Update Bootstrap to 3.3.1
      Update Modernizr to 2.8.3
      Update the expectation of a test after the upgrade of Bootstrap to
3.3.1
      Update Wicket to 6.18.0
      Remove unused dependency declaration for Rhino
      Update Google (TODC) theme to 3.3.1
      Fixes #457 - Use Guava 18.0 for the samples to make is possible to
deploy in JBoss WildFly
      Fixes #460 - Use the 'btn' component for initializing the dropdown.
      Simplify the check. 'currentValue' cannot be null at that point
      Fixes #426 - Add special logic that decides whether to add a CSS
class to a ListItem in #onConfigure()
      Update Bootswatch to 3.3.1+1
      [ladda] Update Ladda resources
      [yuicompressor] Declare yuicompressor as manadatory dependency in the
samples to be able to start the demo in deployment mode
      [material design theme] Update Material Design theme to 0.1.6
      Addresses
https://github.com/l0rdn1kk0n/wicket-bootstrap/issues/349#issuecomment-41503179
      Update README
      [spinner] Use spaces instead of tabs as all other classes in the
project
      [spinner] Issue #469 - Make 'initval' a String with default value ""
      [spinner] Issue #469 - Make it possible to register only for the some
of the possible event notifications
      [checkboxx] Demo - use NotificationPanel instead of plain
ComponentFeedbackPanel
      [NotificationPanel] Fixes #470 - NotificationPanel should act as a
fenced feedback panel
      [themes] Update Material Design theme to 0.20
      [modal] ModalCloseButton should actually close the Modal
      Merge branch 'master' of github.com:lehvolk/wicket-bootstrap into
lehvolk-master
      [valiation] Issue #461 - Do no autofocus the first element by
default. Focus only when there is an invalid form component
      [validation] Make ParametrizedFunction package scoped and add a TODO
to replace it with a better class in wicket-jqeury-selectors:0.1.5
      [file-input] Update File Input JS widget from 1.6 to 3.0
      [themes] Update meterial design theme
      Drop Scaffolding sample page.
      Fixes #478 - Add 'property' as a posible name attribute of <meta> tag
      [MetaTag] Fixes #480 - Store the 'content' as model object
      [themes] Update Bootswatch, Material Design and Google themes
      Fixes #486 - Contribute bootstrap.js when NotificationPanel is used
to be able to close the alerts with the 'x' link
      Issue #485 - Extract a reusable class for the repeating logic for
paging navigation items
      Issue #481 - Add unit tests
      Update Material Design theme
      Update Google theme
      Update Bootstrap to 3.3.2
      Update Metro theme to 3.3.2
      Update Metro theme to 3.2.2
      Update Bootswatch themes to 3.2.2
      Alert's close buttons should be in sync with 'dismissable' flag
      Fix versions of dependencies in the README
      Update Material Design theme to 0.2.2
      Notification alerts should be closeable by default
      [modal] Append/remove the 'fade' CSS class in onComponentTag()
instead of adding a behavior in onConfigure()
      [themes] Add the new Metro CSS files (m8tro.[min.]css)
      [themes] Update Bootswatch theme to its latest version (3.3.2)
      [samples] Move demo for infinite scroll to its own page
      Use Wicket 6.19.0
      [themes] Update Bootswatch themes (Paper & Readable)
      [themes] Update google theme
      [themes] Update Material design theme
      [bootlint] Update bootlint to 0.9.2 and fix some warnings
      [maven-release-plugin] prepare release bootstrap-parent-0.9.8

Michael Lorenz (1):
      Make it possible to provide a custom LessCompiler.Configuration with
    application specific data. For example custom less functions.

danjee (15):
      add a spinner component for int values
      Added a spinner component based on
http://www.virtuosoft.eu/code/bootstrap-touchspin/
      Merge branch 'master' of
https://github.com/danjee/wicket-bootstrap.git
      added sample
      Merge branch 'master' of
https://github.com/danjee/wicket-bootstrap.git
      Added improved javadoc     Added chained constructors
      Added default values in configuration     Also an ugly workaround in
default keys max, min and step
      remove white lines
      import resources with eclipse 'Save actions' disabled
      remove whitespaces
      use getConfig() instead of config object
      use getConfig() instead of config object
      add default values
      Merge branch 'master' of https://github.com/danjee/wicket-bootstrap
      added events listeners

lehvolk (18):
      bootstrap select implementation
      move code from onConfigure to onInitialize
      - creation of BootstrapSelectBehavior instance  moved to method     -
localization fix for example page
      preliminary version of validation behaviors
      added append to parent property to config.     examples for
validation.
      final makeup
      javadoc fix
      review fixes
      final review fixes
      review fix
      revert changes
      revert changes
      add documentation for js
      - Eonasdan datetime picker implementation     - jasny bootstrap fix
      Merge branch 'master' of
https://github.com/l0rdn1kk0n/wicket-bootstrap
      - jasny components actualization     - datetime picker component
review
      cleanup review remarks     add configuration for icons of datetime
picker widget
      serialVersionUID cleanup


Big Thank You to all contributors!

Wicket Bootstrap team