9088 Commits

Author SHA1 Message Date
b6fd440d34 docs(breaking): update breaking change on tabs (#16707) 2018-12-12 17:40:15 +01:00
585a84f829 chore(angular): strict tslint (#16708) 2018-12-12 17:17:43 +01:00
ecf1bae441 chore(package): update to stencil 0.16.1-5 (#16706) 2018-12-12 09:54:27 -06:00
453f9acc20 refactor(angular): remove unused import (#16551) 2018-12-12 15:31:07 +01:00
6b0fc49519 fix(refresher): close animation and hidden on pull down (#16700)
fixes #16254
2018-12-12 15:21:59 +01:00
3e15402408 docs(tabs): Add changes after refactor (#16699) 2018-12-12 15:06:27 +01:00
c60adf8bd4 test(progress): reproducible CI screenshot (#16704) 2018-12-12 14:58:22 +01:00
060794e9c8 fix(angular): wait for core defined in angular initializer (#16693) 2018-12-11 21:01:15 -06:00
a6a17235d0 fix(item-divider): use prop for sticky (#16691) 2018-12-11 23:06:14 +01:00
e08b739168 test(angular): lazy loading tabs (#16690) 2018-12-11 20:40:19 +01:00
9b83befa76 feat(all): vscode HTML autocompletion support (#16687) 2018-12-11 16:38:59 +01:00
147380533c fix(tab-bar): hide on keyboard events (#16688)
fixes #16419
2018-12-11 16:29:55 +01:00
1f78a7c56a chore(angular): use tslib (#16686) 2018-12-11 16:14:46 +01:00
1a299b01fe feat(toast): add CSS variables for box-shadow and border (#16679)
* feat(toast): add border and box-shadow CSS variable

* feat(toast): add new CSS vars
2018-12-11 13:29:42 +01:00
9a47fc4de0 fix(angular): remove rogue console debug message (#16530)
Fixes #16529
2018-12-11 09:46:14 +01:00
d69427eac0 fix(angular): swipeBackEnabled global config (#16668)
fixes #16624
2018-12-11 01:32:28 +01:00
82172b6043 chore(swiper): update deps (#16667) 2018-12-11 01:20:17 +01:00
2933f61e8d fix(react): add class based APIs (#16665)
fixes #16583
2018-12-11 01:08:00 +01:00
64557a7bcc feat(fab-button): add css border properties (#16656)
allow styling border with css custom properties

fixes #16652
2018-12-10 17:46:49 -05:00
2f63049909 fix(tab-bar): update tab-bar to set the color/background of tab-button (#16641)
similar to the PR for segment: https://github.com/ionic-team/ionic/pull/16590, this implements the color/background in the tab-bar and inherits it in tab-button

closes #14853
2018-12-10 17:33:06 -05:00
9167fb4fe1 feat(progress-bar): add progress bar component (#16559)
resolves #16558
2018-12-10 17:03:52 -05:00
a2c7b9558b fix(button/chip): move hover styles into media query (#16664)
This ensures that all :hover styles live inside a (any-hover: hover)
media query.

closes #16108
2018-12-10 15:02:59 -06:00
f0ef061a6b test(angular): add lazy loading tabs test 2018-12-10 21:32:16 +01:00
509cfd54aa chore(angular): update dependencies
fixes #16539
2018-12-10 21:32:16 +01:00
a9247ce0e9 chore(): use defineCustomElements exclude (#16647) 2018-12-09 18:45:50 +01:00
0e09ed6065 chore(release): fixes the build on Windows (#16645) 2018-12-09 17:58:44 +01:00
437ad09122 refactor(angular): lazy loading tabs (#16637)
Fixes #16619
2018-12-08 17:23:39 +01:00
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
0c61e79268 chore(issues): fix Ionic Appflow support link (#16640) 2018-12-07 16:47:51 -05:00
7c30689001 chore(issues): update the issue templates (#16578) 2018-12-07 11:07:01 -05:00
c036cb0924 feat(range): add support for range bar border radius (#16519) 2018-12-07 10:42:06 -05:00
1a27bce7fd chore(): release script for docs (#16620) 2018-12-07 01:26:53 +01:00
28b40fc725 refactor(angular): prefix all ionic components (#16618)
fixes #16550
2018-12-07 00:39:07 +01:00
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
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
95c0b1bac7 feat(theme): default colors based in step colors 2018-12-06 21:06:05 +01:00
8050247e81 fix(select-option): using external style 2018-12-06 21:06:05 +01:00
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
6776e65c9c fix(select): selection-option is hidden in edge (#16607)
fixes #16580
2018-12-06 01:52:50 +01:00
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
68e26192a5 fix(angular): disable change detection detach 2018-12-05 22:31:34 +01:00
945dd2610b test(angular): no-progress CI 2018-12-05 22:31:34 +01:00
7698c31790 test(angular): add tests for ngOnInit 2018-12-05 22:31:34 +01:00
c8d9685bc9 fix(angular): routerLink updates href 2018-12-05 22:31:34 +01:00
49d8e16f2b chore(): update ionic 2018-12-05 22:31:34 +01:00
e75618e82f test(datetime): add unit tests for parseDate() 2018-12-05 22:31:34 +01:00
aa9d0d4282 fix(all): type issues with TS 3.2 2018-12-05 22:31:34 +01:00
63cbc92741 fix(angular): only routerLink works with angular router 2018-12-05 22:31:34 +01:00
959ce65323 perf(angular): detach hidden pages from change detection 2018-12-05 22:31:34 +01:00
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