Commit Graph

1148 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
738515879b fix(tabs): popToRoot catches the rejected promise 2017-02-28 17:50:42 +01:00
Manu Mtz.-Almeida
8d9f374065 fix(all): memory leaks
fixes #10459
fixes #10416
fixes #10286
2017-02-28 17:50:42 +01:00
Manu Mtz.-Almeida
be0b6a8872 refactor(all): cosmetic changes + app.resize as event emitter 2017-02-28 17:34:12 +01:00
Srecko Smodis
f577e54f38 feat(alert): add ability to set the mode on alert 2017-02-27 18:05:54 -05:00
Dan Bucholtz
6797ce536d test(icon): adding main.ts entry point 2017-02-27 15:51:37 -06:00
Brandy Carney
7b97fb7487 fix(infinite-scroll): use icon color from Sass var and add var for text color
fixes #10574
2017-02-27 16:44:34 -05:00
Brandy Carney
116ae38ade fix(refresher): use refresher icon color from Sass var
fixes #10479
2017-02-27 16:44:25 -05:00
Victor
176aa2303f fix(radio): calculate radio-inner width/height with border width (#10495)
* Fix incorrect .radio-inner width/height calculation

* Add additional fix to the .radio-inner width/height calculation of the android radio button icon
2017-02-27 15:25:05 -05:00
Thahzan Mohomed
1128c8b8a2 docs(virtual-scroll): fix broken link to ion-img (#10555) 2017-02-27 15:14:52 -05:00
Jan
2c2b87b0b9 feat(typography): add text-wrap attribute for all elements
fixes #7051
2017-02-27 13:02:12 -05:00
Rob
4e8176431a docs(slides): fix references to old callback names (#10575)
In the slidePrev, slideNext, and slideTo docs it still shows the old callback names.
2017-02-27 12:42:03 -05:00
Brandy Carney
2408e94f5d docs(grid): copy editing 2017-02-27 11:30:44 -05:00
Andrew Royappa
3959272620 docs(input): copy editing (#10561)
Tiny rewording.
2017-02-27 11:21:39 -05:00
HassanCehef
c65ec9899a docs(grid): fixes typo 2017-02-27 16:41:51 +01:00
Brandy Carney
42e6d7dfab docs(grid): replace the placeholder descriptions for row/col 2017-02-24 13:59:08 -05:00
Palisanka
b9a436278b docs(alert): add import in usage example (#10434)
add : `import { AlertController } from 'ionic-angular';` in usage section
2017-02-24 12:03:43 -05:00
Gary Gitton
32e4e3191b docs(slides): include import statements in usage (#10378)
Improve example - add import of slides for viewChild use
2017-02-24 11:38:03 -05:00
Manu Mtz.-Almeida
ac1a886158 fix(tabs): ionChange is emitted after the tab is selected
fixes #10538
2017-02-23 19:35:44 +01:00
Brandy Carney
8bbaee7064 docs(grid): typo 2017-02-22 16:29:23 -05:00
Brandy Carney
2f0ecf112f docs(grid): fill in how it works, spelling fixes 2017-02-22 13:19:34 -05:00
Brandy Carney
6ceec7ad4d feat(grid): improve grid to a column layout with more flexibility (#10485)
The old grid is still supported but will be deprecated in the future.

closes #6050 closes #7508
2017-02-21 17:10:16 -05:00
mhartington
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
Olivier Goguel
52a6d41c86 feat(datetime): add placeholder attribute
fixes #7966
2017-02-13 14:59:22 -05:00
Justin Willis
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
Brandy Carney
f47d4927d3 refactor(typography): move main typography styles to app 2017-02-13 11:43:56 -05:00
mhartington
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
Alan Agius
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
Melvin Lundberg
68aae8a4fc docs(app): add docs for getActiveNav
Closes #10282
2017-02-06 11:36:16 -05:00
Brandy Carney
b8ee3018b5 fix(toggle/checkbox): allow value to be programmatically updated while disabled (#10304)
fixes #9730
2017-02-03 10:52:42 -06:00
Brandy Carney
c578b07434 docs(checked): fix an inconsistency 2017-01-31 18:12:42 -05:00
Brandy Carney
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
Nakul Gulati
ace727e627 fix(chip): align icon in the center
fixes #5386
2017-01-30 19:58:33 -05:00
Lukas Jakob
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
ryanhalley
f9a8ff696e docs(input): remove typo (#10233) 2017-01-30 19:40:24 -05:00
Brandy Carney
24544e01e1 test(datetime): add blank floating datetimes w/ and w/o form 2017-01-30 13:34:29 -05:00
Andrew Mitchell
81c3394d32 fix(datetime): set input-has-value class without formControlName (#8947) 2017-01-30 13:34:18 -05:00
Justin Willis
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
Brandy Carney
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
Brandy Carney
803782a95d feat(input): add max, min, step as inputs and pass to native
closes #10189
2017-01-27 10:41:24 -06:00
Brandy Carney
4ca9f2c04d fix(input): add variables for alert and input placeholder color
closes #10153
2017-01-27 10:40:55 -06:00
jaapjanfrans
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
mhartington
aadf931268 docs(slides): make update method public 2017-01-26 12:12:02 -05:00
Brandy Carney
b02df3e2d1 docs(sass): document some missed sass variables 2017-01-26 11:37:31 -05:00
Brandy Carney
091545e8c5 chore(e2e): update tests to remove component name strings 2017-01-23 14:35:23 -05:00
Brandy Carney
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
Brandy Carney
7a6ba2d300 fix(input): show clear-input on inputs with ngModel/formControlName
fixes #9077
2017-01-23 11:35:44 -06:00
Adam Bradley
2ee05b878c Merge pull request #10119 from manucorporat/fix-regressions 2017-01-23 11:34:48 -06:00
Muhammad Nur'Ihsan Bin Berahim
3282c95e9b docs(menu): update exmample code
Closes #10136
2017-01-23 11:32:30 -05:00
Manu Mtz.-Almeida
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
Manu Mtz.-Almeida
ee2268f42a fix(alert): unhandled promise exception 2017-01-21 00:20:27 +01:00