Commit Graph

1611 Commits

Author SHA1 Message Date
Wesley Cho a9e476f0f7 feat: add npm support in main repository
- Add support for consuming the main repository via npm for releases

Closes #4739
Closes #5129
2016-01-08 06:42:44 -08:00
Wesley Cho e1e6e1bb62 fix(typeahead): use correct selector
- With the addition of the header, the selector to scroll the dropdown
  onto the correct element is incorrect - this fixes it to select all
list elements in the dropdown

Closes #5168
Fixes #5167
2016-01-07 17:21:55 -08:00
Daniel Gornstein 3e876b8fdd feat(typeahead): add event object to onSelect
- Add support for `$event` in expression with `onSelect`

Closes #5165
2016-01-07 17:19:39 -08:00
Foxandxss 3ef8992c54 docs(tabs): tune up
Closes #5163
2016-01-08 00:15:09 +01:00
Wesley Cho a5ca78ad2a feat(tooltip): change back to jqLite listeners
- Change event listeners to be handled by jqLite

Closes #4886
Closes #5157
2016-01-07 06:37:19 -08:00
Wesley Cho d320df88a3 chore(dateparser): fix docs 2016-01-06 19:57:57 -08:00
Wesley Cho f40066af9e revert(dateparser): change template literal to '
This reverts commit 9513f1007f.

Fixes #5091

