Commit Graph

1745 Commits

Author SHA1 Message Date
zach_lysobey d5a757d46d fix(rating): change to read-only
Closes #5371
Closes #5435

BREAKING CHANGE: Attribute supported has been changed to `read-only`
from `readonly`
2016-02-07 12:54:36 -08:00
Wesley Cho 01e199815f test(modal): gc elements
Closes #5433
2016-02-07 07:55:40 -08:00
Prayag Verma 2116f7e4a4 docs(contributing): fix typo
- Remove redundant word
2016-02-05 23:15:13 -08:00
Wesley Cho 10eac7c22b feat(datepicker): add deprecation notices
- Add deprecation notices for datepicker & popup

Closes #5415
2016-02-05 16:08:27 -08:00
Patrick Lawler e4fc20167b fix(datepicker): fallback to current date
- Fallback to current date if model not present

Closes #5418
Fixes #5417
2016-02-05 14:44:44 -08:00
Jacobs 068d18189b test(tab): fix ng-repeat select twice callback
The select callback for the ng-repeat select test twice was bound
to the scope callback instead of the select property in the tabs
array.

Closes #5419
2016-02-05 13:34:10 -08:00
josh_burson@intuit.com 9c0acf67eb chore(dropdown): avoid toggling class on first load
- Avoid toggling class on first load of directive

Closes #5341
2016-02-04 17:11:28 -08:00
Sam Julien ca6b177db1 feat(accordion): use attribute for heading insertion
- Change to use `uibAccordionHeader` attribute for insertion point for header transclusion

Closes #5324
Closes #5396

BREAKING CHANGE: This changes to use the `uibAccordionHeader` attribute instead of a `<span>` element for inserting the custom header HTML. If you use a custom template for the accordion group, please add this attribute to the appropriate location.
2016-02-04 13:31:48 -08:00
Nicolas del Valle a5aebda854 docs(modal): fix service reference
- Fix reference to $uibModalInstance

Closes #5411
2016-02-03 14:46:25 -08:00
germannj f81d440ba6 feat(typeahead): add dynamic min length support
- Add support for dynamically changed min length

Closes #5363
2016-02-03 09:25:38 -08:00
Wesley Cho 42fb486735 fix(modal): fix modal rendered promise
- Fix timing of rendered promise to be after animation is complete

Closes #5401
Fixes #5331
2016-02-03 09:17:21 -08:00
Wesley Cho e283cea0e4 fix(datepicker): stop event bubbling from buttons
- Stop event bubbling from clicks in popup

Closes #5400
Fixes #5347

BREAKING CHANGE: This requires $event to be passed in the second
argument of the select function and in the close argument for the popup
template
2016-02-03 09:08:15 -08:00
Foxandxss 853d302356 chore(changelog): remove doc line 2016-02-03 18:03:46 +01:00
Martin Nuc 258b3413be fix(progressbar): fix default max value
- Fix logic around falling back to default max value

Closes #5374
Fixes #5373
2016-02-02 14:35:30 -08:00
Jenny Gebske 81498a7c6a docs: add info about CSS with CSP
Closes #5397
2016-02-02 14:31:28 -08:00
Wesley Cho 4b2ee0fa85 fix(datepicker): default to current date
- When model is empty, default to current date

Closes #5395
Fixes #5190
2016-02-02 14:17:03 -08:00
Graham Rounds f125537610 fix(datepicker): adjust datepicker header buttons
- Adjust the CSS for the datepicker header buttons to not have inconsistent spacing due to Chrome browser differences

Closes #5393
Fixes #5392

BREAKING CHANGE: This adds extra CSS for the datepicker for the left and right header buttons - one can override this appropriately with any selector of class priority higher than 1
2016-02-02 10:07:16 -08:00
Wesley Cho 5c565df024 fix(dateparser): append end of format
- Ensure trailing format string is appended to generated date string

Closes #5385
Fixes #5387
2016-02-02 06:03:46 -08:00
Foxandxss 3a03f293b5 chore: add lodash as devDependency
Closes #5383
2016-02-02 00:31:08 +01:00
Foxandxss e4c88bf54b chore: fix version mapping
Closes #5382
2016-02-01 15:17:03 -08:00
Foxandxss e645ab78a2 chore: add support for webpack
Closes #5375
2016-02-01 09:11:57 -08:00
Wesley Cho 3e10184c1c feat(datepicker): pass options from popup to inline
- Pass through options object wholesale from popup to inline datepicker

Closes #5355

