Arnold Daniels
b7af1ada6c
Using latest packages for grunt
...
Renamed jscs.json to jscsrc
Fixed styling errors in build js files
2016-01-03 19:53:17 -04:00
Arnold Daniels
b67cfb86da
Revert "Added Wizard component (not yet documented)"
...
This reverts commit f96d55965a .
2016-01-03 19:53:17 -04:00
pbatey
0c4702571d
fix csp warning about unsafe-inline style-src
...
Showing and hiding an off-canvas menu with content-security-policy enabled (via ember-cli) results in the following~
[Report Only] Refused to apply inline style because it violates the following Content Security Policy directive~
Changing the way that OffCanvas.hide() restors the style addresses this warning. e.g., `$(this).attr('style', ...)`~
For more information about content-security-policy, see http://content-security-policy.com/ .
2016-01-03 19:53:17 -04:00
Dehalion
0f007adb71
trigger clear.bs.fileinput event if user cancels
...
this.clear() expects the event object as parameter otherwise it won't trigger the 'clear.bs.fileinput' event
so we have to trigger it ourselves
2016-01-03 19:53:16 -04:00
Dehalion
9e3e85ee72
give e as parameter for this.clear()
...
this.clear() expects the event object as parameter if it is triggered by the user
otherwise it won't trigger the 'clear.bs.fileinput' event
2016-01-03 19:53:16 -04:00
Ivan Povalyukhin
e07a929749
[whitespace gardening] - rm trailing whitespaces
2016-01-03 19:53:16 -04:00
Arnold Daniels
ec166caba6
Added Wizard component (not yet documented)
2016-01-03 19:53:16 -04:00
Chris Rebert
7a9e77684e
"Twitter Bootstrap" is now simply "Bootstrap"
...
See http://getbootstrap.com/about/#brand
Changed references to "Twitter Bootstrap" to "vanilla Bootstrap" or just "Bootstrap".
2016-01-03 19:53:16 -04:00
Samuel Georges
58565ab2b1
Allow touching in the offcanvas area
2016-01-03 19:53:16 -04:00
Alex Vasilenko
31641ef078
hide menu on backdrop click
2016-01-03 19:53:16 -04:00
Alex Vasilenko
f74de5c7ff
prevent scrolling on mobiles
...
modal backdrop option for offcanvas
2016-01-03 19:53:16 -04:00
Tomek
c7fff67f61
Update inputmask.js
...
input event to support bootstrapvalidator
2016-01-03 19:53:16 -04:00
Alexander Zheltov
5af2c65761
Fixed event namespace naming issue in inputmask
2016-01-03 19:53:16 -04:00
Alexander Zheltov
d15e3f9ed7
Fixed Inputmask.unmask
...
`inputmask` was replaced by `bs.inputmask`
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
5dc5b5994a
Fixed unit test for inputmask
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
45a6182f79
Minor changes
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
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
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
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
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
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
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
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