aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-06Update to popper.js v2.xJohann-S26-297/+145
2020-12-04Add toasts & positioning utilities migration docsMartijn Cuppens1-0/+8
2020-12-04Add interactive positioning widgetMartijn Cuppens2-13/+42
2020-12-04Add `.translate-middle-x` and `.translate-middle-y` utilitiesMartijn Cuppens2-1/+19
2020-12-04Add toast positioningMartijn Cuppens4-42/+54
2020-12-04cheatsheet.js: use `event` instead of `e` (#32335)XhmikosR1-2/+2
2020-12-04Fix `css-prefix-examples-rtl` script (#32326)XhmikosR1-1/+1
2020-12-04chore(dist): generate dist filesGaël Poupard70-773/+21616
2020-12-04fix gradientMark Otto1-1/+1
2020-12-04docs(cheatsheet): various fixesGaël Poupard4-120/+166
2020-12-04Revamp header, headings, aside spacingMark Otto4-42/+18
2020-12-04docs(examples): use RTLCSS for RTL examplesGaël Poupard16-59/+455
2020-12-04Move rtlcss to postcss.config.jsXhmikosR2-3/+4
2020-12-04Adapt to the recent main branch changesXhmikosR5-22/+28
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard95-297/+5205
2020-12-04feat(RTL): implement RTLGaël Poupard37-200/+301
2020-12-04chore(RTL): add RTLCSSGaël Poupard3-2/+66
2020-12-03Dist (#32323)XhmikosR41-1687/+2115
2020-12-02Remove Polyfill leftovers (#32310)XhmikosR4-114/+1
2020-12-02Update our browserslist config (#30986)XhmikosR1-2/+3
2020-12-02Bump cross-env from 7.0.2 to 7.0.3 (#32308)dependabot[bot]2-4/+4
2020-12-02Unbreak lines. (#32304)XhmikosR9-70/+33
2020-12-02Bump linkinator from 2.4.0 to 2.5.1 (#32307)dependabot[bot]2-113/+28
2020-12-01Use $variable-prefixMartijn Cuppens1-1/+1
2020-12-01Fix empty CSS variableXhmikosR1-2/+2
2020-12-01Add to migration docsMark Otto1-6/+7
2020-12-01Update breadcrumb docs and dividersMark Otto2-5/+38
2020-12-01Remove background, padding, border from breadcrumb containerPatrick H. Lauke2-4/+10
2020-12-01README: fix path to search.js (#32257)XhmikosR1-1/+1
2020-12-01Regenerate package-lock.json (#32300)XhmikosR1-123/+56
2020-12-01Bump hugo-bin from 0.66.2 to 0.67.0 (#32299)dependabot[bot]2-4/+4
2020-12-01Bump rollup from 2.33.3 to 2.34.0 (#32298)dependabot[bot]2-4/+4
2020-12-01Bump @babel/core from 7.12.8 to 7.12.9 (#32297)dependabot[bot]2-5/+22
2020-12-01Bump @rollup/plugin-babel from 5.2.1 to 5.2.2 (#32296)dependabot[bot]2-4/+4
2020-12-01Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0 (#32295)dependabot[bot]2-4/+4
2020-12-01Bump linkinator from 2.2.2 to 2.4.0 (#32294)dependabot[bot]2-6/+116
2020-12-01Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.0 (#32292)dependabot[bot]2-5/+5
2020-12-01Bump autoprefixer from 10.0.2 to 10.0.4 (#32291)dependabot[bot]2-5/+13
2020-11-30Remove the `show` property from the modal plugin (#32279)Rohit Sharma2-12/+2
2020-11-30tooltip.js: reuse existent variableXhmikosR1-2/+2
2020-11-30Add testsXhmikosR1-0/+53
2020-11-30Extra check for existence of any `aria-label`Patrick H. Lauke1-2/+2
2020-11-30Accessibility update for tooltip.jsMatty Williams1-0/+4
2020-11-30Keep rounded corners for the first .btn in vertical button group (#31303)Rohit Sharma1-1/+1
2020-11-30Remove default linear gradient (#32277)Martijn Cuppens1-1/+0
2020-11-30Add mention of link underline change to migration and typography (#32281)Patrick H. Lauke2-1/+2
2020-11-29Remove setData from construtors (#32264)Rohit Sharma7-9/+0
2020-11-29remove data key in base componentJohann-S1-4/+0
2020-11-29Move `VERSION` to BaseComponent (#32254)Rohit Sharma12-55/+12
2020-11-29add dispose in base componentJohann-S11-32/+13