Commit Graph

48 Commits

Author SHA1 Message Date
Arnold Daniels
f78bbfd34b Added flattr buttons.
Show your love, give some flattr!
2016-01-03 19:53:16 -04:00
Arnold Daniels
4349ed86cd Typo fix in docs 2016-01-03 19:53:16 -04:00
Arnold Daniels
b89e662302 Always add padding to the right for body offcanvas.disableScrolling 2016-01-03 19:53:16 -04:00
Arnold Daniels
6563f47dcc Rebuild customize.min.js 2016-01-03 19:53:16 -04:00
Arnold Daniels
5dc5b5994a Fixed unit test for inputmask 2016-01-03 19:53:16 -04:00
Arnold Daniels
cb699cfbf3 Fixed jshint 2016-01-03 19:53:16 -04:00
Arnold Daniels
9250ef9304 Build new release 2016-01-03 19:53:16 -04:00
Arnold Daniels
9700e42f67 Fixed customizer. Fixes #233
Bump version to 3.1.3
2016-01-03 19:53:15 -04:00
Arnold Daniels
02c323ca56 Change input mask character for alphanumeric to w.
Change docs for inputmask.
Fixes #237
2016-01-03 19:53:15 -04:00
Arnold Daniels
8ff8a6bbbb Handle undefined body style in OffCanvas.disableScrolling(). Fixes #214 2016-01-03 19:53:15 -04:00
Arnold Daniels
2fd9788e6e Removed mixins.less from jasny-bootstrap.less 2016-01-03 19:53:15 -04:00
Arnold Daniels
45a6182f79 Minor changes 2016-01-03 19:53:15 -04:00
Evan Bovie
1c434d9067 .navmenu height fix
The `.navmenu` height needs to be set to `auto` in order to allow the `top` and `bottom` values to properly work. The `top` value works fine, but the `bottom` value is rendered inert because the `height: 100%` causes the `.navmenu` to overflow down through the viewport.
2016-01-03 19:53:15 -04:00
Evan Bovie
decfa2b28d Scrolling for both navmenu-fixed-left and navmenu-fixed-right 2016-01-03 19:53:15 -04:00
Arnold Daniels
d665def772 Removed import mixins.less. Fixed #231 2016-01-03 19:53:15 -04:00
Arnold Daniels
13b90461e9 Fixed incorrect version number specified for required Twitter Bootstrap 2016-01-03 19:53:15 -04:00
Arnold Daniels
b892997fe6 Build v3.1.2 2016-01-03 19:53:15 -04:00
Arnold Daniels
26e920d054 Use window.jQuery in transition.js 2016-01-03 19:53:15 -04:00
Arnold Daniels
a96c41a7ff Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221
Thanks @cervengoc
2016-01-03 19:53:15 -04:00
Arnold Daniels
5eec3e6b0f Updated npm packages 2016-01-03 19:53:15 -04:00
Arnold Daniels
5e62112251 Replace grunt-sed with grunt-text-replace
Set version to 3.1.2
2016-01-03 19:53:15 -04:00
Arnold Daniels
44aea10948 Added transitions support check. Fixes #213
This is required to run Jasny Bootrstap standalone.
2016-01-03 19:53:15 -04:00
Arnold Daniels
a7cbe01c50 Offcanvas option disablescrolling (lowercase) as alias of disableScrolling (camel cased). Fixes #219 2016-01-03 19:53:15 -04:00
Arnold Daniels
414ad616a8 Don't trigger fileinput.change when fileinput.clear is called manually. Fixes #216
Insert fileinput <input type="hidden"> right before <input type="file">. Fixes #215
Clean up less and scss comment
2016-01-03 19:53:15 -04:00
Arnold Daniels
8e26aac56c Updated scss for earlier changes
- Move mixins taken from Twitter Bootstrap to build dir.
 - Removed the transformation for file input altogether.
2016-01-03 19:53:15 -04:00
Arnold Daniels
13ed25331a Removed the transformation for file input al together. Should test of this works correctly for IE and Opera. 2016-01-03 19:53:15 -04:00
Arnold Daniels
03168b2158 Move mixins taken from Twitter Bootstrap to build dir. Fixed #221
Move button-label mixin to button-labels.less.
2016-01-03 19:53:15 -04:00
joshjb84
197a8135c4 Fix to naming in inputmask.js and tests
Changed the name of Input.DEFAULS to Input.DEFAULTS and added unit tests
around how the options are set up.
2016-01-03 19:53:15 -04:00
Sergio
dd56fcfdd3 adding scss files 2016-01-03 19:53:15 -04:00
Arnold Daniels
81a1361e35 Build Bootstrap v3.1.1 2016-01-03 19:53:15 -04:00
Arnold Daniels
a85e02dcea stop propagation for file input, input element. Fixes #182 2016-01-03 19:53:15 -04:00
Arnold Daniels
726f682884 Use var files instead of setting e.target.files for file input. Fixes #163 (thanks to @ducman) 2016-01-03 19:53:15 -04:00
Arnold Daniels
0ad84a03c8 Don't transform .btn-file > input for Firefox and do set width and height to 100%. Fixes #157 2016-01-03 19:53:15 -04:00
Arnold Daniels
4e4ff669b3 Only preview gif, png and jpeg images. Fixes #181 2016-01-03 19:53:15 -04:00
Arnold Daniels
80e5741bac Don't trigger rowlink initiasation when a element within .rowlink-skip is clicked. Fixes #162 2016-01-03 19:53:15 -04:00
Arnold Daniels
f5c1e63fb1 Added docs task to gruntfile 2016-01-03 19:53:15 -04:00
Wardley Pogijanto
4886faba27 allow vertical scroll for navmenu-fixed-left.
[jasny/boostrap#202]
2016-01-03 19:53:15 -04:00
Arnold Daniels
9988bbff94 Pressing cancel in a file input clears it, so Fileinput.clear() needs to be called. Fixes #194 2016-01-03 19:53:15 -04:00
Arnold Daniels
e0dd9615a8 Reset element style in offcanvas.recalc(). Fixes #201 2016-01-03 19:53:15 -04:00
Arnold Daniels
54b2bedc71 Fixed offcanvas position (only left was working). Fixes #195
Fixed calculating the position when 'auto' is used.
Off canvas navbar is positioned to the right by default and can be placed left with `.navmenu-fixed-left`.
Added link to off canvas navbar example in other offcanvas examples
2016-01-03 19:53:14 -04:00
Arnold Daniels
1131f49002 Combine .fileinput and .input-group. Fixes #203 2016-01-03 19:53:14 -04:00
Arnold Daniels
127634d3dd Also add .btn-file transform: scal for Chrome. #157 2016-01-03 19:53:14 -04:00
Arnold Daniels
8586cec904 Make disable scrolling optional for offcanvas. Fixes #193 2016-01-03 19:53:14 -04:00
Arnold Daniels
6849bc40f3 Fixed offcanvas error because state is used as function. Fixes #192 2016-01-03 19:53:14 -04:00
Arnold Daniels
424eb7e813 Updated package versions
Rebuild jasny-bootstrap
Fixed test-infra permissions
2016-01-03 19:53:14 -04:00
Arnold Daniels
cf7f93be58 Corrected README 2016-01-03 19:53:14 -04:00
Arnold Daniels
a376811249 Fixed download url 2016-01-03 19:53:14 -04:00
Arnold Daniels
4ceef3e52b Orphan branch starting v3.1
Before this version jasny/bootstrap was a fork of twbs/bootstrap
2016-01-03 19:29:36 -04:00