XhmikosR
|
19aee321a0
|
Dist (#28392)
|
2019-03-01 18:31:34 +02:00 |
|
XhmikosR
|
d5f9107abb
|
Remove the now unneeded shrink-to-fit directive. (#28314)
|
2019-02-27 17:47:41 +02:00 |
|
XhmikosR
|
9cbd041f6b
|
tests: add tests for plugins version. (#28366)
|
2019-02-27 13:20:25 +02:00 |
|
XhmikosR
|
f7b55da450
|
dom/manipulator.js: minor simplification. (#28358)
Combine two checks since we return the same value for both.
|
2019-02-26 13:13:01 +02:00 |
|
XhmikosR
|
7933ee3282
|
karma.conf.js: minor simplification.
|
2019-02-26 13:04:04 +02:00 |
|
Johann-S
|
497518db1a
|
remove tests for old jQuery 1.9.x compatibility
|
2019-02-26 13:04:04 +02:00 |
|
Johann-S
|
8a37045b79
|
move util in a util folder with the sanitizer
|
2019-02-26 13:04:04 +02:00 |
|
XhmikosR
|
5ad2121819
|
Remove DOMContentLoaded. (#28337)
There's no reason for us to wait here.
|
2019-02-24 15:42:18 +02:00 |
|
XhmikosR
|
423e4a3811
|
tests/visual/modal.html: fix close button placement.
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
fee11fd7ae
|
use our selector engine instead of native api
|
2019-02-20 22:05:45 +02:00 |
|
XhmikosR
|
68e6de42ec
|
Use Util.makeArray() .
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
e58b47cf74
|
improve event handler
|
2019-02-20 22:05:45 +02:00 |
|
XhmikosR
|
30861cbc6d
|
Simplify checks.
|
2019-02-20 22:05:45 +02:00 |
|
XhmikosR
|
4b7c058a25
|
Remove unneeded ESLint suppression.
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
08227506f2
|
use only dataset to get data attributes
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
764bab2941
|
remove polyfills which override browsers default
|
2019-02-20 22:05:45 +02:00 |
|
XhmikosR
|
f0c6b24bd7
|
4.3.1.
|
2019-02-20 22:05:45 +02:00 |
|
Joshua Wilson
|
fdbb5db919
|
minor jQuery.hasclass removal (#28158)
|
2019-02-20 22:05:45 +02:00 |
|
Peter Blazejewicz
|
cbd333185e
|
Use consistent arrow class (#28105)
|
2019-02-20 22:05:45 +02:00 |
|
Emil Müller
|
049a500d18
|
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
c096e0e0da
|
bump to 4.2.1
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
661db08eeb
|
rewrite toast plugin without jquery
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
57d50b2134
|
Improve manipulator coverage
|
2019-02-20 22:05:45 +02:00 |
|
Alessandro Chitolina
|
6cfc78f2d9
|
Remove IE support and button bsChecked hack
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
a2f1d79045
|
Refactor util plugin and some tests
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
c44db783bf
|
chore(update): bump to 4.1.3
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
467dd113c5
|
fix(plugins): save instance in constructor
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
5dcca44fcf
|
fix(visual-test): remove jquery in them
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
0b726de94e
|
fix(carousel): on load page create a carousel
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
6b0808354d
|
fix(unit-test): dropdown, collapse and carousel
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
8010c010e9
|
fix(event-handler): use Object.key for passing values in an event
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
a1cc9a6e33
|
fix(util): increase util coverage
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
096413a994
|
fix(selector-engine): increase coverage for selector engine
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
4510e7e61d
|
fix(util): remove extend
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
b4a3b00ac8
|
fix(event-handler): remove polyfill and move it to index
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
fe580a8e5a
|
fix(polyfill): disable coverage for our polyfills
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
64591b3722
|
fix(manipulator): increase coverage for manipulator
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
4d6e41dea6
|
refactor(polyfill): a file for polyfills
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
0b719e065c
|
fix(data): increase coverage for data
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
9313446274
|
fix(event-handler): remove the use of our event handler in unit test
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
2b78078779
|
fix(data): do not use data object in our unit tests
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
7eddee286e
|
remove old references to jquery and some fixes
|
2019-02-20 22:05:45 +02:00 |
|
Alessandro Chitolina
|
0263d1742c
|
rewritten scrollspy without jquery
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
9744886519
|
upgrade to v4 stable
|
2019-02-20 22:05:45 +02:00 |
|
Alessandro Chitolina
|
7f08061eca
|
rewritten tab without jquery
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
90261b484c
|
Dropdown without jQuery
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
330a29734f
|
fix chores karma
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
2ff8ed5cbf
|
Fix new unit test in popover
|
2019-02-20 22:05:45 +02:00 |
|
Alessandro Chitolina
|
ec69de4b7e
|
allow register the same handler for different delegated selectors in eventHandler
|
2019-02-20 22:05:45 +02:00 |
|
Johann-S
|
99c3119c82
|
Return a new function with Util.noop
|
2019-02-20 22:05:45 +02:00 |
|