|
| 1 | +<a name="0.6.0"></a> |
| 2 | +# [0.6.0](https://github.com/Teradata/covalent/tree/v0.6.0) (2016-08-19) |
| 3 | + |
| 4 | + |
| 5 | +## Bug Fixes |
| 6 | +* **docs:** Updated to git clone to correct repo url ([d3f0522d6521d9944eb274fcff62582624fa88ec](https://github.com/Teradata/covalent/commit/d3f0522d6521d9944eb274fcff62582624fa88ec)) |
| 7 | +* **loading:** Added a max diameter to TdLoadingComponent circle ([a013cd7a3d272f6836eea62fb26e69a8719469c1](https://github.com/Teradata/covalent/commit/a013cd7a3d272f6836eea62fb26e69a8719469c1)) |
| 8 | +* **loading:** Added NgZone#runOutsideAngular() to attach/detach loading component since it affected e2e tests with protractor. ([a013cd7a3d272f6836eea62fb26e69a8719469c1](https://github.com/Teradata/covalent/commit/a013cd7a3d272f6836eea62fb26e69a8719469c1)) |
| 9 | +* **loading:** Made loading component instantiation sync, so it can be called in [ngAfterContentInit] without problems when used as a directive. ([a013cd7a3d272f6836eea62fb26e69a8719469c1](https://github.com/Teradata/covalent/commit/a013cd7a3d272f6836eea62fb26e69a8719469c1)) |
| 10 | + |
| 11 | +## Code Refactoring |
| 12 | + |
| 13 | +* **core:** Moved RESTService to **http** module ([2093930c45e7183280faea445fd5efd483fe3532](https://github.com/Teradata/covalent/commit/2093930c45e7183280faea445fd5efd483fe3532)) |
| 14 | +* **loading:** Removed depricated TimerWrapper and ComponentResolver and added usage of ComponentFactoryResolver. ([a013cd7a3d272f6836eea62fb26e69a8719469c1](https://github.com/Teradata/covalent/commit/a013cd7a3d272f6836eea62fb26e69a8719469c1)) |
| 15 | +* **layouts:** Changing `<list-items>` and `<menu-items>` to use `<md-nav-list list-items>` and `<md-nav-list menu-items>` to be more flexible in layouts. ([1df3f42ead63a946e0c1749e66b06ef584e2dc79](https://github.com/Teradata/covalent/commit/1df3f42ead63a946e0c1749e66b06ef584e2dc79)) |
| 16 | +* **dependencies:** All modules depend now on @covalent/core. |
| 17 | + |
| 18 | +## Features |
| 19 | + |
| 20 | +* **docs:** Added active icon for menu-items in navigation list. |
| 21 | +* **pipes:** Added truncate pipe and docs ([b213c7d0cd48aa544ab27432031ff2b0558bc315](https://github.com/Teradata/covalent/commit/b213c7d0cd48aa544ab27432031ff2b0558bc315)) |
| 22 | +* **http:** Introduced [http](https://github.com/Teradata/covalent/pull/25) module with abstract RESTService and HttpInterceptorService and docs ([2093930c45e7183280faea445fd5efd483fe3532](https://github.com/Teradata/covalent/commit/2093930c45e7183280faea445fd5efd483fe3532)), closes [#19](https://github.com/Teradata/covalent/issues/19) |
| 23 | +* **loading:** Added number of registers/resolves to TdLoadingService register/resolve methods ([a013cd7a3d272f6836eea62fb26e69a8719469c1](https://github.com/Teradata/covalent/commit/a013cd7a3d272f6836eea62fb26e69a8719469c1)) |
| 24 | +* **docs:** Add scss theming info for covalent-quickstart ([e453a8055ff79b187f311255fe1662623564bb0d](https://github.com/Teradata/covalent/commit/e453a8055ff79b187f311255fe1662623564bb0d)) |
| 25 | +* **deploy:** Ship scss files in npm release ([d1027c666d919966520bfb32ac8304c4506e504e](https://github.com/Teradata/covalent/commit/d1027c666d919966520bfb32ac8304c4506e504e)), closes [#28](https://github.com/Teradata/covalent/issues/28) |
| 26 | +* **steps:** Added toggle/open/close methods to TdStepComponent ([310fd388a8f3effca0aa0ccae534163bdc4ef733](https://github.com/Teradata/covalent/commit/310fd388a8f3effca0aa0ccae534163bdc4ef733)) |
| 27 | +* **chips:** Introduced [chips](https://github.com/Teradata/covalent/pull/44) module with autocomplete and docs ([095748ee5d0baf614055e892c2c15c3d38084e17](https://github.com/Teradata/covalent/commit/095748ee5d0baf614055e892c2c15c3d38084e17)) |
| 28 | +* **json-formatter:** Introduced [json-formatter](https://github.com/Teradata/covalent/pull/42) module and docs ([90fba53d8c7bad903dd6e05b280202a86650bd1a](https://github.com/Teradata/covalent/commit/90fba53d8c7bad903dd6e05b280202a86650bd1a)) |
| 29 | + |
| 30 | + |
| 31 | +## Internal |
| 32 | + |
| 33 | +* **badge:** Added dependency badge to README ([147c06965227a481591e09e3d21cb46a413d9990](https://github.com/Teradata/covalent/commit/147c06965227a481591e09e3d21cb46a413d9990)) |
| 34 | +* **deploy:** Use hash urls for github pages ([92352314187a3592091ac7b6df4c2126e4d76d96](https://github.com/Teradata/covalent/commit/92352314187a3592091ac7b6df4c2126e4d76d96)), closes [#33](https://github.com/Teradata/covalent/issues/33) |
| 35 | + |
| 36 | + |
| 37 | +## Breaking Changes |
| 38 | + |
| 39 | +* **loading:** There is a need to add `TD_LOADING_ENTRY_COMPONENTS` in the `precompile` array of your main component, so the `TdLoadingComponent` can be resolved by the `ComponentFactoryResolver`. |
| 40 | + |
| 41 | + e.g. |
| 42 | + |
| 43 | + ```typescript |
| 44 | + import { TD_LOADING_ENTRY_COMPONENTS } from '@covalent/core'; |
| 45 | + ... |
| 46 | + precompile: [ TD_LOADING_ENTRY_COMPONENTS ], |
| 47 | + }) |
| 48 | + export class YourMainComponent {} |
| 49 | + ``` |
| 50 | + |
| 51 | +* **td-layout:** `<menu-items>` will need to change to `<md-nav-list menu-items>` |
| 52 | + |
| 53 | + Before: |
| 54 | + |
| 55 | + ```html |
| 56 | + <td-layout> |
| 57 | + <menu-items> |
| 58 | + ... |
| 59 | + </menu-items> |
| 60 | + </td-layout> |
| 61 | + ``` |
| 62 | + |
| 63 | + After: |
| 64 | + |
| 65 | + ```html |
| 66 | + <td-layout> |
| 67 | + <md-nav-list menu-items> |
| 68 | + ... |
| 69 | + </md-nav-list> |
| 70 | + </td-layout> |
| 71 | + ``` |
| 72 | + |
| 73 | +* **td-layout-nav-list:** `<list-items>` will need to change to `<md-nav-list list-items>` |
| 74 | + |
| 75 | + Before: |
| 76 | + |
| 77 | + ```html |
| 78 | + <td-layout-nav-list> |
| 79 | + <list-items> |
| 80 | + ... |
| 81 | + </list-items> |
| 82 | + </td-layout-nav-list> |
| 83 | + ``` |
| 84 | + |
| 85 | + After: |
| 86 | + |
| 87 | + ```html |
| 88 | + <td-layout-nav-list> |
| 89 | + <md-nav-list list-items> |
| 90 | + ... |
| 91 | + </md-nav-list> |
| 92 | + </td-layout-nav-list> |
| 93 | + ``` |
| 94 | + |
| 95 | +* **td-layout-manage-list:** `<list-items>` will need to change to `<md-nav-list list-items>` |
| 96 | + |
| 97 | + Before: |
| 98 | + |
| 99 | + ```html |
| 100 | + <td-layout-manage-list> |
| 101 | + <list-items> |
| 102 | + ... |
| 103 | + </list-items> |
| 104 | + </td-layout-manage-list> |
| 105 | + ``` |
| 106 | + |
| 107 | + After: |
| 108 | + |
| 109 | + ```html |
| 110 | + <td-layout-manage-list> |
| 111 | + <md-nav-list list-items> |
| 112 | + ... |
| 113 | + </md-nav-list> |
| 114 | + </td-layout-manage-list> |
| 115 | + ``` |
0 commit comments