37703a6fc9 
								
							 
						 
						
							
							
								
								Fix Typos across Bootstrap repository ( #29082 )  
							
							
							
						 
						
							2019-07-20 12:53:02 +03:00  
				
					
						
							
							
								 
						
							
								18077460aa 
								
							 
						 
						
							
							
								
								updated babel  
							
							
							
						 
						
							2019-07-17 15:03:32 +03:00  
				
					
						
							
							
								 
						
							
								cc49977038 
								
							 
						 
						
							
							
								
								Fix dropdown unit test ( #29037 )  
							
							... 
							
							
							
							swap jQuery's `trigger(...)` with the more verbose native `dispatchEvent(...)`, as the former may not always behave/bubble correctly (observed while trying to write unit tests for keyboard handling of ARIA tab navigation), which may lead to this test passing even though it fails in real usage. 
							
						 
						
							2019-07-14 12:24:27 +03:00  
				
					
						
							
							
								 
						
							
								39c4ca3970 
								
							 
						 
						
							
							
								
								dist v5  
							
							
							
						 
						
							2019-07-12 16:56:26 -05:00  
				
					
						
							
							
								 
						
							
								f2c63ac729 
								
							 
						 
						
							
							
								
								Port new unit test for dropdown from v4 ( #28913 )  
							
							... 
							
							
							
							Add unit test from #28912  to v5 
							
						 
						
							2019-06-25 14:57:41 +03:00  
				
					
						
							
							
								 
						
							
								f0f75379f6 
								
							 
						 
						
							
							
								
								Closing dropdown with ESC correctly sets focus to toggle ( #28928 )  
							
							... 
							
							
							
							Just firing the focus event isn't enough ... need to actually call the proper `focus()` method for it to actually do it... 
							
						 
						
							2019-06-19 12:23:41 +03:00  
				
					
						
							
							
								 
						
							
								0829decce0 
								
							 
						 
						
							
							
								
								tooltip dispose:removing only own event handler ( #28896 )  
							
							
							
						 
						
							2019-06-13 10:42:54 +02:00  
				
					
						
							
							
								 
						
							
								8a79cf894d 
								
							 
						 
						
							
							
								
								event-handler.js: use a plain for loop. ( #28853 )  
							
							
							
						 
						
							2019-06-03 13:08:17 +02:00  
				
					
						
							
							
								 
						
							
								d5752a18ab 
								
							 
						 
						
							
							
								
								toast should allow prevent default for hide and show events  
							
							
							
						 
						
							2019-05-16 13:24:29 +02:00  
				
					
						
							
							
								 
						
							
								c805aec770 
								
							 
						 
						
							
							
								
								fix popover arrow by selecting the first element child  
							
							
							
						 
						
							2019-05-14 15:28:43 +02:00  
				
					
						
							
							
								 
						
							
								a827934f13 
								
							 
						 
						
							
							
								
								Documentation tweaks ( #28679 )  
							
							... 
							
							
							
							* Documentation tweaks
* Remove redundant col-12 classes 
							
						 
						
							2019-05-08 19:58:29 +03:00  
				
					
						
							
							
								 
						
							
								438e01b61c 
								
							 
						 
						
							
							
								
								Rename `eventHandler` and `selectorEngine` files.  
							
							
							
						 
						
							2019-05-08 17:26:37 +03:00  
				
					
						
							
							
								 
						
							
								dda31bbee6 
								
							 
						 
						
							
							
								
								improve build plugin script to keep file name  
							
							
							
						 
						
							2019-05-08 17:26:37 +03:00  
				
					
						
							
							
								 
						
							
								e7657c8bc0 
								
							 
						 
						
							
							
								
								Remove the `unicorn/filename-case` rule suppression.  
							
							
							
						 
						
							2019-05-08 17:26:37 +03:00  
				
					
						
							
							
								 
						
							
								091aa1e9fd 
								
							 
						 
						
							
							
								
								v5 dist ( #28657 )  
							
							
							
						 
						
							2019-04-18 14:47:52 +03:00  
				
					
						
							
							
								 
						
							
								14f53d9baa 
								
							 
						 
						
							
							
								
								fix unit tests for chrome mobile  
							
							
							
						 
						
							2019-04-15 13:48:27 +02:00  
				
					
						
							
							
								 
						
							
								afc63ec887 
								
							 
						 
						
							
							
								
								Fix xo error: use `for...of`.  
							
							
							
						 
						
							2019-04-10 15:18:57 +03:00  
				
					
						
							
							
								 
						
							
								105687ac4a 
								
							 
						 
						
							
							
								
								Update eslint config for the new xo rules.  
							
							
							
						 
						
							2019-04-10 15:18:57 +03:00  
				
					
						
							
							
								 
						
							
								f4877dbf03 
								
							 
						 
						
							
							
								
								Remove _close() and marge with _hide()  
							
							
							
						 
						
							2019-04-09 13:59:41 +02:00  
				
					
						
							
							
								 
						
							
								91ebb4b3b2 
								
							 
						 
						
							
							
								
								Call hide() after `delay` time  
							
							
							
						 
						
							2019-04-09 13:59:41 +02:00  
				
					
						
							
							
								 
						
							
								efb9a7749f 
								
							 
						 
						
							
							
								
								karma.conf.js: switch to `CI === true`. ( #28588 )  
							
							
							
						 
						
							2019-04-01 17:26:43 +03:00  
				
					
						
							
							
								 
						
							
								1752addadf 
								
							 
						 
						
							
							
								
								Reset carousel touch delta x to prevent click transformation in swipe ( #28558 )  
							
							
							
						 
						
							2019-03-27 14:37:04 +02:00  
				
					
						
							
							
								 
						
							
								ad0f5f153c 
								
							 
						 
						
							
							
								
								fix remove files in our visual tests  
							
							
							
						 
						
							2019-03-18 01:11:05 +02:00  
				
					
						
							
							
								 
						
							
								08679ac0b5 
								
							 
						 
						
							
							
								
								Add back support for IE 11  
							
							
							
						 
						
							2019-03-18 01:11:05 +02:00  
				
					
						
							
							
								 
						
							
								6aa475c82e 
								
							 
						 
						
							
							
								
								Use one-line imports when possible. ( #28467 )  
							
							
							
						 
						
							2019-03-13 14:55:53 +02:00  
				
					
						
							
							
								 
						
							
								ac67e04ce0 
								
							 
						 
						
							
							
								
								Dist.  
							
							
							
						 
						
							2019-03-11 17:59:08 +02:00  
				
					
						
							
							
								 
						
							
								2fd50f98a5 
								
							 
						 
						
							
							
								
								build bootstrap in esm  
							
							
							
						 
						
							2019-03-11 17:59:08 +02:00  
				
					
						
							
							
								 
						
							
								3ffe3a5d82 
								
							 
						 
						
							
							
								
								collapse.js: minor refactoring.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								1393678f0b 
								
							 
						 
						
							
							
								
								Remove obsolete comments.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								dd0239d169 
								
							 
						 
						
							
							
								
								Remove more unused properties.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								dce47b5451 
								
							 
						 
						
							
							
								
								scrollspy.js: remove unused properties  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								5ac1a12625 
								
							 
						 
						
							
							
								
								Remove assignment from return.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								5bcd6a29cd 
								
							 
						 
						
							
							
								
								Disable a few rules for now.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								46c037410b 
								
							 
						 
						
							
							
								
								Comply to the new rules.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								44e6abcba5 
								
							 
						 
						
							
							
								
								Switch to eslint-config-xo and eslint-plugin-unicorn.  
							
							
							
						 
						
							2019-03-11 17:01:28 +02:00  
				
					
						
							
							
								 
						
							
								19aee321a0 
								
							 
						 
						
							
							
								
								Dist ( #28392 )  
							
							
							
						 
						
							2019-03-01 18:31:34 +02:00  
				
					
						
							
							
								 
						
							
								d5f9107abb 
								
							 
						 
						
							
							
								
								Remove the now unneeded `shrink-to-fit` directive. ( #28314 )  
							
							
							
						 
						
							2019-02-27 17:47:41 +02:00  
				
					
						
							
							
								 
						
							
								9cbd041f6b 
								
							 
						 
						
							
							
								
								tests: add tests for plugins version. ( #28366 )  
							
							
							
						 
						
							2019-02-27 13:20:25 +02:00  
				
					
						
							
							
								 
						
							
								f7b55da450 
								
							 
						 
						
							
							
								
								dom/manipulator.js: minor simplification. ( #28358 )  
							
							... 
							
							
							
							Combine two checks since we return the same value for both. 
							
						 
						
							2019-02-26 13:13:01 +02:00  
				
					
						
							
							
								 
						
							
								7933ee3282 
								
							 
						 
						
							
							
								
								karma.conf.js: minor simplification.  
							
							
							
						 
						
							2019-02-26 13:04:04 +02:00  
				
					
						
							
							
								 
						
							
								497518db1a 
								
							 
						 
						
							
							
								
								remove tests for old jQuery 1.9.x compatibility  
							
							
							
						 
						
							2019-02-26 13:04:04 +02:00  
				
					
						
							
							
								 
						
							
								8a37045b79 
								
							 
						 
						
							
							
								
								move util in a util folder with the sanitizer  
							
							
							
						 
						
							2019-02-26 13:04:04 +02:00  
				
					
						
							
							
								 
						
							
								5ad2121819 
								
							 
						 
						
							
							
								
								Remove DOMContentLoaded. ( #28337 )  
							
							... 
							
							
							
							There's no reason for us to wait here. 
							
						 
						
							2019-02-24 15:42:18 +02:00  
				
					
						
							
							
								 
						
							
								423e4a3811 
								
							 
						 
						
							
							
								
								tests/visual/modal.html: fix close button placement.  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								fee11fd7ae 
								
							 
						 
						
							
							
								
								use our selector engine instead of native api  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								68e6de42ec 
								
							 
						 
						
							
							
								
								Use `Util.makeArray()`.  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								e58b47cf74 
								
							 
						 
						
							
							
								
								improve event handler  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								30861cbc6d 
								
							 
						 
						
							
							
								
								Simplify checks.  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								4b7c058a25 
								
							 
						 
						
							
							
								
								Remove unneeded ESLint suppression.  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00  
				
					
						
							
							
								 
						
							
								08227506f2 
								
							 
						 
						
							
							
								
								use only dataset to get data attributes  
							
							
							
						 
						
							2019-02-20 22:05:45 +02:00