Commit Graph

7205 Commits

Author SHA1 Message Date
Alexander Zheltov
fb643bdb6f Fixed Inputmask.unmask
`inputmask` was replaced by `bs.inputmask`
2014-06-18 12:01:27 +06:00
Arnold Daniels
f4705f17fc Rebuild customize.min.js v3.1.3 2014-05-06 05:57:04 +02:00
Arnold Daniels
c12018a0bd Fixed unit test for inputmask 2014-05-06 05:33:31 +02:00
Arnold Daniels
1dfd002bba Fixed jshint 2014-05-06 05:09:07 +02:00
Arnold Daniels
04e4586372 Build new release 2014-05-06 04:58:34 +02:00
Arnold Daniels
c6541bfe45 Merge remote-tracking branch 'origin/master' 2014-05-06 04:58:01 +02:00
Arnold Daniels
73f80614b6 Fixed customizer. Fixes #233
Bump version to 3.1.3
2014-05-06 04:56:26 +02:00
Arnold Daniels
1e90ae4779 Change input mask character for alphanumeric to w.
Change docs for inputmask.
Fixes #237
2014-05-06 03:23:08 +02:00
Arnold Daniels
a088dad1c7 Handle undefined body style in OffCanvas.disableScrolling(). Fixes #214 2014-05-06 03:16:44 +02:00
Arnold Daniels
2712c97e85 Removed mixins.less from jasny-bootstrap.less 2014-05-06 03:06:09 +02:00
Arnold Daniels
d7c2eb8c91 Merge pull request #239 from phaseOne/patch-2
.navmenu height fix
2014-05-05 00:14:20 +02:00
Arnold Daniels
3c3274093a Minor changes 2014-05-04 03:31:02 +02:00
Evan Bovie
662c5e2b3a .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.
2014-05-03 09:34:13 -04:00
Arnold Daniels
e86f72dd03 Merge pull request #232 from phaseOne/patch-2
Scrolling for both navmenu-fixed-left and navmenu-fixed-right
2014-04-23 00:51:06 +02:00
Evan Bovie
46c665f161 Scrolling for both navmenu-fixed-left and navmenu-fixed-right 2014-04-22 18:14:30 -04:00
Arnold Daniels
9fd67af87c Removed import mixins.less. Fixed #231 2014-04-22 15:56:32 +02:00
Arnold Daniels
10b81be776 Fixed incorrect version number specified for required Twitter Bootstrap v3.1.2 2014-04-19 19:05:33 +02:00
Arnold Daniels
e822b1b3bf Build v3.1.2 2014-04-19 18:25:38 +02:00
Arnold Daniels
285689081d Use window.jQuery in transition.js 2014-04-19 16:43:27 +02:00
Arnold Daniels
1001ad214d Fixed broken rowlink caused by check on .rowlink-skip. Fixed #221
Thanks @cervengoc
2014-04-19 16:42:25 +02:00
Arnold Daniels
249cb84f6b Updated npm packages 2014-04-19 16:38:06 +02:00
Arnold Daniels
660e376b96 Replace grunt-sed with grunt-text-replace
Set version to 3.1.2
2014-04-19 16:31:53 +02:00
Arnold Daniels
e919330916 Added transitions support check. Fixes #213
This is required to run Jasny Bootrstap standalone.
2014-04-19 16:09:41 +02:00
Arnold Daniels
24f8bffbaf Offcanvas option disablescrolling (lowercase) as alias of disableScrolling (camel cased). Fixes #219 2014-04-19 15:15:46 +02:00
Arnold Daniels
e5b9930599 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
2014-04-19 15:10:23 +02:00
Arnold Daniels
8fd9aca993 Updated scss for earlier changes
- Move mixins taken from Twitter Bootstrap to build dir.
 - Removed the transformation for file input altogether.
2014-04-16 14:32:12 +02:00
Arnold Daniels
0038dd8c9f Merge origin/master 2014-04-16 13:37:21 +02:00
Arnold Daniels
27794ba4e3 Removed the transformation for file input al together. Should test of this works correctly for IE and Opera. 2014-04-16 13:37:08 +02:00
Arnold Daniels
9e28a9b2bc Move mixins taken from Twitter Bootstrap to build dir. Fixed #221
Move button-label mixin to button-labels.less.
2014-04-13 16:36:59 +02:00
Arnold Daniels
18116c5cd3 Merge pull request #218 from joshjb84/master
Fix to naming in inputmask.js and added some inputmask tests
2014-04-06 22:10:54 +02:00
joshjb84
2336197e3a 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.
2014-04-05 19:10:24 +08:00
Arnold Daniels
ee5a80a6c3 Merge pull request #208 from inbep/master
adding scss files
2014-03-30 14:15:56 +02:00
Sergio
4dc46204b4 adding scss files 2014-03-28 12:40:26 -03:00
Arnold Daniels
d5d4c5bd62 Build Bootstrap v3.1.1 v3.1.1 2014-03-28 03:46:35 +01:00
Arnold Daniels
626d773366 stop propagation for file input, input element. Fixes #182 2014-03-28 03:25:36 +01:00
Arnold Daniels
a8a87b1958 Use var files instead of setting e.target.files for file input. Fixes #163 (thanks to @ducman) 2014-03-28 02:50:53 +01:00
Arnold Daniels
3769a8a8fc Don't transform .btn-file > input for Firefox and do set width and height to 100%. Fixes #157 2014-03-28 02:39:14 +01:00
Arnold Daniels
1640650604 Only preview gif, png and jpeg images. Fixes #181 2014-03-28 01:04:48 +01:00
Arnold Daniels
4c53740597 Merge origin/master 2014-03-28 00:24:56 +01:00
Arnold Daniels
ca1145ca0b Don't trigger rowlink initiasation when a element within .rowlink-skip is clicked. Fixes #162 2014-03-28 00:22:10 +01:00
Arnold Daniels
d87bea51c2 Added docs task to gruntfile 2014-03-27 22:40:54 +01:00
Arnold Daniels
e9a6df2cbd Merge pull request #206 from wardley/master
allow vertical scroll for navmenu-fixed-left.
2014-03-27 11:32:22 +01:00
Wardley Pogijanto
90b09cb3f8 allow vertical scroll for navmenu-fixed-left.
[jasny/boostrap#202]
2014-03-27 14:01:13 +11:00
Arnold Daniels
ec797fb799 Pressing cancel in a file input clears it, so Fileinput.clear() needs to be called. Fixes #194 2014-03-25 19:46:17 +01:00
Arnold Daniels
36613f1655 Reset element style in offcanvas.recalc(). Fixes #201 2014-03-25 19:02:06 +01:00
Arnold Daniels
2ac056ab82 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
2014-03-25 18:38:56 +01:00
Arnold Daniels
523965b3d5 Combine .fileinput and .input-group. Fixes #203 2014-03-25 15:29:31 +01:00
Arnold Daniels
59aef49163 Also add .btn-file transform: scal for Chrome. #157 2014-03-25 14:51:34 +01:00
Arnold Daniels
ac9e37fc64 Make disable scrolling optional for offcanvas. Fixes #193 2014-03-25 14:34:59 +01:00
Arnold Daniels
00a5a2d55b Fixed offcanvas error because state is used as function. Fixes #192 2014-03-25 14:20:49 +01:00