Wesley Cho
b755559ec9
chore(release): starting 2.4.1
2016-12-29 23:19:51 -08:00
Wesley Cho
9e6d2a0a14
chore(changelog): update for 2.4.0
2016-12-29 23:17:21 -08:00
Wesley Cho
2596b9805f
chore(release): 2.4.0
2.4.0
2016-12-29 23:15:22 -08:00
Douglas Ludlow
5a3e44a146
feat(dateparser): allow overriding of parsers
...
- Add ability to override parser
Closes #6370
Closes #6373
2016-12-29 23:12:17 -08:00
Wesley Cho
4872c05a32
docs(accordion): remove unnecessary div
...
- Remove unnecessary div creating a doubled border
Closes #6378
2016-12-27 03:01:04 -08:00
Wesley Cho
fc686bb7a3
chore(release): starting 2.3.3
2016-12-27 01:59:02 -08:00
Wesley Cho
7f664f9f45
chore(release): 2.3.2
2.3.2
2016-12-27 01:54:51 -08:00
khlevon98
955848c3b1
fix(dropdown): re-add close
...
- Re-add closing via service
Closes #6382
Fixes #6321
Fixes #6357
Fixes #6364
2016-12-27 01:47:15 -08:00
Wesley Cho
7a1d54c8c3
chore(release): starting 2.3.2
2016-12-10 03:18:18 -08:00
Wesley Cho
0ed1a59aef
chore(release): 2.3.1
2.3.1
2016-12-10 03:14:22 -08:00
Wesley Cho
f2722b59a5
fix(dateparser): add new date format for angular 1.5+ only
...
- Only add parsing ability for new date format for angular 1.5+
Fixes #6349
2016-12-10 03:06:50 -08:00
béla
57ed7e4f7f
chore(readme): fix variable used
...
Closes #6344
2016-12-02 06:23:16 -08:00
Steven Yeh
90848144e8
chore(changelog): fix generated links
...
- Fix links to use proper tags
Closes #6340
2016-12-01 22:35:18 -08:00
Wesley Cho
a4d7076c8e
chore(dropdown): fix accidental deletion
2.3.0
2016-11-29 23:25:21 -08:00
Wesley Cho
c824731ae8
revert(dropdown): undo addition of unbind
2016-11-29 23:19:43 -08:00
Wesley Cho
1653afa210
refactor(dropdown): use container for class toggle detection
2016-11-29 01:47:23 -08:00
Wesley Cho
7e2f2c1bad
chore(datepickerPopup): change to on/off
2016-11-29 00:19:19 -08:00
Wesley Cho
61f365abfd
chore(timepicker): change to on/off
2016-11-29 00:18:36 -08:00
Wesley Cho
ec2d9ad605
chore(typeahead): change to on/off
2016-11-29 00:17:13 -08:00
Wesley Cho
08b50ccb1c
chore(dropdown): change to on/off
2016-11-29 00:14:33 -08:00
patricksmms
44ab0a8106
fix(dropDown): remove dropdown on close
...
- Unbind keybind on close
Closes #6326
Fixes #6314
2016-11-29 00:09:08 -08:00
Wesley Cho
1962485504
fix(datepickerPopup): change to toTimezone
...
- Change conversion to use `toTimezone`, as the date is going from UI date with timezone applied to timezone set by `ngModelOptions`
Fixes #6235
2016-11-27 02:26:52 -08:00
Jonathan Perez
8a4f625ef6
fix(modal): revert focus behavior on open
...
- On open, do not focus the first focusable element
Closes #6295
2016-11-27 02:18:17 -08:00
Wesley Cho
7be665399f
chore(release): starting 2.3.1
2016-11-26 07:43:50 -08:00
Wesley Cho
2edb5d38cb
chore(release): update changelog
2016-11-26 07:41:20 -08:00
Wesley Cho
4e06553f7c
chore(release): 2.3.0
2016-11-26 07:38:21 -08:00
Janne
25ff206767
feat(dateparser): add LLLL support
...
- Add LLLL support. This requires Angular 1.5+ to take advantage of this.
Closes #6281
2016-11-26 07:35:37 -08:00
Wesley Cho
997813f0eb
chore(release): starting 2.2.1
2016-10-10 08:30:03 -07:00
Wesley Cho
25db68e903
chore(release): 2.2.0
2.2.0
2016-10-10 08:26:52 -07:00
Mark Wheeldon
78559761dc
fix(tooltip): cancel timeout when hidden
...
- Cancel timeout when hidden so that positioning does not incorrectly occur when not visible
Closes #6226
Fixes #6221
2016-10-10 07:47:56 -07:00
nmccready
14384fc40f
fix(dropdown): exit keybind is not open
...
- Exit keybindFilter if the $scope is not present
Closes #6278
Fixes #6208
2016-10-10 07:44:34 -07:00
JuliaUsanova
58f1813aca
fix(position): correct scrollbar width calculation
...
Closes #6273
2016-10-10 07:42:36 -07:00
Eric Schneider
9666c64f4a
feat(timepicker): add validation information
...
- Add validation information for specific violations, allowing users to style classes generated by Angular
Closes #6230
Closes #6259
2016-09-24 21:14:55 -04:00
Nicholas Heiner
f9f7e02d15
fix(modal): improve ARIA support.
...
- Add accessibility with multiple modals
Closes #6203
2016-09-23 23:21:25 -05:00
Wesley Cho
a4bea6f229
chore(release): starting 2.2.0
2016-09-23 23:19:16 -05:00
Wesley Cho
c00851a18b
chore(release): 2.1.4
2.1.4
2016-09-23 23:15:28 -05:00
Sergey Lysenko
c687acd489
docs: create retina-ready favicon
...
- Update favicon with retina-friendly icon
Closes #6255
2016-09-23 23:09:24 -05:00
Eric Schneider
3f70d76327
fix(datepicker): improve accessibility
...
- Improve accessibility with forward and previous buttons with screen readers
Closes #6247
2016-09-23 23:06:17 -05:00
Nathan Herzing
08ee30a91e
fix(dropdown): prevent premature scope removal
...
- Toggle false after focus executes
Closes #6238
Fixes #6225
2016-09-23 23:03:16 -05:00
ravi-123
7671bd6ed4
docs(popover): add popover-class
2016-09-23 23:01:31 -05:00
Evan Theurer
1a132dd757
docs(collapse): add navigation collapse example
...
- Add an example for using collapse with the bootstrap navbar
Closes #3481
Closes #6217
2016-09-01 20:18:59 -07:00
Wesley Cho
9881a27397
chore(release): starting 2.1.4
2016-08-25 08:38:42 -07:00
Wesley Cho
294b151342
chore(release): 2.1.3
2.1.3
2016-08-25 08:35:57 -07:00
Axel Navarro
969eb9c74d
fix(modal): compile only once with component
...
- When using the component option, do not compile content in order to take advantage of later compilation
Closes #6202
Fixes #6201
2016-08-24 20:26:33 -07:00
Wesley Cho
048d85a2ad
chore(release): starting 2.1.3
2016-08-22 10:04:12 -07:00
Wesley Cho
876e72a0df
chore(release): 2.1.2
2.1.2
2016-08-22 10:01:02 -07:00
Wesley Cho
6734908108
test(modal): fix custom matchers
...
- Trigger a test failure if resolved on rejected promise and rejected on resolved promise
- Trigger a test failure if neither resolved or rejected when expected resolved/rejected promise
Closes #6195
2016-08-22 09:57:20 -07:00
Wesley Cho
515bcf2933
fix(collapse): revert change to transition css
...
- Revert change to `getScrollFromElement` function
Closes #6196
Fixes #6194
2016-08-22 09:54:30 -07:00
Wesley Cho
148371fb6d
docs(tooltip): add info on Safari bug
...
- Add information on Safari bug, affecting all versions up to 9 at the least
Closes #5445
2016-08-22 09:53:11 -07:00
Axel Navarro
8047c06258
docs(modal): added a simple component modal demo
...
Closes #6193
2016-08-22 08:03:06 -07:00