6013 Commits

Author SHA1 Message Date
b3d68c95c5 fix(toggle): use correct toggle background color for iOS colors 2017-04-17 17:49:08 -04:00
745d808728 feat(select): add popover interface as an option 2017-04-17 16:41:50 -04:00
314f7e5e1e test(platform): electron extends core 2017-04-17 15:21:08 -05:00
7d0f9f58e6 style(platform): fix lint errors 2017-04-17 15:18:04 -05:00
c0df862398 feat(platform): add electron as a platform (#10868)
* feat(platform): add the handler electron platform ready

* + Added UA test

* (fix)platform: add core superset to electron definition
2017-04-17 15:15:33 -05:00
e423e082b6 fix(tabs): invalid component comparison (#11084)
getComponent() returns a ViewController, so we must reference the
component property when checking against the active component
2017-04-17 11:46:11 -05:00
786de79ad9 chore(package): update to latest Angular
* Update dependencies

Updated the dependencies to Angular 4.0.2 and app-scripts to 1.3..1

* Update package.json
2017-04-17 10:58:44 -05:00
ea6450e96a fix(item-options): improve rtl support (#11188)
* fix(item): Initial version of better rtl support

for sliding items

*Note:* need tests

* Update item-options.ts

* fix(item-options): fix changes requested
2017-04-17 11:32:04 -04:00
feeb2678a9 refactor(app): rename pull- to float- to avoid confusion with col 2017-04-14 13:10:47 -05:00
cf24057183 feat(app): add responsive utility attributes by screen size (#11228)
- moves breakpoint mixins to the ionic.mixins file
- adds responsive attributes for text alignment, transform, and
floating elements
- adds ability to turn these off so they don’t get added to the css
file using sass variables

references #10904
closes #10567
2017-04-14 12:47:59 -05:00
f9012e18bb chore(CI): only update the docs on master 2017-04-14 12:29:38 -05:00
dd0b29388e feat(rtl): add segment rtl support (#11215)
* fix(rtl): add segment rtl support

* fix(segments): remove border left for first item rtl
2017-04-14 09:54:30 -05:00
6cd719f023 feat(rtl): add text-start and text-end (#11213) 2017-04-13 16:24:39 -05:00
d9ac950f17 feat(rtl): add pull-left/right/start/end (#11214) 2017-04-13 15:53:15 -05:00
65c250be95 docs(slides): add params for slide functions (#10972)
* Update documentation for ion-slide

Reading the documentation and following along left me lost as to why the .lockNextSlides() was not working, this was because it required a boolean parameter that was not reflected in the documentation. This PR adds the JSDoc @param to show that the function requires a boolean parameter. Does not include a definition for the single parameters so this may cause issue in the theme of the docs template.

* Changing order of type definition

* Adding definitions to JSdoc for slider.
2017-04-13 15:14:31 -05:00
bc9accf215 docs(navigation): fix typo (#11192) 2017-04-13 14:48:33 -05:00
cb5707d467 feat(rtl): add start and end text-align for alert and picker
references #5035
2017-04-13 13:35:15 -05:00
35f394750f fix(navigation): legacy deep link config can have a defaultHistory entry that is a component in addi
legacy deep link config can have a defaultHistory entry that is a component in addition to a string
2017-04-13 10:39:06 -05:00
4fa17a2f59 chore(templates): change to IonicPageModule 2017-04-12 13:52:56 -05:00
902f5f7c1f chore(readme): make version agnostic 2017-04-10 10:30:23 -05:00
3c8edba0f5 fix(scroll): memory leak 2017-04-08 21:48:21 +02:00
614925d1db test(inputs): passes Zone tests 2017-04-07 22:02:58 +02:00
93d1d02613 perf(toggle): css containment 2017-04-07 21:06:36 +02:00
bda624f870 perf(toggle): events are not zoned 2017-04-07 21:05:21 +02:00
c792ab69ae refactor(toggle): checked/activated classes are applied to the host 2017-04-07 21:04:16 +02:00
17c0543a39 perf(toggle): toggle’s button is not activated 2017-04-07 19:46:57 +02:00
ea8213b39a docs(changelog): add http import to the steps to upgrade 2017-04-07 11:20:14 -04:00
a09c6c374b docs(nav-push): Declare params variables (#11060)
* docs: statement params

* Update nav-push.ts
2017-04-07 10:47:16 -04:00
a900c4e508 fix(templates) replace IonicModule with IonicPageModule (#11077) 2017-04-07 08:18:14 -05:00
0e4c1b726a docs(select): correctly document usage for selected elements (#10969)
The current documentation has `selected="true"` combined with `ngModel` binding, but this does not work. In fact, the demo on the page does not use `selected`. I removed this from the example code.

I also added a paragraph explaining how to set an option as selected.
2017-04-06 18:49:24 -04:00
df269bf7fb docs(platform): add missing parameter updateDocument in the doc (#11075) 2017-04-06 18:44:01 -04:00
5cb51efb55 feat(modal): add cssClass to modal options
Can pass one cssClass or multiple (same as out other overlays). Added a
cssClass to the basic test which adds 2 classes and styles the font
color of the content blue.

Closes #10020
2017-04-07 00:42:56 +02:00
b07eb1afad docs(.github): add v3 for github documents (#10945)
* docs(issue_template): add ionic v3 for issue template

Now that v3 is officially in beta, this is needed for bug reports

* docs(pull_request_template): add ionic v3 for pull request template
2017-04-06 18:31:51 -04:00
b0dc856b1b feat(item): add sass variable to override avatar border radius
closes #10763
2017-04-06 18:04:16 -04:00
8e438634a2 chore(gulp): preserve color of app-scripts 2017-04-06 23:46:58 +02:00
38277a0087 chore(changelog): update steps to upgrade to jump to 3.0.1 2017-04-06 16:51:39 -04:00
054f43a67b chore(issue-template): add 3.x as a version option 2017-04-06 16:16:45 -04:00
385e6cf189 chore(ionic): release 3.0.1 2017-04-06 15:51:44 -04:00
6b92a5a8c2 fix(inputs): ionChange is fired after updating ngModel v3.0.1 2017-04-06 20:49:22 +02:00
59f9737d9b fix(tapclick): 300ms click delay 2017-04-06 18:05:47 +02:00
0967b63a51 fix(virtual-list): empty list crashes
fixes #11093
2017-04-06 18:05:20 +02:00
db37072c40 fix(scroll): scroll issues in UIWebView
fixes #11081
fixes #10976
fixes #10966
fixes #10936
fixes #11051
fixes #10889
2017-04-06 15:09:06 +02:00
9316f73b81 chore(demos): send demos to content/docs/demos/src not …/src/src 2017-04-05 13:49:12 -05:00
55dfd254e5 Merge branch 'decorator-inheritance' 2017-04-05 20:35:16 +02:00
0a97cf2d5f docs(platform): removes extra word (typo) 2017-04-05 20:27:48 +02:00
94a33a74d2 Merge branch 'refactor-inputs' 2017-04-05 20:07:28 +02:00
b4c6cea760 docs(demos): remove custom css from label demo 2017-04-05 12:21:13 -04:00
0b440edc51 chore(ionic): release 3.0.0 2017-04-05 11:11:21 -04:00
e10f9b1a06 test(menu): update directory structure for menu/multiple v3.0.0 2017-04-05 10:26:36 -04:00
8586cc11ed fix(navigation): update the URL if there are no children navs 2017-04-04 17:01:26 -04:00