Christopher S. Case
2cfc3130c3
Merge pull request #68 from kerryj89/patch-1
...
Fix keyboard navigation in dropdown
2022-05-06 08:47:28 -05:00
Kerry Johnson
ab74c547c4
Fix keyboard navigation in dropdown: Uncaught TypeError: Cannot read properties of undefined (reading 'focus')
...
The previous change assumed jQuery was in use (angular.element uses jQuery Lite by default which does NOT support class names with .find() - https://docs.angularjs.org/api/ng/function/angular.element ). This change works without wrapping angular.element() around the selectors but I did it to keep it AngularJS-ish (don't really know if there are benefits to making it into a jqLite or jQuery object again).
2022-05-05 19:23:58 -05:00
Christopher S. Case
0c839cb8b5
chore(release): v3.0.7
v3.0.7
2020-11-19 09:26:24 -06:00
Christopher S. Case
6981210c47
updating changelog for missing version.
v3.0.6
2020-11-19 09:09:51 -06:00
Christopher S. Case
efb8b4d652
support passing in arguments to release task.
2020-11-19 09:02:45 -06:00
Christopher S. Case
b791ae3cee
added release to package scripts
2020-11-19 08:57:33 -06:00
Christopher S. Case
c094c726d0
Merge pull request #64 from DaleCam/Fix-Issue-61
...
Add scrollable property to modal
2020-11-18 18:56:13 -06:00
Christopher S. Case
c529b3418e
Merge pull request #65 from Drumstix42/Auto-position-class-fix
...
Update tooltip.js positionTooltip
2020-11-18 16:59:10 -06:00
Drumstix42
0427230a24
Update tooltip.js positionTooltip
...
- update `positionTooltip` fn to apply the proper class to tooltips/popovers when using "auto" placement determination
- now if a popover with "auto right" ends up being calculated to the left, the popover will receive the correct `left` class, and not `right`
2020-11-18 09:18:40 -05:00
Dale Cameron
5823072290
Added Unit Tests and fixed attribute bug
2020-10-07 23:53:33 -05:00
Dale Cameron
01907c07fb
set scollable property to default to false
2020-10-07 14:52:18 -05:00
Dale Cameron
645413b3f5
feat - add scollable property to modal
...
Adds optional property scrollable to modal. Fixes issue #61
2020-10-07 14:47:54 -05:00
Christopher S. Case
3e9b981821
Merge pull request #59 from Morgul/morgul-docs-update
...
Updated documentation
2019-10-16 15:32:43 -05:00
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