octicon-git-branch(16/) Commit Graph

413 Commits

Author SHA1 Message Date
Manu MA
f05c7d677d fix(angular): virtual-scroll (#16729)
fixes #16725
fixes #16432
fixes #16023
fixes #14591
fixes #16050
fixes #15587
2018-12-14 00:36:30 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
d4e4b52826 fix(angular): tab-bar slot=top (#16727)
fixes #16722
2018-12-13 22:30:15 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
a27fdc31c7 4.0.0-beta.18 2018-12-13 17:40:14 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
a961dca7e8 fix(angular): lint issue 2018-12-13 16:43:04 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
c4e122362d chore(): update stencil/ionicons (#16720)
* chore(): update stencil/ionicons

* add ionicons copy task
2018-12-13 16:02:30 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
2553820f78 fix(angular): swipe to go backs in tabs (#16710) 2018-12-12 17:49:51 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
b6fd440d34 docs(breaking): update breaking change on tabs (#16707) 2018-12-12 17:40:15 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
585a84f829 chore(angular): strict tslint (#16708) 2018-12-12 17:17:43 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Daniel Sogl
453f9acc20 refactor(angular): remove unused import (#16551) 2018-12-12 15:31:07 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
3e15402408 docs(tabs): Add changes after refactor (#16699) 2018-12-12 15:06:27 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
060794e9c8 fix(angular): wait for core defined in angular initializer (#16693) 2018-12-11 21:01:15 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
a6a17235d0 fix(item-divider): use prop for sticky (#16691) 2018-12-11 23:06:14 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
e08b739168 test(angular): lazy loading tabs (#16690) 2018-12-11 20:40:19 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
1f78a7c56a chore(angular): use tslib (#16686) 2018-12-11 16:14:46 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Steve Kennedy
9a47fc4de0 fix(angular): remove rogue console debug message (#16530)
Fixes #16529
2018-12-11 09:46:14 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
d69427eac0 fix(angular): swipeBackEnabled global config (#16668)
fixes #16624
2018-12-11 01:32:28 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
2933f61e8d fix(react): add class based APIs (#16665)
fixes #16583
2018-12-11 01:08:00 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
9167fb4fe1 feat(progress-bar): add progress bar component (#16559)
resolves #16558
2018-12-10 17:03:52 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
f0ef061a6b test(angular): add lazy loading tabs test 2018-12-10 21:32:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
509cfd54aa chore(angular): update dependencies
fixes #16539
2018-12-10 21:32:16 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
a9247ce0e9 chore(): use defineCustomElements exclude (#16647) 2018-12-09 18:45:50 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Paul Stelzer
0e09ed6065 chore(release): fixes the build on Windows (#16645) 2018-12-09 17:58:44 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
437ad09122 refactor(angular): lazy loading tabs (#16637)
Fixes #16619
2018-12-08 17:23:39 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
28b40fc725 refactor(angular): prefix all ionic components (#16618)
fixes #16550
2018-12-07 00:39:07 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
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 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
68e26192a5 fix(angular): disable change detection detach 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
945dd2610b test(angular): no-progress CI 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
7698c31790 test(angular): add tests for ngOnInit 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
c8d9685bc9 fix(angular): routerLink updates href 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
63cbc92741 fix(angular): only routerLink works with angular router 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
959ce65323 perf(angular): detach hidden pages from change detection 2018-12-05 22:31:34 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
e402766d03 4.0.0-beta.17 2018-11-29 19:06:35 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
e8e71838b3 fix(angular): accept other url schemas 2018-11-29 02:18:44 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
276c883493 fix(angular): no animate in browser nav 2018-11-29 02:18:44 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
5f32053edb test(angular): add CI (#16496) 2018-11-28 20:05:50 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
2d0e0bafea test(angular): add navigation tests (#16494) 2018-11-28 18:17:44 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
3894b7a510 test(angular): add test app (#16482) 2018-11-28 00:51:19 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Mike Hartington
8439f888d0 docs(): add ng-add testing docs to readme (#16478) 2018-11-27 13:48:33 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Mike Hartington
75dd853a49 feat(): support ng add (#15323)
* feat(angular): support ng add

* feat(): add build aditions

* chore(): update schematics

* chore(): bad style import
2018-11-27 13:36:59 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Brandy Carney
0df9f896b4 docs(breaking): add show-when and hide-when to breaking (#16463)
closes #15776 closes #16214
2018-11-27 11:34:35 -05:00 octicon-file-diff(16/) octicon-file-code(16/)
Mark Levy
429e08344a fix(angular): default value of BooleanValueAccessor should be false (#16420) 2018-11-22 15:32:36 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
ce1fcea68c fix(angular): es6 classes break in ie11 (#16417)
fixes #15979
2018-11-21 23:59:12 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
72bc025874 fix(angular): tune routerLink default behaviour (#16405)
refactor: use ng7 features for direction detection
2018-11-21 00:08:20 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
2884076834 feat(ripple): adds unbounded ripple-effect (#16399) 2018-11-20 23:37:54 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Adam Bradley
4dd4ccc4ce fix(mode): lazy load same component, two different modes (#16401)
* test(mode): lazy load same component, two different modes

* chore(package): update to stencil 0.16.0-4

* chore(ng): update ng proxies
2018-11-20 16:27:07 -06:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu MA
f8311860b0 fix(angular): fix tabs with useHash (#16392)
fixes #16390
2018-11-20 10:45:56 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
b645bfd1b7 fix(angular): fix controlValueAccessor for boolean
fixes #16371
2018-11-19 23:32:28 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
359bdcf8ec fix(angular): avoid forEach in classList 2018-11-19 23:32:28 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Manu Mtz.-Almeida
34cd1d16d2 fix(angular): cleanup ion-invalid class
fixes #16353
2018-11-17 11:58:51 +01:00 octicon-file-diff(16/) octicon-file-code(16/)