5685 Commits

Author SHA1 Message Date
fd53e04a47 fix(infinite-scroll):infinite-scroll can be placed in child componenets, fixes #6531 2017-02-20 18:30:11 -08:00
aa528fdb42 docs(navController): better type setPages
Closes https://github.com/driftyco/ionic-site/issues/970
2017-02-17 16:38:25 -05:00
54e50f48e5 chore(platform): resize works correctly
* chore(platform): resize works correctly

* chore(platform): height correct after resize

* test(platform): add new dimensions unit tests

* chore(platform): works with keyboard too

* chore(platform): store values

* chore(platform): change const to var
2017-02-17 18:01:34 +01:00
da14042094 docs(input): add note about text input events
Closes https://github.com/driftyco/ionic-site/issues/991
2017-02-17 11:48:28 -05:00
fae38f910c docs(navController): argument is not optional 2017-02-17 11:27:40 -05:00
52a6d41c86 feat(datetime): add placeholder attribute
fixes #7966
2017-02-13 14:59:22 -05:00
6a0c92c509 fix(content): check for scroll element before modifying it (#10374)
* test(refresher): add nav based refresher e2e test

* test(refresher): tweak test to repro issue

* fix(content): check for scroll element

* chore(content): double check for a scroll element
2017-02-13 12:39:29 -05:00
f47d4927d3 refactor(typography): move main typography styles to app 2017-02-13 11:43:56 -05:00
41b063b7ae docs(content): add note about multiple ionContents
Closes https://github.com/driftyco/ionic-site/issues/956
2017-02-10 17:20:56 -05:00
9cd42dd297 feat(alert): add sass variables for checkbox and radio button text color (#10331)
* feat(alert): add sass variables for checkbox and radio button text color

* style(alert): remove extra spaces

* Replace initial value with `initial` instead of `null`

* Remove submodule

* fix ios variable usage

* style(alert wp): remove whitespace
2017-02-10 13:12:22 -06:00
87e4fc6af8 chore(fonts): add roboto woff2 fonts 2017-02-08 10:19:30 -06:00
caef5b2f7a chore(fonts): add noto-sans woff fonts 2017-02-08 10:08:16 -06:00
7e33963daf chore(ionic): release 2.0.1 2017-02-08 10:28:00 -05:00
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