2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Commit Graph

  • e208774fc1 Clean up a couple CSS Grid issues (#34572) Mark Otto 2021-07-26 10:45:10 -05:00
  • 905db7dadb Update the custom Sass import docs (#34573) Mark Otto 2021-07-26 10:41:43 -05:00
  • e805a5e287 Update nav-tab.md Jitan Gupta 2021-07-16 11:20:50 +05:30
  • 9ef7ca5156 Make default $accordion-icon-color consistent TheFakeCake 2021-07-12 14:41:16 +02:00
  • b010a6f9f4 fix(modal): change the order we return from show() method (#34087) alpadev 2021-07-25 19:36:11 +02:00
  • dd303fa971 docs: minor image compression improvements (#34557) XhmikosR 2021-07-25 20:33:45 +03:00
  • 2bdbb42dcf docs: Add Github Octicons to the list (#34526) Ben Koshy 2021-07-23 01:29:47 +10:00
  • 41292a5257 Toasts: Change showing timings and classes to keep toast display:none by default (#33610) GeoSot 2021-07-22 18:13:13 +03:00
  • e85a6ed77c make dataApiKeydownHandler to handle specific instance, avoiding extra manipulations GeoSot 2021-07-08 18:44:58 +03:00
  • 9916191311 extract createPopper method GeoSot 2021-07-08 18:23:54 +03:00
  • b1dad0943f handle click event in one place, remove undocumented click listener on element in case of not having the proper markup GeoSot 2021-07-08 17:59:18 +03:00
  • d01a08547d use classList add instead of toggle on show GeoSot 2021-07-08 17:54:15 +03:00
  • d130b00cad simplify toggle GeoSot 2021-07-08 17:42:09 +03:00
  • 3533e2d637 Merge dropdownInterface to jQueryInterface GeoSot 2021-06-10 17:56:43 +03:00
  • d3c6f25fd0 Add isShown method and reuse it GeoSot 2021-06-10 17:51:01 +03:00
  • da2db218ed Use on private method to set content & cleanup template GeoSot 2021-06-10 11:00:05 +03:00
  • 9c3ceaa25b popover: Move common code in tooltip's getTipElement() GeoSot 2021-06-10 10:58:41 +03:00
  • a97fd1cd24 use one private method to resolve string or function GeoSot 2021-06-10 10:55:34 +03:00
  • 3716603dbc Use getOrCreateInstance on _initializeOnDelegatedTarget GeoSot 2021-06-10 10:53:59 +03:00
  • 92c7056619 _getDelegateConfig(): add a comment and remove an unneeded config check GeoSot 2021-06-10 10:52:35 +03:00
  • c4e189df40 use a class private getter to decouple same methods usage GeoSot 2021-06-10 10:48:35 +03:00
  • 5d24fef741 Update devDependencies XhmikosR 2021-07-21 15:52:59 +03:00
  • 70267da28e CI: make use of the actions/setup-node's cache option (#34453) XhmikosR 2021-07-19 18:38:49 +03:00
  • 9cf31d9f8e Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491) dependabot[bot] 2021-07-14 08:29:28 +03:00
  • a6618c437b CONTRIBUTING.md: fix broken link to README.md (#34389) Kijima Daigo 2021-07-08 14:49:41 +09:00
  • 6c9951203c Backport #34336 XhmikosR 2021-06-24 11:04:29 +03:00
  • ec986fcb57 Manually backport #34075 and #34279 XhmikosR 2021-06-22 12:52:10 +03:00
  • c272eb80bf Update Hugo config and sitemap.xml (#34074) XhmikosR 2021-05-25 08:32:27 +03:00
  • ca3ff6dc29 Handle complex expressions in add() & subtract() (#34047) Gaël Poupard 2021-05-25 07:23:41 +02:00
  • 0ef990f18e Replace Freenode with Libera.Chat in the remaining files (#34250) XhmikosR 2021-06-14 20:12:10 +03:00
  • 75b2934596 Update devDependencies (#34552) XhmikosR 2021-07-21 15:57:47 +03:00
  • 3e01830d92 Bump rollup from 2.53.2 to 2.53.3 (#34548) dependabot[bot] 2021-07-21 14:06:40 +03:00
  • 119cfc3dfe Remove whitespace at beginning of util/index.js (#34545) Ryan Berliner 2021-07-21 00:49:55 -04:00
  • 5541179b38 Fix Util.reflow function and add documentation (#34543) GeoSot 2021-07-20 17:20:43 +03:00
  • 365b9e5af0 Bump @rollup/plugin-replace from 2.4.2 to 3.0.0 (#34536) dependabot[bot] 2021-07-20 17:13:58 +03:00
  • 5eaf73baa6 Bump stylelint-config-twbs-bootstrap from 2.2.1 to 2.2.3 (#34541) dependabot[bot] 2021-07-20 17:05:29 +03:00
  • 7218c3e3be Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (#34540) dependabot[bot] 2021-07-20 17:01:49 +03:00
  • 3f7476bd16 Bump @rollup/plugin-commonjs from 19.0.0 to 19.0.1 (#34539) dependabot[bot] 2021-07-20 16:54:38 +03:00
  • ed9850cbfb Bump eslint from 7.30.0 to 7.31.0 (#34538) dependabot[bot] 2021-07-20 16:50:04 +03:00
  • 95e5b76d83 Bump rollup from 2.53.1 to 2.53.2 (#34537) dependabot[bot] 2021-07-20 16:41:59 +03:00
  • 2721f6042b CI: make use of the actions/setup-node's cache option (#34453) XhmikosR 2021-07-19 18:38:49 +03:00
  • dfafb9a60c modal: change data-dismiss so that it can be outside of a modal using bs-target (#33403) GeoSot 2021-07-19 16:56:05 +03:00
  • f441ca262f Add link to accordion page from data-bs-parent snippet in Collapse docs collapse-parent-ex-link-accordion Mark Otto 2021-07-18 21:46:37 -07:00
  • 06a1ca5623 Add new offcanvas support to navbars craftwerk 2021-04-01 19:24:17 +02:00
  • ed3f2d46c4 Bump bundlewatch Mark Otto 2021-06-22 22:27:31 -07:00
  • aee169d192 Split .vr from stacks as a new helper Mark Otto 2021-06-22 22:22:02 -07:00
  • 2bc6de1f5e Add hstack and vstack helpers Mark Otto 2021-05-14 14:32:24 -07:00
  • 5c1691ac3a Regenerate package-lock.json (#34499) XhmikosR 2021-07-15 00:10:22 +03:00
  • 054f8781a8 fix(forms): prevent color control from shrinking (#34445) Gaël Poupard 2021-07-14 08:19:28 +02:00
  • e45b25e08e util.js: remove Selector.findOne() dependency (#34441) GeoSot 2021-07-14 09:08:10 +03:00
  • 2b297b977a Bump rtlcss from 3.2.1 to 3.3.0 (#34490) dependabot[bot] 2021-07-14 08:55:08 +03:00
  • 96db1780e1 Bump nodemon from 2.0.9 to 2.0.12 (#34489) dependabot[bot] 2021-07-14 08:47:25 +03:00
  • f50ce6179d Bump karma-jasmine-html-reporter from 1.6.0 to 1.7.0 (#34492) dependabot[bot] 2021-07-14 08:34:25 +03:00
  • 3f3f8dddb8 Bump coverallsapp/github-action from 1.1.2 to 1.1.3 (#34491) dependabot[bot] 2021-07-14 08:29:28 +03:00
  • da524f6b7d Bump rollup from 2.52.8 to 2.53.1 (#34493) dependabot[bot] 2021-07-14 08:24:01 +03:00
  • 145aaee2a7 Added new Offcanvas file to import example Eric Horstmanshof 2021-07-10 16:33:40 +02:00
  • 452e2f0689 npm scripts: add aggregate-output (#32907) XhmikosR 2021-07-08 09:55:20 +03:00
  • 0fc117cec5 Add null $card-box-shadow variable (#34440) Mark Otto 2021-07-07 23:44:55 -07:00
  • f254047d92 CONTRIBUTING.md: fix broken link to README.md (#34389) Kijima Daigo 2021-07-08 14:49:41 +09:00
  • 0e165e58f5 Bump sass from 1.35.1 to 1.35.2 (#34452) dependabot[bot] 2021-07-08 08:41:19 +03:00
  • 7987bfdf80 Bump rollup from 2.52.6 to 2.52.8 (#34451) dependabot[bot] 2021-07-08 08:33:40 +03:00
  • 8fd62c4fc5 Bump eslint from 7.29.0 to 7.30.0 (#34430) dependabot[bot] 2021-07-08 08:30:20 +03:00
  • 6c2c14d887 Remove print thead rule (#34426) Christian Oliff 2021-07-08 14:28:53 +09:00
  • 0132b77638 Bump hugo-bin from 0.72.5 to 0.73.0 (#34429) dependabot[bot] 2021-07-08 08:26:36 +03:00
  • 47bbd945f0 Add maps for all colors, document how to extend color utilities (#32319) Mark Otto 2021-07-06 11:31:20 -10:00
  • 66ce774e2a Fix site params variable on themes section acyoush 2021-07-03 13:42:53 +07:00
  • 359ed099e5 Add horizontal collapse support Mark Otto 2021-06-14 23:25:11 +03:00
  • 8bc89b273d Bump hugo-bin from 0.72.4 to 0.72.5 (#34394) dependabot[bot] 2021-07-01 16:46:19 +03:00
  • f323fad915 Bump nodemon from 2.0.7 to 2.0.9 (#34393) dependabot[bot] 2021-07-01 14:18:33 +03:00
  • 0c7018a954 Bump rollup from 2.52.3 to 2.52.6 (#34392) dependabot[bot] 2021-07-01 14:13:15 +03:00
  • 696996dd4f Add dynamic, live alerts example to docs (#33866) Mark Otto 2021-06-29 08:46:25 -07:00
  • d314466a4d Accept argument of different types in the getInstance method (#34333) Jeremy Jackson 2021-06-29 09:45:45 -05:00
  • b00355de4b Bump hugo-bin from 0.72.1 to 0.72.4 (#34376) dependabot[bot] 2021-06-29 17:32:52 +03:00
  • d979dcf853 Bump rtlcss from 3.2.0 to 3.2.1 (#34372) dependabot[bot] 2021-06-29 17:28:51 +03:00
  • cb187599ea Bump linkinator from 2.13.6 to 2.14.0 (#34371) dependabot[bot] 2021-06-29 17:23:52 +03:00
  • 921d8aea68 Bump rollup from 2.52.2 to 2.52.3 (#34370) dependabot[bot] 2021-06-29 17:18:14 +03:00
  • 70dd7f6ff5 Changes to Alert component to match the others (#33402) GeoSot 2021-06-28 16:34:47 +03:00
  • 45d26de728 Variablize backdrop for modal and offcanvas Mark Otto 2021-06-25 13:41:15 -07:00
  • 89187718c4 Fix z-indexes for modals and offcanvases pr/34149 Mark Otto 2021-06-24 21:34:01 -07:00
  • bbd87ca5fb Fix mixin GeoSot 2021-06-25 01:07:24 +03:00
  • a585c81035 Add new overlay-backdrop() mixin Mark Otto 2021-06-24 09:54:49 -07:00
  • 34ed569610 restrict changes only to backdrop.js, add test GeoSot 2021-06-23 02:11:18 +03:00
  • 1eb2ffa0db Move offcanvas-backdrop css in offcanvas.scss Romain 2021-05-31 19:22:10 +02:00
  • 93f1107ef5 Variabilize backdrop class name (#34094) Romain 2021-05-31 19:14:54 +02:00
  • 086c0bfc25 🐛 Enable 0.x with negative margins @ v4 (#33593) k-utsumi 2021-06-24 16:57:47 +09:00
  • 088ef62982 Remove unneeded .text-white-50 CSS rule (#34336) Christian Oliff 2021-06-24 16:51:17 +09:00
  • 653476ec98 Fixes #34187 Mark Otto 2021-06-23 20:37:07 -07:00
  • 77d4143674 Bump bundlewatch bundle Mark Otto 2021-06-22 19:53:24 -07:00
  • dd824f2d3e v5.1: Add optional CSS grid (#31813) Mark Otto 2021-06-22 19:51:16 -07:00
  • 5967ebd906 Use the switch statement instead of if Rohit Sharma 2021-06-09 15:02:45 +05:30
  • f94f497ad5 ScrollSpy: Make Proper use of the SelectorEngine * avoid extra work, creating ids * simplify selectors and constrain search inside config.target GeoSot 2021-06-08 10:38:27 +03:00
  • a816615efa Add utility classes for opacity (#33781) harishhalodoc 2021-06-23 07:50:01 +05:30
  • 2d8da8bcb0 Add four new snippet examples (#33882) Mark Otto 2021-06-22 19:15:02 -07:00
  • a43dd5a897 Add v5.0.2 docs XhmikosR 2021-06-22 21:28:23 +03:00
  • 258f7e37f3 Update .gitignore. XhmikosR 2021-06-17 19:00:56 +03:00
  • 688bce4fa6 Release v5.0.2 (#34276) v5.0.2 XhmikosR 2021-06-22 21:29:16 +03:00
  • 16d5041a76 Fix another Sass division (#34332) Mark Otto 2021-06-22 10:39:13 -07:00
  • 4927388197 Register only one DOMContentLoaded event listener in onDOMContentLoaded (#34158) alpadev 2021-06-22 19:19:55 +02:00
  • 56b000474c Bump sass from 1.32.13 to 1.35.1 (#34285) dependabot[bot] 2021-06-22 20:17:34 +03:00
  • c11c3a7e19 Update rfs to v9.0.4. Mark Otto 2021-06-17 22:29:21 -07:00