Commit Graph

4023 Commits

Author SHA1 Message Date
Raphael Tomchinsky
7583ebf0ae fix(checkbox): add 'type="button"' to <button> tag
Add attribute 'type="button"' to <button> tag. The missing attribute caused forms with

ion-checkboxes to not be submitted as a normal form
2016-04-11 14:30:50 -03:00
Brandy Carney
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
Brandy Carney
29e624254f fix(toolbar): add border-top when toolbar is positioned to the bottom
fixes #5967
2016-04-11 10:51:46 -04:00
Brandy Carney
cd62a4c4f6 fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
fixes #6109
2016-04-11 10:22:18 -04:00
Brandy Carney
e27b7428da test(app): add status bar tests for an iOS platform on different modes
references #5924
2016-04-11 10:02:37 -04:00
Brandy Carney
5a1c441fd6 fix(app): add iOS status bar padding to each mode
fixes #5924
2016-04-11 10:02:37 -04:00
Brandy Carney
03113223ff Merge pull request #6116 from iignatov/patch-1
docs: clarify the purpose of the color attribute
2016-04-11 09:54:03 -04:00
Adam Bradley
920b5cec67 Merge pull request #6115 from jccf091/patch-1
docs: update virtual-scroll docs
2016-04-11 08:34:21 -05:00
Ignat Ignatov
862cddf340 Clarify the purpose of the color attribute
It's not clear that the `color` attribute is meant to be used only with the predefined colors _(i.e. the ones from the `$colors` list in `app.variables.scss`)_. The users expect that the attribute can also be used with color values like `red` or `#FF0000` which is not supported. More details are available in [this forum post](https://forum.ionicframework.com/t/changing-button-color-or-icon-dynamically/37675/19).
2016-04-11 13:20:50 +02:00
James Cheuk
cb127ee25b update virtual-scroll docs
wrong closing tag.
It should be ion-item-divider instead of ion-item
2016-04-11 17:45:57 +08:00
Adam Bradley
144222f662 test(refresher): fix scroll element reference 2016-04-10 22:52:09 -05:00
Adam Bradley
4bf654a164 chore(content): scrollElement private 2016-04-10 22:24:20 -05:00
Adam Bradley
27729eae73 Merge pull request #6093 from tlaverdure/patch-1
docs(events): typo
2016-04-10 20:40:21 -05:00
Adam Bradley
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
Adam Bradley
4e8ecae83c chore: add ChangeDetectionStrategy.OnPush strategy
Close #5885
2016-04-10 00:28:50 -05:00
Adam Bradley
2348b51be7 test(app): fix app unit tests 2016-04-09 23:42:00 -05:00
Adam Bradley
68278b0045 feat(backbutton): add hardware back button
Closes #5071
2016-04-09 22:51:13 -05:00
Adam Bradley
156fdc35ed feat(platform): add backbutton event 2016-04-09 21:54:39 -05:00
Thiery Laverdure
def69ff9b2 Typo in docs
The class name should be 'Events' instead of 'Event'
2016-04-08 20:47:19 -04:00
Brandy Carney
ecf93023f3 fix(searchbar): only show clear icon when focused on the searchbar
closes #5922
2016-04-08 17:46:34 -04:00
Brandy Carney
00814084b1 chore(CHANGELOG): update changelog to include steps for importing globals.core
references #5445
2016-04-08 12:53:42 -04:00
Adam Bradley
77772370bf feat(app): getActiveNav() method 2016-04-07 20:45:55 -05:00
Brandy Carney
fe31ebf73b chore: remove alpha versions from changelog 2016-04-07 17:42:57 -04:00
Brandy Carney
c53ee513b7 chore: update changelog to include webpack update 2016-04-07 17:30:55 -04:00
Brandy Carney
521416faa0 chore: update changelog to list features first 2016-04-07 17:16:13 -04:00
Brandy Carney
e690e84c76 chore: release beta.4 and update changelog 2016-04-07 14:32:26 -04:00
Brandy Carney
025b176c18 chore(sass): fix Sass linter errors v2.0.0-beta.4 2016-04-07 14:17:27 -04:00
Tim Lancina
80109b8df1 fix(generators): add tabs Sass file 2016-04-07 13:16:21 -05:00
Tim Lancina
3ad15b1919 fix(generators): add TS tabs generator 2016-04-07 13:15:55 -05:00
Brandy Carney
f14e3840e2 build(demos): fix path for zone 2016-04-07 11:47:17 -04:00
Adam Bradley
0b676abd3f Merge pull request #6017 from EvgenyVolkov/update_content.ts
docs(): update content.ts
2016-04-06 23:40:31 -05:00
Adam Bradley
62f19d140a Merge pull request #6058 from michaelmafort/patch-1
docs(): update events.ts
2016-04-06 23:36:01 -05:00
Adam Bradley
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
Adam Bradley
d8e670ca7c style(tslint): add tslint
Closes #5756
2016-04-06 20:48:09 -05:00
Adam Bradley
86fc741e63 fix(nav): portal nav should always animate
Closes #6059
2016-04-06 16:51:08 -05:00
Brandy Carney
49017c348e docs(virtual-scroll): update API docs for virtual scroll 2016-04-06 13:16:37 -04:00
Adam Bradley
fef93f941e chore(angular): update to angular 2.0.0-beta.13
Closes #6026
2016-04-06 10:18:36 -05:00
Adam Bradley
35a3357df8 fix(scroll): correctly resolve when scrolling finishes 2016-04-06 10:10:34 -05:00
Adam Bradley
0a5f351699 chore(nativeTimeout): use nativeTimeout on keyboard/animations 2016-04-06 09:39:04 -05:00
Michael Mafort
ddfce16ebd Update events.ts
Improve documentation with the import and constructor initialization.
2016-04-06 11:36:39 -03:00
Adam Bradley
8b990889e0 chore(clickblock): use native setTimeout 2016-04-06 09:30:25 -05:00
Adam Bradley
b0635667f3 fix(router): fix nested ion-nav router 2016-04-06 08:59:02 -05:00
Adam Bradley
3df5989e27 fix(router): update path recognizer
Closes #5997
2016-04-05 20:45:45 -05:00
Adam Bradley
3733ebc55e feat(router): allow multiple routers
Custom routers could be add to update LocalStorage, API updates,
database changes, etc.
2016-04-05 15:36:35 -05:00
Adam Bradley
7679ac08f5 feat(virtualScroll): init virtual scroll
Closes #5418
2016-04-05 14:50:05 -05:00
Adam Bradley
0701338484 fix(img): only load ion-img when visible 2016-04-05 14:50:05 -05:00
Adam Bradley
910d56b0e4 test(img): demo images for testing 2016-04-05 14:50:05 -05:00
Adam Bradley
f3d92b8eb8 refactor(scroll): js scrolling ability
Required for Virtual Scrolling on iOS UIWebView
2016-04-05 14:50:05 -05:00
Adam Bradley
200f2e5e10 chore(): use native raf/setTimeout 2016-04-05 14:50:05 -05:00
Brandy Carney
5cb319f619 test(karma): add karma tests for the present/zIndex of a portal
references #5426
2016-04-05 15:24:57 -04:00