Manu Mtz.-Almeida
f0ef061a6b
test(angular): add lazy loading tabs test
2018-12-10 21:32:16 +01:00
Manu Mtz.-Almeida
509cfd54aa
chore(angular): update dependencies
...
fixes #16539
2018-12-10 21:32:16 +01:00
Manu MA
a9247ce0e9
chore(): use defineCustomElements exclude ( #16647 )
2018-12-09 18:45:50 +01:00
Paul Stelzer
0e09ed6065
chore(release): fixes the build on Windows ( #16645 )
2018-12-09 17:58:44 +01:00
Manu MA
437ad09122
refactor(angular): lazy loading tabs ( #16637 )
...
Fixes #16619
2018-12-08 17:23:39 +01:00
Brandy Carney
86fc9a557e
fix(toolbar): style all slotted content in order not only buttons ( #16617 )
...
- style all slotted content to order properly in a toolbar, not only buttons
- removes duplicated sass variables
- use current color in select so icon will inherit toolbar color
BREAKING CHANGES
- Removes `--icon-color` and `--placeholder-color` from select in favor of inheritance with opacity
2018-12-07 17:55:59 -05:00
Paul Stelzer
0c61e79268
chore(issues): fix Ionic Appflow support link ( #16640 )
2018-12-07 16:47:51 -05:00
Paul Stelzer
7c30689001
chore(issues): update the issue templates ( #16578 )
2018-12-07 11:07:01 -05:00
lukejoliat
c036cb0924
feat(range): add support for range bar border radius ( #16519 )
2018-12-07 10:42:06 -05:00
Manu MA
1a27bce7fd
chore(): release script for docs ( #16620 )
2018-12-07 01:26:53 +01:00
Manu MA
28b40fc725
refactor(angular): prefix all ionic components ( #16618 )
...
fixes #16550
2018-12-07 00:39:07 +01:00
Manu MA
edf3659949
Fix some angular ( #16615 )
...
* fix(angular): platform types
fixes #16535
* fix(angular): memory leak in lifecycle events
fixes #16285
* fix ci
* single core
2018-12-06 22:19:35 +01:00
Manu MA
119e0c1fd2
refactor(all): avoid using export const enum ( #16614 )
...
* refactor(all): avoid using export const enum
fixes #16497
* add tslint
2018-12-06 21:19:49 +01:00
Manu Mtz.-Almeida
95c0b1bac7
feat(theme): default colors based in step colors
2018-12-06 21:06:05 +01:00
Manu Mtz.-Almeida
8050247e81
fix(select-option): using external style
2018-12-06 21:06:05 +01:00
Manu MA
235c6859d2
feat(modal): add css vars ( #16605 )
...
* feat(modal): add css vars
* add more css vars
* add docs
* add background
* fix e2e test
2018-12-06 15:36:09 +01:00
Manu MA
6776e65c9c
fix(select): selection-option is hidden in edge ( #16607 )
...
fixes #16580
2018-12-06 01:52:50 +01:00
Brandy Carney
8029df344a
fix(segment): set colors in the parent segment and remove the unused color property ( #16590 )
...
* style(theming): clean up sass TODOs
* fix(item): use proper padding on small buttons in an item
* refactor(components): remove color from unused components
* chore(components): update build files to remove color
* fix(tab-bar): remove unused layout prop
* test(segment): add custom test and update standalone
* docs(segment): update usage examples to remove layout
* test(segment): update tests to remove layout
* test(tab-bar): update tests to remove layout
* fix(segment): set the colors in the parent segment
but use them in the child segment button
This allows the user to customize all of the segment buttons from segment, while still allowing the `color` property to take precedence, and they can also edit the segment button colors directly if desired.
This actually fixes some bugs surrounding colors and allows customization for a segment inside of a toolbar.
references #14853
* style(sass): fix lint errors
* chore(build): build files
* fix(segment-button): use transparent background
* docs(segment-button): add color activated back
* why does the build hate me
* fix(segment): set initial css variables to avoid inheriting
* fix(segment): set initial color activated
also add new line to the nav readme because reasons
* test(segment): parent mode should match children
2018-12-06 00:12:14 +01:00
Manu Mtz.-Almeida
68e26192a5
fix(angular): disable change detection detach
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
945dd2610b
test(angular): no-progress CI
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
7698c31790
test(angular): add tests for ngOnInit
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
c8d9685bc9
fix(angular): routerLink updates href
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
49d8e16f2b
chore(): update ionic
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
e75618e82f
test(datetime): add unit tests for parseDate()
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
aa9d0d4282
fix(all): type issues with TS 3.2
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
63cbc92741
fix(angular): only routerLink works with angular router
2018-12-05 22:31:34 +01:00
Manu Mtz.-Almeida
959ce65323
perf(angular): detach hidden pages from change detection
2018-12-05 22:31:34 +01:00
Brandy Carney
7ba94900bb
refactor(themes): remove the outer-content class from core ( #16589 )
...
BREAKING CHANGES
The outer-content class has been removed in favor of setting the color in your app instead:
```
.outer-content {
--background: #f2f2f2;
}
```
2018-12-04 16:38:50 -05:00
Mike Hartington
87b25960c4
chore: refactor vue ( #16587 )
2018-12-04 16:13:55 -05:00
Brandy Carney
9c8c6507fc
fix(theming): update ios design for button and card ( #16586 )
2018-12-04 15:59:36 -05:00
Cam Wiegert
b1e56bbed6
fix(button): reduce iOS border radius ( #16575 )
2018-12-03 17:14:03 -06:00
Brandy Carney
841375e5c8
fix(segment-button): make layout default to icon-top ( #16573 )
...
- updates segment button so that when layout is not provided the following will happen
- if both label and icon are there, it will apply icon-top
- if only label or only icon, it will style as such
2018-12-03 16:57:12 -05:00
Manu MA
2ce986f39f
fix(img): fire didLoad in safari ( #16571 )
...
fixes #16557
2018-12-03 19:22:37 +01:00
Manu MA
0c36f0501b
chore(): update theme-builder ( #16566 )
2018-12-03 18:45:36 +01:00
Stewan Pacheco
a251b500a9
fix(loading): add backdropDismiss closes #16527 ( #16570 )
2018-12-03 18:36:19 +01:00
Artfloriani
f1f35ddd66
docs(grid): fix links to grid and row components ( #16538 )
2018-12-03 10:52:56 -05:00
Paul Stelzer
802a3d14e7
fix(button): relax css containment to "content" ( #16553 )
2018-12-02 13:01:03 +01:00
Brandy Carney
7b3233f0b5
refactor(themes): combine background/color steps to one var ( #16543 )
...
closes #16202
BREAKING CHANGES
The background and text stepped color variables have been combined to one set of stepped variables. See the documentation for more information: https://beta.ionicframework.com/docs/theming/advanced#stepped-colors
2018-11-30 17:44:55 -05:00
Cam Wiegert
ab84f31443
docs: add docs package ( #16515 )
...
This adds an @ionic/docs package that we can use to publish the
JSON API data along with each release.
2018-11-29 15:10:35 -06:00
dwieeb
f0e0ac876d
chore(github): revert text for v3 label ( #16522 )
2018-11-29 14:50:37 -06:00
Brandy Carney
4858bab3f9
chore(bot): update bot to use latest labels ( #16513 )
2018-11-29 13:22:46 -05:00
Manu Mtz.-Almeida
e402766d03
4.0.0-beta.17
v4.0.0-beta.17
2018-11-29 19:06:35 +01:00
Manu MA
6b7f8ae201
chore(): update stencil ( #16506 )
2018-11-29 18:54:51 +01:00
Manu MA
aa61e818a5
fix(segment): height fits content ( #16511 )
...
* fix(segment): height fits content
* fix segment
2018-11-29 18:32:18 +01:00
Brandy Carney
2d33c63c52
fix(item-sliding): use a white item background instead of transparent ( #16507 )
...
- use the global item background variable for md
- lowers screenshot threshold to catch this regression
fixes #16474
2018-11-29 11:25:15 -05:00
Daniel Karlsson
509650349e
fix(radio): removd hard coded inner-width and inner-height for iOS
2018-11-29 13:53:25 +01:00
Paul Stelzer
75f7f4ffea
docs(split-pane): default breakpoint ( #16413 )
2018-11-29 02:34:17 +01:00
Manu Mtz.-Almeida
e8e71838b3
fix(angular): accept other url schemas
2018-11-29 02:18:44 +01:00
Manu Mtz.-Almeida
276c883493
fix(angular): no animate in browser nav
2018-11-29 02:18:44 +01:00
dwieeb
194667c62a
chore(github): line breaks for move comment ( #16501 )
2018-11-28 15:22:40 -06:00