Commit Graph

1588 Commits

Author SHA1 Message Date
Musa Haidari
df269bf7fb docs(platform): add missing parameter updateDocument in the doc (#11075) 2017-04-06 18:44:01 -04:00
Brandy Carney
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
Brandy Carney
b0dc856b1b feat(item): add sass variable to override avatar border radius
closes #10763
2017-04-06 18:04:16 -04:00
Manuel Mtz-Almeida
6b92a5a8c2 fix(inputs): ionChange is fired after updating ngModel 2017-04-06 20:49:22 +02:00
Manuel Mtz-Almeida
59f9737d9b fix(tapclick): 300ms click delay 2017-04-06 18:05:47 +02:00
Manuel Mtz-Almeida
0967b63a51 fix(virtual-list): empty list crashes
fixes #11093
2017-04-06 18:05:20 +02:00
Manuel Mtz-Almeida
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
Manuel Mtz-Almeida
55dfd254e5 Merge branch 'decorator-inheritance' 2017-04-05 20:35:16 +02:00
Musa Haidari
0a97cf2d5f docs(platform): removes extra word (typo) 2017-04-05 20:27:48 +02:00
Manuel Mtz-Almeida
94a33a74d2 Merge branch 'refactor-inputs' 2017-04-05 20:07:28 +02:00
Brandy Carney
e10f9b1a06 test(menu): update directory structure for menu/multiple 2017-04-05 10:26:36 -04:00
Brandy Carney
8586cc11ed fix(navigation): update the URL if there are no children navs 2017-04-04 17:01:26 -04:00
Ross Holdway
33be36d070 fix(slides): negative number indicates position starting at end (#10997)
* fix(slides): negative number indicates position starting at end

* refactor(slides): use var instead of let
2017-04-02 17:30:18 +02:00
JamesM
a0554573de docs(avatar): fix typo
'avatars' rather than 'avatar's' for plural
2017-04-02 15:05:05 +02:00
Manuel Mtz-Almeida
fa7ea0c617 feat(split-pane): adds enabled input
fixes #10949
2017-04-02 15:03:14 +02:00
Manuel Mtz-Almeida
c72598a810 docs(content): add docs about content.resize() 2017-04-02 15:03:14 +02:00
Vlad Topala
4ac8ffb6ed fix(datetime): emit ioncancel event on backdrop click for datetime (#10532)
* fix(datetime): emit ioncancel event on backdrop click for datetime component

* fix(datetime): emit ioncancel event on backdrop click for datetime component - fix for all picker components instead of specifically for datetime
2017-04-01 21:48:19 +02:00
Manuel Mtz-Almeida
979ca63a6a feat(split-pane): sizing via scss variables
fixes #10893
2017-04-01 21:42:18 +02:00
Manuel Mtz-Almeida
57f3f9742b fix(split-pane): rtf support
fixes #10903
2017-04-01 21:28:11 +02:00
Adam Bradley
74f90e6d57 chore(error): update ionic error handler 2017-03-31 21:45:20 -05:00
Brandy Carney
eb468d2530 test(e2e): fix broken e2e tests for snapshot
removed the e2e.ts files from 3 split pane tests so they won’t show up
in snapshot
2017-03-30 11:09:55 -04:00
Manuel Mtz-Almeida
156b982510 fix(segment): fix disabled segment 2017-03-29 20:28:25 +02:00
Manuel Mtz-Almeida
84e84d3280 Misc 6 2017-03-29 19:32:26 +02:00
Manuel Mtz-Almeida
8eef99d82f Misc 5 2017-03-29 19:14:15 +02:00
Manuel Mtz-Almeida
404d977c81 fix(nav-controller): remove duplicated swipeBackEnabled input 2017-03-29 18:51:54 +02:00
Manuel Mtz-Almeida
682ce49592 fix(virtual-list): updates to angular 4 2017-03-29 18:37:12 +02:00
Manuel Mtz-Almeida
0cd9a373e7 Merge branch 'fix-autoenable-scroll-listener' 2017-03-29 18:33:09 +02:00
perry
41e34fc4ce chore(docs): moving docs from /docs/v2 to /docs 2017-03-29 11:00:52 -05:00
Manuel Mtz-Almeida
d9a7652912 fix(content): scroll listener is auto enabled
fixes #10938
2017-03-29 17:38:41 +02:00
Manuel Mtz-Almeida
515de26a8b Misc 4 2017-03-29 16:47:12 +02:00
Manuel Mtz-Almeida
c9851442c6 Misc 3 2017-03-29 14:11:19 +02:00
Manuel Mtz-Almeida
47e1cdce9d misc changes 3 2017-03-28 21:51:01 +02:00
Manuel Mtz-Almeida
6360d41f6a Misc changes 2 2017-03-28 21:37:11 +02:00
Manuel Mtz-Almeida
c19615ed11 Rever input refactor 2017-03-28 21:26:01 +02:00
Manuel Mtz-Almeida
b5c7ab2e98 misc changes 2017-03-28 21:21:37 +02:00
Manuel Mtz-Almeida
3d569eb88a test(select/segment): adds unit test for select and segment 2017-03-28 17:57:49 +02:00
Manuel Mtz-Almeida
9be5751eeb refactor(select): using BaseInput correctly + unit tests 2017-03-28 17:57:49 +02:00
Manu Mtz.-Almeida
9a4d81b329 refactor(all): consistent inputs
fixes #8578
2017-03-28 17:57:49 +02:00
Brandy Carney
e8ba41aac2 docs(grid): update breakpoints map to begin with 0
closes driftcyo/ionic-site#1021
2017-03-27 16:59:36 -04:00
Brandy Carney
9fd231a04c refactor(grid): add the css from the old grid
edit the existing grid tests to use latest attributes

fixes #10912
2017-03-27 14:37:46 -04:00
Brandy Carney
36b7d338f6 docs(navigation): move deep linker docs to ionic page 2017-03-27 13:33:47 -04:00
Manu Mtz.-Almeida
7272b5a42a refactor(all): color/mode inputs are not longer needed 2017-03-23 23:32:47 +01:00
Manu Mtz.-Almeida
7cee7b0eaf fix(content): bounding does not make sense in desktop 2017-03-23 23:13:50 +01:00
Manuel Mtz-Almeida
f20dda9da7 chore(virtual-list): fixes typescript types 2017-03-23 23:10:50 +01:00
Manuel Mtz-Almeida
ccb49f36d6 fix(virtual-list): several issues 2017-03-23 23:02:11 +01:00
Brandy Carney
8ac2ff485a test(img): remove extra app.module.ts file 2017-03-23 15:49:38 -04:00
Brandy Carney
63fd63e72e Merge branch 'master' into 3.0 2017-03-23 15:36:40 -04:00
Brandy Carney
a252a94136 refactor(slides): remove deprecated input, outputs, and function
BREAKING CHANGES

Slides input `options` has been removed. Please use the input
properties instead.

Slide event `ionWillChange` has been removed, please use
`ionSlideWillChange` instead.

Slide event `ionDidChange` has been removed, please use
`ionSlideDidChange` instead.

Slide event `ionDrag` has been removed, please use `ionSlideDrag`
instead.

Slides `getSlider()` method has been removed, please use the instance
of ion-slides.
2017-03-23 14:50:53 -04:00
Brandy Carney
19c36deea3 refactor(grid): remove the old grid system
BREAKING CHANGES:

Removed the deprecated (old) grid. See the blog post for more
information including steps to migrate:
http://blog.ionic.io/build-awesome-desktop-apps-with-ionics-new-responsi
ve-grid/
2017-03-23 14:42:19 -04:00
Brandy Carney
2827275da6 refactor(typography): remove the native element selectors
BREAKING CHANGES:

The following selectors to style the text color of the native text
elements have been removed:

```
h1[color], h2[color], h3[color], h4[color], h5[color], h6[color],
a[color]:not([ion-button]):not([ion-item]):not([ion-fab]), p[color],
span[color], b[color], i[color], strong[color], em[color],
small[color], sub[color], sup[color]
```

These have been throwing a deprecation warning since rc.3 but still
working. They are officially gone and therefore these elements will not
get the color unless the `ion-text` attribute is added. Please see the
documentation.
2017-03-23 13:02:54 -04:00