-
Notifications
You must be signed in to change notification settings - Fork 13.5k
feat(generators): add --minimal flag #13119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fixes ionic-team#9699 fixes ionic-team#11484 fixes ionic-team#11389 fixes ionic-team#11325 fixes ionic-team#11291 fixes ionic-team#10828 fixes ionic-team#11291 fixes ionic-team#10393 fixes ionic-team#10257 fixes ionic-team#9434 fixes ionic-team#8933 fixes ionic-team#7178 fixes ionic-team#7047 fixes ionic-team#10552 fixes ionic-team#10393 fixes ionic-team#10183 fixes ionic-team#10187 fixes ionic-team#10852 fixes ionic-team#11578
When `Tabs` are nested within each other, the highlight can get misaligned. This prevents that by ensuring the affected `.tab-highlight` is a direct child of the targeted `Tabs`.
…tabs * wip * wip * progress * wippy skippy * getting there * all tests passing except goBack * unit tests pass again boi * goBack tests pass * great success * the good stuff
Squashed commit of the following: commit 3497d40 Author: Michael Asimakopoulos <[email protected]> Date: Wed Sep 20 10:52:39 2017 +0300 Fix virtualScroll spec commit c6a2a97 Author: Michael Asimakopoulos <[email protected]> Date: Wed Sep 20 10:51:58 2017 +0300 Fix virtualScroll e2e infiniteScroll test commit 6eaf7d1 Author: Michael Asimakopoulos <[email protected]> Date: Wed Sep 20 09:40:01 2017 +0300 Use const enums to reduce generated code commit 564ef41 Author: Michael Asimakopoulos <[email protected]> Date: Tue Sep 19 16:12:01 2017 +0300 Recalculated nodes once more on scrollEnd commit bfa44b9 Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 19:10:55 2017 +0300 Remove needClean param from populateNodeData commit 84d402d Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 19:06:06 2017 +0300 Remove console.warn commit 07e15d7 Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 17:50:14 2017 +0300 Simplify adjustRendered function commit 9b3b0db Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 17:14:39 2017 +0300 Use recordSize consistently commit c8d5e09 Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 16:27:09 2017 +0300 Fix top and bottom cells special cases commit acec8ef Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 13:26:33 2017 +0300 Update existing nodes by matching cells commit 8590b9b Author: Michael Asimakopoulos <[email protected]> Date: Mon Sep 18 13:25:00 2017 +0300 Stop clearing DOM in slow path commit e06d757 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 17:20:18 2017 +0300 Return records from VirtualScroll getter commit a13184f Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 15:12:31 2017 +0300 Change comment commit 75aed51 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 15:01:17 2017 +0300 Stop looking for available nodes after one is found commit ebef282 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:49:36 2017 +0300 Change TemplateType consts to enum commit 21a7ce9 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:45:47 2017 +0300 Stop searching nodes if cell is already rendered commit 7d3b7c4 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:36:11 2017 +0300 Make debug logs consistent commit a716e58 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:33:29 2017 +0300 Simplify changes calculation commit ad9c6d9 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:22:41 2017 +0300 Simplify addCell function commit 8e5774a Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:17:03 2017 +0300 Throw errors not strings commit fdd9bd1 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:12:39 2017 +0300 Initialize differ with trackByFunction as ngForOf does commit 4cf1f39 Author: Michael Asimakopoulos <[email protected]> Date: Fri Sep 15 14:08:11 2017 +0300 Convert queue consts to enum
* fix(overlay): onWillDismiss is called as expected fixes ionic-team#11702 * Fix condition
* refactor(OpaqueToken): ready for Angular 4.2 * Create app-root.ts * Create config.ts * Create url-serializer.ts * Create platform-registry.ts * Create module-loader.ts
* style(): better list design for ios * fix(): fix lint issues * fix(): more ios11 updates * fix(): use env and constant for now * fix(footer): user correct value for padding * fix(): remove extra padding on title * fix(): reorder imports to pass lint
fix(tabs): emit viewDidEnter and viewDidLeave on app during tab change. ≈
Hello and thank you for contributing to Ionic! We have been working on porting all of the Ionic components to web components and have recently updated |
See main pull request in ionic-cli