BREAKING CHANGE: This breaks any snake-cased key usage, i.e.
`show-weeks`. Convert all keys used to camelCase.
2016-02-01 09:11:20 -08:00
Wesley Cho d88c0fb117 chore(release): start 1.2.0 2016-02-01 09:04:59 -08:00
Wesley Cho 15c5c503a4 chore(changelog): update for 1.1.2 2016-02-01 09:04:43 -08:00
Wesley Cho dbd3947002 chore(release): 1.1.2 1.1.2 2016-02-01 08:58:21 -08:00
Wesley Cho c3b14315d9 fix(datepicker): fix validation for M! & d!
- Fix display & validation for M! & d!

Closes #5376
Fixes #5225
2016-02-01 08:14:25 -08:00
Matthew McLeod 48c9cd8f51 fix(tooltip): prevent closing on $locationChangeSuccess
- Remove incorrect logic for closing tooltip/popover on
  $locationChangeSuccess

Closes #5360
Fixes #5337
2016-01-28 09:14:21 -08:00
Wesley Cho 0b7e742f6e docs(carousel): make sure request is made to http
- Ensure request uses http protocol and not https potentially

Closes #5359
2016-01-28 09:13:47 -08:00
Wesley Cho dbe9e8171f fix(typeahead): add guard for no $viewValue
- Add guard when $viewValue is undefined, and when showHint & min-length
  0 is used

Closes #5358
Fixes #5357
2016-01-28 09:12:20 -08:00
AndriIushchuk d2621e3f98 fix(modal): ensure shift+tab is trapped in modal
- Fixes where shift+tab keystrokes are not causing focus to remain
  trapped in modal

Closes #5294
Fixes #5229
2016-01-28 06:16:40 -08:00
Foxandxss b1ad080741 docs(datepicker): fix italics 2016-01-28 00:36:21 +01:00
Wesley Cho e58c42c5b2 feat(datepicker): add datepickerOptions support
- Add support for options object to concisely configure datepicker

Closes #5340
2016-01-27 04:19:08 -08:00
Towne, Jeremy 61cdef1ee6 feat(accordion): add aria tags
- Improve accessibility of accordion

Closes #5338
2016-01-26 08:11:29 -08:00
Wesley Cho 56f5c82c72 chore(release): start 1.1.2 2016-01-25 08:13:31 -08:00
Wesley Cho 2af95a2cd4 chore(release): 1.1.1 1.1.1 2016-01-25 08:06:36 -08:00
Foxandxss 096e171137 test(datepicker): refactorize some tests
Closes #5336
2016-01-25 00:56:19 +01:00
Foxandxss 97af6a99dd fix(datepicker): allow using min/max mode/date with datepickerOptions
Closes #5334
Fixes #5315
2016-01-23 16:11:02 -08:00
andrej.anafinow d5a48eaff0 fix(modal): fix modal closed resolution
- Correctly resolve modal closed promise on close or dismissal

Closes #5322
Closes #5326
2016-01-21 10:52:15 -08:00
Wesley Cho 5fcca2e83b chore(docs): bump angular to 1.4.9 2016-01-21 09:56:33 -08:00
Adam Gordon 8f94fe84b0 fix(doc): fix changelog for issue 5186
* update changelog to indicate bug fix #4753.
* update changelog to indicate PR #4975.
* update changelog breaking changes to indicate change made.

Fixes #5186
Closes #5325
2016-01-21 10:17:34 -07:00
Wesley Cho f303df419b docs(accordion): add note about ng-class
- Adds note about custom class usage for the accordion-group

Closes #5317
2016-01-20 22:13:50 -08:00
Alexander Artemenko 9050949b79 chore(changelog): unify markdown to template
Closes #5308
2016-01-20 10:15:58 -08:00
Adam Gordon 5325559795 chore(docs): add note for tooltip and popover on mobile
* update popover readme indicating we will not support issues on mobile devices.
* update tooltip readme indicating we will not support issues on mobile devices.

Closes #5307
2016-01-19 17:20:20 -07:00
Wesley Cho 594a312645 chore(datepicker): change bind method 2016-01-19 12:48:17 -08:00
Wesley Cho b477165816 chore(tooltip): clean up code style 2016-01-19 12:45:24 -08:00
Foxandxss 826228de85 chore: fix version mapping for 1.0.0+
Closes #5302
2016-01-19 17:56:03 +01:00
Wesley Cho 38ba6ec9ea chore(changelog): remove excessive whitespace
Closes #5296
2016-01-18 11:23:31 -08:00
Adam Gordon 77fa33022b chore(doc): clean up changelog
* remove tab CSS bullet since that commit was OBE due to tab template revert.
* combine `position` bullet entries.
* remove trailing whitespace.
2016-01-18 11:54:33 -07:00
Wesley Cho 2a1f1bc182 chore(changelog): update changelog 2016-01-18 10:42:14 -08:00
Wesley Cho c10280618a Revert "chore(changelog): update changelog"
This reverts commit ca04d5bc31.
2016-01-18 10:39:59 -08:00