Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-17Convert alerts to CSS variables (#35401)Mark Otto
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-12-16Add sticky bottom utility (#35518)Florian Lacreuse
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-10-11Extract Carousel's swipe functionality to a separate Class (#32999)GeoSot
2021-09-29Update terser to v5.9.0 (#34995)XhmikosR
2021-09-03Bump @popperjs/core from 2.9.3 to 2.10.1 (#34896)dependabot[bot]
* Bump @popperjs/core from 2.9.3 to 2.10.1 Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.9.3 to 2.10.1. - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](https://github.com/popperjs/popper-core/compare/v2.9.3...v2.10.1) --- updated-dependencies: - dependency-name: "@popperjs/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update config.yml * Update .bundlewatch.config.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-09-02Include root.scss in all dist builds (#34773)Mark Otto
* Remove the font-family-* override vars from Reboot build * Update Reboot docs to mention CSS variables
2021-08-04Update .bundlewatch.config.jsonMark Otto
2021-07-27Add shift-tab keyboard support for dialogs (modal & Offcanvas components) ↵Ryan Berliner
(#33865) * consolidate dialog focus trap logic * add shift-tab support to focustrap * remove redundant null check of trap element Co-authored-by: GeoSot <geo.sotis@gmail.com> * remove area support forom focusableChildren * fix no expectations warning in focustrap tests Co-authored-by: GeoSot <geo.sotis@gmail.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-07-17Bump bundlewatchMark Otto
2021-06-23Bump bundlewatch bundleMark Otto
2021-06-23v5.1: Add optional CSS grid (#31813)Mark Otto
2021-05-22Automatically select an item in the dropdown when using arrow keys (#34052)alpadev
2021-04-14Decouple BackDrop from modal (#32439)GeoSot
* Create backdrop.js util * revert breaking changes remove PromiseTimout usage revert class name * one more test | change bundlewatch.config * add config obj to backdrop helper | tests for rootElement | use transitionend helper * Minor tweaks — Renaming Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-03-23.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)XhmikosR
2021-03-17Fix carousel RTL and refactor code, fix rtl swipe issues (#32913)GeoSot
* move common code to reusable functions * add/re-factor tests, directionToOrder func * add _orderToDirection tests Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-17Use more safe check for 'isDisabled' helper (#33385)GeoSot
2021-03-02Offcanvas as component (#29017)GeoSot
* Add a new offcanvas component * offcanvas.js: switch to string constants and `event.key` * Remove unneeded code * Sass optimizations * Fixes Make sure the element is hidden and not offscreen when inactive fix close icon negative margins Add content in right & bottom examples Re-fix bottom offcanvas height not to cover all viewport * Wording tweaks * update tests and offcanvas class * separate scrollbar functionality and use it in offcanvas * Update .bundlewatch.config.json * fix focus * update btn-close / fix focus on close * add aria-modal and role return focus on trigger when offcanvas is closed change body scrolling timings * move common code to reusable functions * add aria-labelledby * Replace lorem ipsum text * fix focus when offcanvas is closed * updates * revert modal, add tests for scrollbar * show backdrop by default * Update offcanvas.md * Update offcanvas CSS to better match modals - Add background-clip for borders - Move from outline to border (less clever, more consistent) - Add scss-docs in vars * Revamp offcanvas docs - Add static example to show and explain the components - Split live examples and rename them - Simplify example content - Expand docs notes elsewhere - Add sass docs * Add .offcanvas-title instead of .modal-title * Rename offcanvas example to offcanvas-navbar to reflect it's purpose * labelledby references title and not header * Add default shadow to offcanvas * enable offcanvas-body to fill all the remaining wrapper area * Be more descriptive, on Accessibility area * remove redundant classes * ensure in case of an already open offcanvas, not to open another one * bring back backdrop|scroll combinations * bring back toggling class * refactor scrollbar method, plus tests * add check if element is not full-width, according to #30621 * revert all in modal * use documentElement innerWidth * Rename classes to -start and -end Also copyedit some docs wording * omit some things on scrollbar * PASS BrowserStack tests -- IOS devices, Android devices and Browsers on Mac, hide scrollbar by default and appear it, only while scrolling. * Rename '_handleClosing' to '_addEventListeners' * change pipe usage to comma * change Data.getData to Data.get Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang
* Fix event handler removal in carousel dispose * Fix event handler removal in dropdown dispose * Test event handlers in scrollspy dispose * Test event handlers in toast dispose * Test event handlers in tooltip dispose Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma
* Add function type for `popperConfig` option * Update .bundlewatch.config.json * copy edits Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com>
2020-12-18Add helpers to utilities bundle (#32324)Marc Jansing
Adds currently missing utilities classes which are located in scss/helpers to boostrap-utilities dist files. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev
* refactor: use an utility function to define jQuery plugins * test: add spec for defineJQueryPlugin utility function * Update .bundlewatch.config.json Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-12-06Tighten bundlewatch limitsXhmikosR
2020-12-04feat(RTL): implement RTLGaël Poupard
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma
Porting of #31834 to main. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-08Add .gap utilities (#32074)Mark Otto
* Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto
2020-11-05Tighten bundlewatch limits.XhmikosR
2020-10-28v5: Floating labels (#30449)Mark Otto
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2020-09-24Fix bundlewatch test I missedMark Otto
2020-06-16Rename "master" to "main". (#31050)XhmikosR
2020-06-16Tighten bundlewatch limits (#31043)XhmikosR
2020-04-13Update file size for the grid buildMark Otto
2020-04-09Add v4-dev in bundlewatch config. (#30541)XhmikosR
2020-04-08Replace bundlesize with bundlewatch. (#30538)XhmikosR