5672 Commits

Author SHA1 Message Date
aeef59bc7a chore(contributing): tweak info and bullet points v2.0.1 2017-02-06 14:49:49 -06:00
68aae8a4fc docs(app): add docs for getActiveNav
Closes #10282
2017-02-06 11:36:16 -05:00
b8ee3018b5 fix(toggle/checkbox): allow value to be programmatically updated while disabled (#10304)
fixes #9730
2017-02-03 10:52:42 -06:00
305cc623a7 chore(readme): add link to crash course video 2017-02-03 10:46:09 -05:00
f50697bf5c chore(release): add prompt for release to select release type (#10244)
* chore(release): add inquirer to prompt for release

* chore(release): wip get release working again and test

also adds nightly back in

* chore(release): WIP remove commented code
2017-02-02 18:26:07 -05:00
2ed0e12bcc chore(readme): update description and add circle badge 2017-02-02 17:44:31 -05:00
41ca5b3ae6 chore(readme): add badges for npm version and issue stats 2017-02-02 16:47:21 -05:00
f12fc61211 fix(platform): detect iPad Pro correctly (#10292)
* fix(platform): iPad pro is detected as an iPad

* chore(platform): ipad should be last
2017-02-02 16:19:34 -05:00
7f304edcf9 chore(docs): alphabetize class members in docs 2017-02-01 11:44:09 -06:00
c578b07434 docs(checked): fix an inconsistency 2017-01-31 18:12:42 -05:00
cc21f93b87 docs(API): update descriptions to be more clear
also update descriptions for the same properties to be more consistent,
and reword all events to start and end the same.

closes #10248 closes driftyco/ionic-site#613 closes
driftyco/ionic-site#899
2017-01-31 17:47:52 -05:00
ace727e627 fix(chip): align icon in the center
fixes #5386
2017-01-30 19:58:33 -05:00
47ed69e7a4 docs(segment): add disabled input to documentation (#10167)
* Add Input property disabled to documentation.

* Update segment.ts
2017-01-30 19:42:27 -05:00
f9a8ff696e docs(input): remove typo (#10233) 2017-01-30 19:40:24 -05:00
24544e01e1 test(datetime): add blank floating datetimes w/ and w/o form 2017-01-30 13:34:29 -05:00
81c3394d32 fix(datetime): set input-has-value class without formControlName (#8947) 2017-01-30 13:34:18 -05:00
96f550ceb8 fix(content): check for this._scroll when reading dimensions (#10216)
* fix(content): check for this._scroll

* chore(lint): fix validate error
2017-01-30 13:25:59 -05:00
eba0866a34 fix(input): don't allow focus when disabled is set (#10214)
Adds the disabled attribute to the parent input/textarea, also fixes
where disabled textareas were focusable regardless of where disabled
was set

fixes #10155
2017-01-27 14:42:38 -06:00
d3f4bc0616 test(platform): new user agent tests (#10215)
* test(platform): new user agent tests

* chore(platform): clean up tests

* chore(platform): make sure ipad/iphone detected correctly
2017-01-27 15:24:35 -05:00
803782a95d feat(input): add max, min, step as inputs and pass to native
closes #10189
2017-01-27 10:41:24 -06:00
4ca9f2c04d fix(input): add variables for alert and input placeholder color
closes #10153
2017-01-27 10:40:55 -06:00
ed8b6b57bb docs(range): correct input types
Closes #10184
corrected type of two input properties,  'snaps' and  'pin'. were marked as number but they're boolean.
2017-01-26 15:09:33 -05:00
aadf931268 docs(slides): make update method public 2017-01-26 12:12:02 -05:00
b02df3e2d1 docs(sass): document some missed sass variables 2017-01-26 11:37:31 -05:00
1d9270b6dd chore(ionic): remove Commitizen badge 2017-01-26 11:04:24 -05:00
62cf307cf5 chore(ionic): release 2.0.0 final! 🎉 2017-01-25 11:35:16 -05:00
2d4a998993 chore(release): update to increment major version 2017-01-25 11:26:46 -05:00
1ef21f4622 chore(changelog): mention textarea change v2.0.0 2017-01-24 16:00:59 -06:00
034967d9e2 docs(demos): update datetime demo to include year 2017-01-24 16:26:37 -05:00
c1d2a19702 chore(ionic): release rc.6 2017-01-24 15:26:32 -05:00
8840124ece fix(platform): orientation detected correctly v2.0.0-rc.6 2017-01-23 20:22:40 -06:00
40b5ecba3b chore(sass): update import path for ionic 2017-01-23 15:15:33 -05:00
091545e8c5 chore(e2e): update tests to remove component name strings 2017-01-23 14:35:23 -05:00
c492e71d5a chore(ionicons): create ionicons import helper scss 2017-01-23 13:04:14 -06:00
f9a576ed93 fix(input): pass readonly from ion-input down to native input
also adds to placeholder test an input and textarea with readonly that can be toggled

fixes #6408
2017-01-23 11:36:46 -06:00
7a6ba2d300 fix(input): show clear-input on inputs with ngModel/formControlName
fixes #9077
2017-01-23 11:35:44 -06:00
2ee05b878c Merge pull request #10119 from manucorporat/fix-regressions 2017-01-23 11:34:48 -06:00
3282c95e9b docs(menu): update exmample code
Closes #10136
2017-01-23 11:32:30 -05:00
23a70e151e fix(gestures): drag events are debounced
- Performance regressions in menu, sliding item, toggle, go back swipe and scroll up to refresh.
- Buggy sliding item
2017-01-21 00:56:09 +01:00
ee2268f42a fix(alert): unhandled promise exception 2017-01-21 00:20:27 +01:00
8c4fd56b81 fix(navPush): unhandled promise exception 2017-01-21 00:05:29 +01:00
b995ca8df4 fix(navPop): unhandled promise exception 2017-01-21 00:05:09 +01:00
a5bbbd55cb docs(img): add note for virtual-scroll
Ref #10093
2017-01-20 16:50:03 -05:00
ce7afd0327 chore(build): don't run prod build, just run with flags
TODO: this should be reverted with
https://github.com/driftyco/ionic-app-scripts/issues/668
2017-01-20 15:35:42 -05:00
9708ff603e docs(app): doc app-level lifecycle events 2017-01-20 14:36:49 -05:00
a83e3f5fd3 docs(): update broken links for nav and tab
Closes #9241
2017-01-20 14:29:29 -05:00
a78178ae23 docs(config): add locationStrategy to config table (#9445) 2017-01-20 13:39:26 -05:00
d0db916f53 chore(scripts): update app-scripts to run via node, remove snapshot clean 2017-01-19 18:20:54 -05:00
8338a90d85 chore(swiper): fix reference for closure advanced 2017-01-19 14:59:19 -08:00
7824c79d60 chore(virtual-scroll): set IterableDiffer to any
Adding this to avoid an angular version issue.
2017-01-19 14:48:24 -08:00