Releases: ntd/silverstrap
Silverstrap 3.0.2 released
Silverstrap is a theme for SilverStripe 4 based on the Bootstrap 3 front end framework.
The 3.0.2 release is a bug fix release.
- 2018-11-07 dcbb8a0 The form role is unnecessary for element form
- 2018-11-07 354c408 Set
for
attribute for groups to the first field - 2018-11-07 adaeb1b Fix aria-controls in TabSet
- 2018-11-07 2e070bf Tab panel role is "tabpanel"
- 2018-10-25 c807ed4 Update tracker URLs
- 2018-10-25 55c636c Update bootstrap URL
Silverstrap 3.0.0 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 3.0.0 release is a big refactoring that pursues SilverStripe 4 compatibility. As such, many things have changed from the previous releases. For SilverStripe 3 compatibility please refer to the ss3
branch.
- Move and refactor templates into the proper SilverStripe 4 location.
- Fix Form.ss escaping and position.
- Add support for external links in NavBar.
- Update templates for
silverstripe/silverstripe-blog
. - Add
axllent/silverstripe-enquiry-page
support.
Silverstrap 2.4.0 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 2.4.0 greatly improves customizability.
- The theme is now bound to the
entidi/silverstrap-module
module. This allows to customize the form layout (i.e. the set of classes applied to the various form components) on a class basis. - Update bootstrap to 3.3.7.
- Explicitly set fallback text in
<%t %>
tags. - Do not set the
name
attribute when not needed. - Disable action on disabled
SelectionGroup
.
Silverstrap 2.3.3 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 2.3.3 tag is mainly a stabilization release that fixes a few bugs and introduces a new feature.
SelectionGroup
form fields now reacts properly to the disabled flag- Add support for
HiddenField
- The style of the form feedback is properly set depending on the message type
Silverstrap 2.3.2 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 2.3.2 release should be (again) considered a work in progress release, although I do not expect many changes in the near future. The overall design should be definitive.
- Add support for SelectionGroup form fields
- Use all attributes in CompositeField template
Silverstrap 2.3.1 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 2.3.1 release should be (again) considered a work in progress release, although I do not expect many changes in the near future. The overall design should be definitive.
- Add hard dependency on silverstrap-module for allowing some sort of theme customization
- Allow to customize the classes of various form elements
- Clean up some bogus
<div>
in the form templates - Render help description as tooltip on form fields
- Place tooltip below on sm and xs devices
Silverstrap 2.3.0 released
Silverstrap is a theme for SilverStripe based on the Bootstrap front end framework.
The 2.3 branch is aimed toward full support of Bootstrap front end forms. The 2.3.0 release should be considered work in progress but the changes are piling up too quickly, so I decided to make a release.
- Add support to tabbed form
- Add support for CheckboxSetField
- Add support for OptionsetField
- Allow proper rendering of FieldGroup
- Improve readonly and disabled state rendering
- Bootstrapize DropdownField rendering
- Improve rendering of FieldGroup
- Allow overriding of javascript settings
Silverstrap 2.2.5 released
Maintenance release: a couple of bugs have been fixed and minor clean ups.
- Add .clearfix to post inline list
- Avoid double class attribute in forms
- Minor documentation updates
- Convert anything to UNIX file format
Silverstrap 2.2.4 released
The integration has been improved, especially in conjunction with the entidi/silverstripe-autotoc module.
- Expect the favicon in the base URL by default
- Move form after
div.row
Silverstrap 2.2.3 released
Improved overall silverstripe/blog integration.
- Add template for blog profile pages
- Correct some code problem on Blog.ss
- Convert anything to UNIX file format