aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-12Docs: add `shift-color()` usage example in sass customization page (#39435)Julien Déramond1-0/+7
2023-12-10Docs: enhance `.card-img-*` description (#39458)Julien Déramond1-1/+1
2023-12-09Fix focus box-shadow for validation stated form-controls (#38719)Dmitry Karpunin1-2/+12
2023-12-05Build(deps-dev): Bump @babel/preset-env from 7.23.3 to 7.23.5 (#39467)dependabot[bot]2-58/+58
2023-12-05Build(deps-dev): Bump clean-css-cli from 5.6.2 to 5.6.3 (#39464)dependabot[bot]2-16/+16
2023-12-05Build(deps-dev): Bump postcss from 8.4.31 to 8.4.32 (#39468)dependabot[bot]2-16/+16
2023-12-05Build(deps-dev): Bump nodemon from 3.0.1 to 3.0.2 (#39466)dependabot[bot]2-28/+10
2023-11-28Build(deps-dev): Bump @babel/cli from 7.23.0 to 7.23.4 (#39443)dependabot[bot]2-8/+8
2023-11-28Build(deps-dev): Bump stylelint-config-twbs-bootstrap (#39445)dependabot[bot]2-84/+76
2023-11-21Update calibreapp-image-actions.ymlXhmikosR1-1/+1
2023-11-21Build(deps): Bump streetsidesoftware/cspell-action from 4 to 5 (#39403)dependabot[bot]1-1/+1
2023-11-21Docs: change vite config path import in vite guide (#39418)Julien Déramond1-2/+2
2023-11-21Build(deps-dev): Bump eslint from 8.52.0 to 8.54.0 (#39424)dependabot[bot]2-24/+24
2023-11-21Build(deps-dev): Bump @babel/preset-env from 7.23.2 to 7.23.3 (#39400)dependabot[bot]2-482/+508
2023-11-21Build(deps-dev): Bump @babel/core from 7.23.2 to 7.23.3 (#39402)dependabot[bot]2-80/+80
2023-11-21Build(deps-dev): Bump hugo-bin from 0.116.3 to 0.116.4 (#39401)dependabot[bot]2-8/+8
2023-11-18Docs: fix color schemes description in Sass customization (#39417)Julien Déramond1-5/+5
2023-11-17Use child combinators to avoid inheriting parent accordion's styles (#37508)Neeraj Kumar Das1-9/+11
2023-11-15Drop evenly items distribution for modal and offcanvas headers (#39373)MarkoOleksiyenko2-5/+1
2023-11-15Allow `<dl>`, `<dt>` and `<dd>` in JS sanitizer (#39376)Frans de Jonge1-0/+3
2023-11-14Docs: fix sentence in 'Scrolling long content' modal section (#39378)curious-broccoli1-1/+1
2023-11-14Fix Sass compilation breaking change in v5.3 (#39380)Julien Déramond2-0/+9
2023-11-10Fix typo in `_grid.scss` (#39387)Edwin1-1/+1
2023-11-02Update dependencies and regenerate package-lock.jsonXhmikosR2-426/+470
2023-11-02Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.4 to 25.0.7 (#39359)dependabot[bot]2-42/+19
2023-11-02Build(deps-dev): Bump @rollup/plugin-babel from 6.0.3 to 6.0.4 (#39360)dependabot[bot]2-9/+9
2023-11-02Build(deps-dev): Bump eslint-plugin-import from 2.28.1 to 2.29.0 (#39358)dependabot[bot]2-43/+67
2023-11-02Build(deps-dev): Bump terser from 5.20.0 to 5.24.0 (#39354)dependabot[bot]2-8/+8
2023-11-02Build(deps-dev): Bump sass from 1.68.0 to 1.69.5 (#39357)dependabot[bot]2-8/+8
2023-11-02Build(deps-dev): Bump hugo-bin from 0.114.2 to 0.116.3 (#39355)dependabot[bot]2-8/+8
2023-11-02Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 (#39356)dependabot[bot]2-9/+9
2023-11-02Build(deps-dev): Bump rollup-plugin-istanbul from 4.0.0 to 5.0.0 (#39351)dependabot[bot]2-29/+88
2023-11-02Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0 (#39353)dependabot[bot]2-43/+64
2023-11-02Build(deps-dev): Bump @rollup/plugin-replace from 5.0.2 to 5.0.5 (#39352)dependabot[bot]2-11/+34
2023-11-02Build(deps-dev): Bump eslint-plugin-unicorn from 48.0.1 to 49.0.0 (#39350)dependabot[bot]2-43/+55
2023-11-02Build(deps): Bump streetsidesoftware/cspell-action from 3 to 4 (#39331)dependabot[bot]1-1/+1
2023-11-02Build(deps): Bump actions/setup-node from 3 to 4 (#39330)dependabot[bot]7-7/+7
2023-10-31Build(deps-dev): Bump @babel/preset-env from 7.22.15 to 7.23.2 (#39307)dependabot[bot]2-174/+174
2023-10-31Build(deps-dev): Bump @babel/cli from 7.22.15 to 7.23.0 (#39267)dependabot[bot]2-30/+16
2023-10-31Build(deps-dev): Bump @babel/core from 7.22.17 to 7.23.2 (#39306)dependabot[bot]2-102/+116
2023-10-31Build(deps-dev): Bump npm-run-all2 from 6.0.6 to 6.1.1 (#39309)dependabot[bot]2-8/+9
2023-10-31Fix color-mode.jsMewenLeHo1-2/+2
2023-10-30Doc: add `dispose()` to Offcanvas methods (#39340)Julien Déramond1-0/+1
2023-10-23Doc: use `.text-bg-{color}` for all badgesJulien Déramond6-69/+69
2023-10-23Doc: add expanded accordion explanation (#39304)Julien Déramond1-1/+5
2023-10-23Docs: drop `.table-light` from table foot example (#39320)Julien Déramond1-1/+1
2023-10-13Tests: update navbar in visual modal test (#39294)Julien Déramond1-15/+19
2023-10-13Docs: fix emphasis text utilities usage in Utilities > Background (#39293)oliv371-1/+1
2023-10-12Fix `getOrCreateInstance()` doc example (#39281)Julien Déramond1-1/+1
2023-10-11Build(deps-dev): Bump autoprefixer from 10.4.15 to 10.4.16 (#39269)dependabot[bot]2-18/+18