All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.13.0 (2024-09-12)
- Further updates to styles to use the new TfS branding colours ([8e0ee1e])
3.12.0 (2024-08-15)
- Updated styles to use the new TfS branding colours ([5c74c5d])
3.11.0 (2022-03-25)
- add toasts (4c41249)
3.10.0 (2022-01-18)
- lti utils (792e369)
3.9.1 (2021-10-08)
3.9.0 (2021-10-07)
- add listbox styles (72ebb18)
3.8.0 (2021-10-06)
- adds confirmation modal (d06a6b9)
3.7.13 (2021-08-05)
3.7.12 (2021-07-02)
- forms: update help-block appearance (78c21d3)
3.7.11 (2021-06-11)
- update disabled btn state (e30751e)
3.7.10 (2021-05-24)
3.7.9 (2021-01-18)
- update placeholder colour (6017108)
3.7.8 (2020-10-16)
3.7.7 (2020-10-12)
- dropdowns: increase contrast of dropdown header (2c94e5e)
3.7.6 (2020-10-07)
- wrap extensions in iife (3db5b24)
3.7.5 (2020-10-06)
- buttons: fix link state override (1e38bb9)
3.7.4 (2020-10-06)
- buttons: update btn-alert variants (3f946f2)
3.7.3 (2020-10-05)
3.7.2 (2020-09-25)
- improved interaction handling (59be17d)
3.7.1 (2020-09-25)
- alerts: update
.alert-link
font-weight (b8b96ae) - navbar: apply transparent black to change hue (d7dafde)
- navbar: fix variable/function snafu (51cc7a1)
- navbar: improve button appearance (8b037f4)
3.7.0 (2020-09-21)
- error: add error page styles (4f68d7b)
3.6.1 (2020-09-21)
3.6.0 (2020-09-20)
- move all nav items right (84afafa)
- loader: use hidden attribute (a604763)
- navbar: support buttons in navbar (9776d53)
3.5.1 (2020-09-17)
- dropdowns: add keyboard handling to menu buttons (6bb4b67)
3.5.0 (2020-09-14)
- add alert-specific button style (e736c3b)
3.4.2 (2020-09-08)
3.4.1 (2019-02-13)
3.4.0 (2018-12-14)
3.3.7 (2016-07-25)
3.3.6-talis.32 (2020-08-21)
- a11y-specific base styling (ba60bed)
- all navs semibold (ba7658b)
- amend radio/check button sizing (4cdeb82)
- darken colour on hover and focus (12f8f82)
- halve tab padding (5f77603)
- remove link text-deocration in tables (49258a4)
- update custom control states (8a4dffb)
- update custom controls to prevent rounding issues (f13b877)
- update panel border (6285a54)
- update tab size to match navbar (33bdd95)
- update well border colour (e91c992)
- Bumps Sass dependency to 3.3.4+ to avoid compatibility issues with @at-root.
- Bumps node-sass dependency to ~3.4.2 for Node.js v5 compatibility. #986
- Fixes breadcrumb content issues on libsass. #919
- Fixes a Rails 5 compatibility issue. #965
Framework version: Bootstrap v3.3.6
Fix for standalone Compass extension compatibility. #914
Framework version: Bootstrap v3.3.5
No Sass-specific changes.
Framework version: Bootstrap v3.3.4
This is a re-packaged release of 3.3.2.1 (v3.3.2+1).
Versions are now strictly semver. The PATCH version may be ahead of the upstream.
Framework version: Bootstrap v3.3.2.
- Fix glyphicons regression (revert 443d5b49eac84aec1cb2f8ea173554327bfc8c14)
- Autoprefixer is now required, and
autoprefixer-rails
is now a dependency for the ruby gem. #824 - Minimum precision reduced from 10 to 8 #821
- Requiring bootstrap JS from npm now works #812
- Fix Sass 3.4.x + IE10 compatibility issue #803
- Provide minified JS bundle #777
- Bower package is now at bootstrap-sass #813
- Variables override template at templates/project/_bootstrap-variables.sass
- Readme: Bower + Rails configuration
- Fix loading issue with the ruby gem version
- Improve libsass compatibility
- Support using Bower package with Rails
Main bootstrap file is now a partial (_bootstrap.scss), for compatibility with Compass 1+.
Fixed a number of bugs. Issues closed in v3.2.0.2.
Fixed a number of bugs: Issues closed in v3.2.0.1.
- Assets (Sass, JS, fonts) moved from
vendor/assets
toassets
.bootstrap.js
now contains concatenated JS. - Compass generator now copies JS and fonts, and provides a better default
styles.sass
. - Compass, Sprockets, and Mincer asset path helpers are now provided in pure Sass:
bootstrap-compass
,bootstrap-sprockets
, andbootstrap-mincer
. Asset path helpers must be imported beforebootstrap
, more in Readme. - Sprockets / Mincer JS manifest has been moved to
bootstrap-sprockets.js
. It can be required without adding Bootstrap JS directory to load path, as it now uses relative paths. - Sprockets:
depend_on_asset
(glyphicons.scss
) has been changed todepend_on
to work around an issue withdepend_on_asset
. More information.
- Updated Bower docs
- #523: Rails 3.2 compatibility
- Bugfixes from upstream up to 7eb532262fbd1112215b5a547b9285794b5360ab.
- #518:
scale
mixin Sass compatibility issue
- compiles with libsass master
- fix vendor paths for compass
- Fully automated (lots of string juggling) LESS -> Sass conversion. - Gleb Mazovetskiy
- Ported rake task from vwall/compass-twitter-bootstrap to convert Bootstrap upstream - Peter Gumeson
- Moved javascripts to us
bootstrap-component.js
tobootstrap/component.js
- Peter Gumeson
- Allow sass-rails
>= 3.2
- Thomas McDonald
- Update to Bootstrap 2.3.2 - Dan Allen
- Find the correct Sprockets context for the
image_path
function - Tristan Harward, Gleb Mazovetskiy
- Fix changes to image url - Gleb Mazovetskiy
- Copy _variables into project on Compass install - Phil Thompson
- Add
bootstrap-affix
to the Compass template file - brief
- Change how image_url is handled internally - Tristan Harward
- Fix some font variables not having
!default
- Thomas McDonald
- [#290] Update to Bootstrap 2.3.0 - Tristan Harward
- Fix
rake:debug
with new file locations - Thomas McDonald - Add draft contributing document - Thomas McDonald
- [#260] Add our load path to the global Sass load path - Tristan Harward
- [#275] Use GitHub notation in Sass head testing gemfile - Timo Schilling
- [#279, #283] Readme improvements - theverything, Philip Arndt
- [#270] Update to Bootstrap 2.2.2 - Tristan Harward
- [#266] Add license to gemspec - Peter Marsh
- [#258] Use
bootstrap
prefix for@import
ing files inbootstrap/bootstrap.scss
- Umair Siddique
- [#246] Update to Bootstrap 2.2.1 - Tristan Harward
- [#246] Pull Bootstrap updates from jlong/sass-twitter-bootstrap - Tristan Harward
- Update to Bootstrap 2.1.1
- [#222] Remove 100% multiplier in vertical-three-colours
- [#227] Fix IE component animation collapse
- [#228] Fix variables documentation link
- [#231] Made .input-block-level a class as well as mixin
- [#219] Fix expected a color. Got: transparent.
- [#207] Add missing warning style for table row highlighting
- [#208] Use grid-input-span for input spans
- Updated to Bootstrap 2.1
- Changed some mixin names to be more consistent. Nested mixins in Less are separated by a
-
when they are flattened in Sass.
- Fix
.row-fluid > spanX
nesting - Small Javascript fixes for those staying on the 2.0.4 release
- Add
!default
to z-index variables.
- Updated to Bootstrap 2.0.4
- Switched to Bootstrap 2.0.3+'s method of separating responsive files
- [#149, #150] Fix off by one error introduced with manual revert of media query breakpoints
rake debug
andrake test
both compile bootstrap & bootstrap-responsive
- [#145, #146] Fix button alignment in collapsing navbar as a result of an incorrect variable
- Updated to Bootstrap 2.0.3
- [#106] Support for Rails < 3.1 through Compass
- [#132] Add CI testing
- [#106] Support Rails w/Compass
- [#134] Fix support for Rails w/Compass
- [#86] Updated to Bootstrap 2.0.2
Things of note: static navbars now have full width. (to be fixed in 2.0.3)
.navbar-inner > .container { width:940px; }
seems to work in the meanwhile - [#62] Fixed asset compilation taking a very long time.
- [#69, #79, #80] (Hopefully) clarified README. Now with less cat humour.
- [#91] Removed doubled up Sass extensions for Rails.
- [#63, #73] Allow for overriding of image-path
- [SO] Added makeFluidColumn mixin for defining fluid columns. Fluid rows must use
@extend .row-fluid
, and any column inside it can use@include makeFluidColumn(num)
, wherenum
is the number of columns. Unfortunately, there is a rather major limitation to this: margins on first-child elements must be overriden. See the attached Stack Overflow answer for more information.
- Updated to Bootstrap 2.0.1
- Modified
@mixin opacity()
to take an argument0...1
rather than0...100
to be consistent with Compass.
- Updated to Bootstrap 2.0.0