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 (Expand)Author
2022-07-27Re-set tooltip title, on disposal (#36751)GeoSot
2022-07-06Handle non-empty whitespace `textContent` in Tooltip trigger (#36588)Nathan Walters
2022-06-27Force tooltip and popover to recreate content every time it opens (#35679)GeoSot
2022-05-31JS: tests fixes & standardization of spies usage (#36398)Louis-Maxime Piton
2022-04-21Manipulator: Add JSON parse support (#35077)GeoSot
2022-02-19tests: revisit all tests using Promise.reject instead of throwing an error (#...GeoSot
2022-02-19Make event name helper and use it on tooltip & popover to reduce dist sizes (...GeoSot
2022-02-15Update devDependencies (#35841)XhmikosR
2022-01-30tests: replace 'done' callback with 'Promise' to fix deprecation errors (#35659)GeoSot
2021-12-09Fix tests fixture type (#35501)XhmikosR
2021-12-07Tooltip: remove title attribute before show & add tests (#35456)GeoSot
2021-12-02Tests: Minor fixes (#35455)Louis-Maxime Piton
2021-12-01Tooltip/Popover: add underscore prefix to protected functionsGeoSot
2021-12-01Tooltip: Change `_enter` & `_leave` to work without argumentsGeoSot
2021-12-01Fix popover arrow & tooltip template after the `setContent` addition (#35441)GeoSot
2021-12-01Tooltip: remove leftover method (#35440)GeoSot
2021-12-01tests: fix a few typosXhmikosR
2021-12-01tests: remove extra spaces, unneeded arrays and add missing newlinesXhmikosR
2021-12-01tests: tweak Jasmine's matchers usageXhmikosR
2021-11-25Clean tooltip component unneeded functionality (#32692)GeoSot
2021-11-25Add a template factory helper to handle all template cases (#34519)GeoSot
2021-10-08tests: minor cleanup (#35138)XhmikosR
2021-10-05Enable `unicorn/no-array-for-each` ruleXhmikosR
2021-08-03Regression on tooltip template creation process. (#34628)GeoSot
2021-07-30Enable a few eslint-config-xo rules (#34620)XhmikosR
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev
2021-05-20Allow use of `dispose/hide` methods on Tooltip & Popover from jQueryInterface...GeoSot
2021-05-12Popover/Tooltip: streamline config property to start with underscore (#33381)GeoSot
2021-05-11Remove potential false positive assertions (#33288)Ben Lertlumprasertkul
2021-04-11Update tests to check for `noop` to be removedRohit Sharma
2021-03-16only trigger tooltip inserted event on true dom insertRyan Berliner
2021-03-16prevent quick interactions from misplacing tooltipsRyan Berliner
2021-03-16prevent tooltip from being deleted on quick re-activationsRyan Berliner
2021-02-22Allow constructors to accept a CSS selector (#32245)Rohit Sharma
2021-02-12Fix event handler removal in dropdown/carousel dispose (#33000)Kyle Tsang
2021-02-09Add function type for `popperConfig` option (#32882)Rohit Sharma
2021-01-28Restore `offset` option for tooltip/popover componentsRohit Sharma
2021-01-13Throw a `TypeError` instead of the generic `Error` (#32585)Rohit Sharma
2020-12-14Tooltip - Add missing callback in async spec (#32465)Rohit Sharma
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma
2020-12-06Update to popper.js v2.xJohann-S
2020-12-04feat(RTL): implement RTLGaƫl Poupard
2020-11-30Add testsXhmikosR
2020-11-29Switch to Jasmine's `toBeInstanceOf` matcherXhmikosR
2020-11-29create a base componentJohann-S
2020-11-25Ability to add custom class in tooltip/popover (#32217)Rohit Sharma
2020-11-21Be consistent with Popper's name. (#32224)XhmikosR
2020-11-14Add `bs` in data attributesRohit Sharma
2020-11-02tests: switch to using `toContain()` to check for substring presence (#32043)XhmikosR