Commit Graph

2188 Commits

Author SHA1 Message Date
Christopher S. Case 1cef435c40 updated documentation
Included suggestions from #58.
2019-10-16 15:00:34 -05:00
Christopher S. Case a94c3026ea Merge pull request #57 from ElitenetDenmark/patch-1
Update plunker.js
2019-10-05 11:05:25 -05:00
Elitenet Denmark c99c2108ba Update plunker.js
Small typo got in somehow
2019-10-05 16:22:09 +02:00
Christopher S. Case 0e41f3f555 Merge pull request #56 from Morgul/fix-unit-tests
Update .travis.yml
2019-10-04 21:18:13 -05:00
Christopher S. Case 09177883a6 Update Gruntfile.js
Cleaned up eslint issue.
2019-10-04 21:12:31 -05:00
Christopher S. Case d1127c0bb3 Update .travis.yml
Change node version.
2019-10-04 21:07:33 -05:00
Christopher S. Case 3288b0a6c5 Update .travis.yml
Should fix unit tests.
2019-10-04 21:03:02 -05:00
Christopher S. Case f268c0cd3d Merge pull request #55 from Morgul/vertical-tabs-fix
Fix vertical tabs.
2019-10-04 20:58:13 -05:00
Christopher S. Case 7500dffac8 Update tabset.html
Fixed vertical tabs.
2019-10-04 20:56:11 -05:00
Christopher S. Case 0ece58228a Merge pull request #54 from Morgul/fix-plunker
Fixed plunker url
2019-10-04 20:52:16 -05:00
Christopher S. Case 7a7dfa4174 Fixed plunker url
Closes #50.
2019-10-04 20:46:58 -05:00
Christopher S. Case 1048156cde Update index.html
Fixed typo.
2019-10-04 20:44:04 -05:00
Christopher S. Case c5a84fdd5d Update README.md 2019-08-09 09:10:57 -05:00
Christopher S. Case a76e3a7cd0 Create FUNDING.yml 2019-08-09 08:54:09 -05:00
Christopher S. Case 46896dd2cc Update README.md 2019-08-09 08:46:01 -05:00
Christopher S. Case f5f7eb5dd1 Update README.md 2019-08-09 08:45:37 -05:00
Christopher S. Case 49c218781a Merge pull request #47 from WiseBanyan/clean-up-versions
Clean up versions
2018-12-04 16:31:02 -06:00
Adam 4db145e785 Fixed docs to somewhat work better than they did. Updated bootstrap to 4.1.1 2018-12-04 14:07:03 -08:00
Adam 08977793e2 Get 3.0.6 ready for distribution 2018-12-04 14:07:03 -08:00
Adam ae25ba3fc8 Remove old versions of docs 2018-12-04 14:07:03 -08:00
Christopher S. Case 20d1f35729 Merge pull request #46 from WiseBanyan/fix-modal-class-test
Adjust last animation change to fix test
2018-11-16 17:19:27 -06:00
Adam f147abd89c Adjust backdrop closing listener to be defined before digest like previously to not break a test. Adding class for proper animation left after digest. 2018-11-16 14:43:37 -08:00
Adam 400992549b fix typo 2018-11-16 13:14:37 -08:00
Christopher S. Case 6245a62870 Merge pull request #43 from WiseBanyan/fix-modal-animation
Fix modal-backdrop animation addClass to be in link function
2018-11-16 09:39:16 -06:00
Adam 6be7102c66 Fix modal-backdrop animation addClass to be in link function like modal-window is to fix entry animation. 2018-11-16 00:52:17 -08:00
Christopher S. Case 68379dde33 Merge pull request #41 from WiseBanyan/fix-scroll-padding
Revert "fix(modal): check for overflow hidden"
2018-11-15 23:14:14 -06:00
Adam f52c2c1db7 Revert "fix(modal): check for overflow hidden"
This reverts commit 433e536e6b.

This "fix" causes the general use case of being attached to the body to fail. This can be seen on the example site, past v2 the padding isn't added when it should be and the page 'jumps' when the scrollbar disappears.
2018-11-15 19:32:01 -08:00
Christopher S. Case 2d40031e3b ...uh, changes? v3.0.5 2018-10-03 23:13:20 -05:00
Christopher S. Case f032bec5ae chore(release): v3.0.5 2018-10-03 23:12:06 -05:00
Christopher S. Case 76b5279570 Merge pull request #38 from Morgul/ccase-dropdown-fixes
Dropdown template fixes
2018-10-03 23:08:36 -05:00
Christopher S. Case c4adfe5ef5 Fixed dropdowns with templates. 2018-10-03 23:06:31 -05:00
Christopher S. Case 1d99792129 Merge pull request #37 from Morgul/demo-fixes
Made some fixes to the demo page.
2018-10-03 22:51:52 -05:00
Christopher S. Case b9b807ca4a fixed some issues with the demo page. 2018-10-03 22:50:43 -05:00
Christopher S. Case 2de7918ed0 Merge pull request #36 from Morgul/svg-icon-fix
Svg icon fix
2018-10-03 22:32:15 -05:00
Christopher S. Case 0d38e16f1e Merge pull request #34 from haricot/patch-4
Fix #32 "grunt release" that do not convert HTML templates to js
2018-10-03 22:24:41 -05:00
Christopher S. Case 83957b1138 updated demo. 2018-10-03 22:19:12 -05:00
Christopher S. Case bd78c0c683 fixed svg-icon issues. 2018-10-03 22:17:43 -05:00
Nicolas PASCAL 12cfe7f4a6 Fix "grunt release" don't converted html templates to js 2018-08-30 00:03:11 +02:00
Christopher S. Case c6553764e7 chore(release): v3.0.4 v3.0.4 2018-07-04 14:20:07 -05:00
Christopher S. Case 17c8b7320f Merge pull request #31 from trask/glowroot
Support non-anchor dropdown items
2018-07-04 14:17:04 -05:00
Trask Stalnaker 9139217264 Allow direct focus on different input 2018-07-03 21:42:39 -07:00
Trask Stalnaker 5ab70160dc Open dropdown on keydown 2018-07-03 21:41:31 -07:00
Trask Stalnaker 76eae6ebc5 Support non-anchor dropdown items 2018-07-02 13:13:36 -07:00
Christopher S. Case c38558d2d3 Merge pull request #30 from haricot/patch-3
Fixed test carousel that did fail
2018-07-01 20:28:58 -05:00
Nicolas PASCAL c4b0a970f2 Fixed test carousel that did fail 2018-07-02 01:37:29 +02:00
Christopher S. Case 522beb170b Merge pull request #28 from haricot/patch-2
Fix carousel-indicators active
2018-06-22 08:20:55 -05:00
Nicolas PASCAL 5b79e032dd Fix carousel-indicators active 2018-06-22 12:54:40 +02:00
Christopher S. Case 09061a4f98 Merge pull request #27 from haricot/bootstrap4_1
Fixes carousel for Bootstrap 4.1
2018-06-14 19:11:12 -05:00
Nicolas PASCAL 48a5282b45 fix test carousel bootstrap 4.1.1 2018-06-15 00:52:57 +02:00
Nicolas PASCAL d24e60ee50 fix test carousel bootstrap 4.1.1 2018-06-15 00:50:49 +02:00