index
:
bootstrap
XhmikosR-patch-2
XhmikosR-patch-4
XhmikosR-patch-5
XhmikosR-patch-6
basic-sass-tests
collapse-parent-ex-link-accordion
container-reset-gutter-vars
css-vars-btn
css-vars-navbar
css-vars-tooltips
dependabot/npm_and_yarn/autoprefixer-10.3.6
docs-offcanvas-navbar
docs-tweaks
enable-container-classes
extend-snippets
feat/data-target
floating-labels-icons
form-check-reverse
form-controls-with-icons
gh-pages
gh-pages-cdn
global-focus-vars
gs-carousel-cleanup
gs-dynamic-resolve-during-build-plugins
gs-export-config-functionality
gs-forms
gs-make-template_factory
gs-scrollspy-wth-intersection_observer
gs-toasts-with-animated-progress-bar
gs-tooltip-css-tweaks
gs-use-only-one-file-as-input-on-rollup.config
gs-use-scrollspy-on-docs-table_of_contents
gs/parse-json-config
jo-docs-thanks-page
jo-ssr-friendly
js-docs-tweaks
logical-props-spacing-utils
main
main-fod-invalid-color-inputs
main-fod-nested-accordion
main-fod-simpler-table-structure
main-fod-utilities-contrast
main-mc-opensearch
main-xmr-bundlewatch-action
main-xmr-docs-hugo-rm-ver
main-xmr-docs-render-heading
main-xmr-eslint-plugin-compat
main-xmr-eslint-plugin-jasmine
main-xmr-hugo-docs-vendor
main-xmr-hugo-reorg-files
main-xmr-js-1
main-xmr-js-wip
main-xmr-linkinator-action
main-xmr-linkinator-prod
main-xmr-markdownlint
main-xmr-min-mangle
main-xmr-mv-isTouchEnabledDevice
main-xmr-pa11y-ci
main-xmr-pck-sponsors
main-xmr-rollup
main-xmr-xo
nav-underline
patrickhlauke-carousel-indicators-v4
patrickhlauke-form-validation
patrickhlauke-navs-tabs-v4
playground
pr-template
pr/34102
pr/34149
revert-33192-XhmikosR-patch-8
rohit/main/modal-with-sticky
rohit/v4-dev/modal-with-sticky
split-vars-maps-import
stale
swipe-events-as-separate-helper
table-striped-cols
v3-dev
v4-dev
v4-dev-fod-validated-input-group-with-custom-file
v4-dev-xmr-js
v4-sass-deps
v5-sass-deps
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-20
Rewritten modal without jquery (#23955)
Alessandro Chitolina
12
-237
/
+597
2019-02-20
Add Manipulator object to add shortcuts for dom manipulations
Johann-S
7
-6
/
+34
2019-02-20
Rewrite carousel without jquery
Johann-S
7
-207
/
+353
2019-02-20
Add polyfill for focusin and focusout
Johann-S
1
-1
/
+15
2019-02-20
button without jquery
XhmikosR
4
-47
/
+72
2019-02-20
Fix delegation events
Johann-S
1
-3
/
+4
2019-02-20
Check jQuery version only if jQuery is available
Johann-S
1
-14
/
+11
2019-02-20
Second element of find and findOne should be optional, not the first one
Johann-S
2
-4
/
+4
2019-02-20
Fix our data storage
Johann-S
1
-7
/
+15
2019-02-20
Add findOne to our SelectorEngine
Johann-S
1
-1
/
+14
2019-02-20
Fix detection of nativeEvents + trigger events with arguments
Johann-S
1
-15
/
+17
2019-02-20
Extend `SelectorEngine.find()` to include an `element` first arg.
XhmikosR
1
-2
/
+2
2019-02-20
fix declaration of alert jquery plugin only if jquery is available
Johann-S
1
-5
/
+5
2019-02-20
Disable ESlint on no-return-assign and temporary for arrow-body-style
Johann-S
3
-6
/
+9
2019-02-20
Remove jQuery from alert.js and add .alert only if jQuery is available
Johann-S
5
-37
/
+30
2019-02-20
Add event delegation + fix EventHandler.one
Johann-S
2
-13
/
+19
2019-02-20
Add namespaced events
Johann-S
1
-18
/
+102
2019-02-20
Add CustomEvent polyfill and a working preventDefault for IE
Johann-S
2
-1
/
+57
2019-02-20
better polyfill for closest and matches functions
Johann-S
1
-15
/
+39
2019-02-20
alert without jquery
Johann-S
17
-53
/
+149
2019-02-20
Move transition end detection to dom/event.js instead of util.js
Johann-S
1
-40
/
+0
2019-02-20
Remove jQuery from Util.js
Johann-S
18
-14
/
+75
2019-02-19
Replace uglify-js with terser. (#27813)
XhmikosR
3
-7
/
+59
2019-02-19
add tabindex="-1" and aria-disabled="true" on disabled links (#28305)
Laussel Loïc
6
-12
/
+12
2019-02-19
Use `npm-run-all` for the release script. (#28307)
XhmikosR
1
-1
/
+1
2019-02-19
Update karma to ^4.0.0.
XhmikosR
2
-16
/
+16
2019-02-19
Drop Node.js < 8 support.
XhmikosR
2
-7
/
+7
2019-02-19
Remove `--save` option from `npm i` as it isn't required anymore (#28302)
Steve Moser
1
-1
/
+1
2019-02-19
Replace broken-link-checker with linkinator. (#28291)
XhmikosR
3
-669
/
+246
2019-02-19
Remove incorrect aria-haspopup from dropdown toggles (#28299)
Patrick H. Lauke
16
-92
/
+92
2019-02-19
Update link to CONTRIBUTING.md in README.md (#28297)
Patrick H. Lauke
1
-2
/
+2
2019-02-19
Update devDependencies. (#28292)
XhmikosR
2
-890
/
+528
2019-02-19
Update CONTRIBUTING.md for the current state of things. (#28283)
XhmikosR
1
-11
/
+7
2019-02-15
Deprecate form-control-focus mixin (#28262)
Martijn Cuppens
2
-2
/
+3
2019-02-15
Update devDependencies. (#28271)
XhmikosR
2
-108
/
+145
2019-02-15
README.md: use shields.io for the OC badges. (#28280)
XhmikosR
1
-2
/
+2
2019-02-15
Replace 4.3.0 with 4.3.1 in nuget files. (#28273)
XhmikosR
2
-2
/
+2
2019-02-15
Replace `v4-dev` with `master` after the branch change. (#28272)
XhmikosR
2
-5
/
+5
2019-02-13
Update docs and meta for 3.4.1. (#28255)
XhmikosR
3
-8
/
+3
2019-02-13
Release v4.3.1. (#28252)
v4.3.1
XhmikosR
70
-153
/
+594
2019-02-13
Remove unneeded glob. (#28249)
XhmikosR
1
-1
/
+1
2019-02-13
Fix npm package contents
XhmikosR
1
-1
/
+1
2019-02-13
Add sanitize template option for tooltip/popover plugins.
Johann-S
7
-17
/
+453
2019-02-12
Update RFS to v8.0.1 (#28245)
Martijn Cuppens
1
-8
/
+0
2019-02-12
Update font size (#28232)
Martijn Cuppens
1
-1
/
+1
2019-02-11
Release v4.3.0 (#28228)
v4.3.0
Mark Otto
277
-347
/
+478
2019-02-11
docs snippets: a few more minor tweaks (#28225)
XhmikosR
2
-2
/
+4
2019-02-11
toasts.md: Remove useless `div`s.
XhmikosR
1
-21
/
+7
2019-02-11
Remove stray parameter from capture.
XhmikosR
1
-1
/
+1
2019-02-11
Cosmetic changes in snippets.
XhmikosR
10
-15
/
+16
[next]