BREAKING CHANGE: Reverts back to original template literal with `'` instead of `\''
2016-01-06 18:50:11 -08:00
Foxandxss e1723bf09d docs(datepicker): remove unneeded signs 2016-01-07 01:30:18 +01:00
Foxandxss 86ed171e37 docs(rating): tune up
Closes #5154
2016-01-07 00:43:39 +01:00
Foxandxss 4d37c9240b docs(progressbar): tune up
Closes #5148
2016-01-06 19:32:25 +01:00
Chenyu Zhang cab0945ac9 fix(typeahead): fix programmatic focus issue
- Fix issue where programmatic focus on typeahead input does not work

Closes #5150
Fixes #764
2016-01-06 06:36:14 -08:00
Foxandxss ff5e720690 docs(popover): tune up
Closes #5146
2016-01-05 13:54:44 +01:00
Foxandxss dbdffd4c4e docs(tooltip): fix typo 2016-01-04 20:29:47 +01:00
Foxandxss dc229ac01f docs(tooltip): there is no html unsafe version anymore 2016-01-04 20:21:24 +01:00
Foxandxss c357385207 docs(tooltip): tune up
Closes #5143
2016-01-04 14:11:39 +01:00
Foxandxss 6b5fcc385c docs(position): tune up
Closes #5138
2016-01-04 13:42:58 +01:00
Foxandxss b8ebad2dfa chore(grunt): fix typo on comment 2016-01-03 20:15:55 +01:00
William Di Luigi ed7e4600b0 revert(progressbar): remove min-width
- Remove min-width in template due to Bootstrap removing min-width

Closes #5141
2016-01-03 13:37:34 -05:00
Foxandxss 2ccaa1977f docs(pagination): update to latest version
Closes #5135
2015-12-31 10:45:04 +01:00
Foxandxss 1f3e55f6fc docs(pager): fix more typos 2015-12-30 14:24:43 +01:00
Foxandxss e98492baa2 docs(pager): fix more typos 2015-12-30 14:20:14 +01:00
Foxandxss db52961f5c docs(pager): remove unneeded characters 2015-12-30 14:14:35 +01:00
Chris Chua 72f13ef38b refactor(datepicker): optimize datepicker
- Add new class manipulation helper directive that uses 1 watcher as opposed to watchers for each element with ng-class
- Optimize disabled state
- Optimize class binding

Closes #2613
Closes #3451
Closes #3770
Closes #5065

BREAKING CHANGE: For those using custom templates, the changes result in necessary changes being made to the templates to match the new class changing syntax
2015-12-30 08:04:23 -05:00
Foxandxss f33ab7ceca docs(pager): update to latest
Closes #5133
2015-12-30 12:36:22 +01:00
Foxandxss 14037f1633 docs(dropdown): add badges
Closes #5132
2015-12-29 13:41:09 +01:00
Foxandxss ca580268eb docs(dropdown): reword extra settings 2015-12-28 19:14:12 +01:00
Foxandxss 7a8cf0e458 docs(button): reword the extra settings 2015-12-27 18:08:19 +01:00
Foxandxss 36c687a32f docs(accordion): add config as a badge
Closes #5125
2015-12-26 15:26:32 +01:00
Foxandxss fccc9691f9 docs: add explanation for the C badge
Closes #5120
2015-12-26 15:25:39 +01:00
Foxandxss 8b68fe052d docs(datepicker): docs tune up
Closes #5119
2015-12-26 15:24:05 +01:00
Foxandxss 1273156097 chore(karma): install fixed version
Closes #5126
2015-12-26 15:21:47 +01:00
Foxandxss 33b7a3760f docs(collapse): tune up docs
Closes #5110
2015-12-22 10:52:57 -05:00
Foxandxss 2cc6cbaa0d docs(carousel): tune docs
Closes #5105
2015-12-21 09:11:58 -05:00
Foxandxss 74b213ef60 docs(alert): tune up docs
Closes #5103
2015-12-20 21:20:06 -05:00
Foxandxss 277ffa998c docs(buttons): update button docs
Closes #5102
2015-12-20 00:08:05 -05:00
Foxandxss 5805b51f4d docs(accordion): add extra badges
Closes #5099
2015-12-18 22:55:16 -05:00
Foxandxss 4dba58ddbe docs: add badge explanations
Closes #5100
2015-12-18 22:54:52 -05:00
Jeffrey Hamans a5c2a5b061 fix(modal): add focus check for IE
- Check if element has focus method due to IE issues

Closes #5097
Fixes #5096
2015-12-18 13:57:02 -05:00
Wesley Cho 3b7f78a93d test(datepicker): optimize performance
- Optimize performance of tests by compiling datepicker once max per test

Closes #5094
2015-12-18 08:46:24 -05:00
Wesley Cho 1524080078 fix(datepicker): correctly set minMode/maxMode
- Correctly set `minMode` and `maxMode` for the datepicker popup

Closes #5093
Fixes #5090
2015-12-18 08:45:00 -05:00
Foxandxss 3845980bda docs(accordion): order the different settings
Closes #5098
2015-12-18 13:08:22 +01:00
Wesley Cho 6fa4cc5a4a chore: add updated compiler for Travis 2015-12-16 11:10:48 -05:00
Dave Anderson 09098f891f feat(datepicker): add timezone support
- Add timezone support with ngModelOptions

Closes #5062
2015-12-16 10:12:32 -05:00
Wesley Cho 9019298cc3 fix(datepicker): active date should be model if present
- When ng-model value is initially present, it should set the active date to be the model date as per documentation

Closes #5082
Fixes #5081
2015-12-16 09:40:37 -05:00
Wesley Cho 2635f0d65b feat(modal): add pluggable resolve support
- Adds support for pluggable resolvers, namely for supporting UI Router's resolve handling

Closes #3405
Closes #5078
2015-12-15 19:22:08 -05:00
Foxandxss fd5991311a docs(modal): update to latest version
Closes #5079
2015-12-15 18:41:48 -05:00
Wesley Cho 00a7cc393a chore: leverage es6 in gruntfile
- Add some ES6 usage in gruntfile

Closes #5076
2015-12-15 09:24:21 -05:00
Wesley Cho 5ad08fff46 fix(collapse): set initial state to avoid animation
- Ensure animation does not occur when first loaded

Closes #5075
Fixes #4848
Fixes #4885
2015-12-15 09:23:01 -05:00
Wesley Cho 000d6c309e fix(datepicker): stop propagation of esc in popup
- Stop propagation of esc key in datepicker popup, which can propagate to undesirable elements/handlers such as the modal

Closes #5074
Fixes #5013
2015-12-15 09:22:04 -05:00
Wesley Cho ccf161afba chore: bump node version 2015-12-15 01:54:27 -05:00