| OLD | NEW |
| 1 #### 0.11.2 |
| 2 * Added a runtime warning about bad packages paths in html imports to |
| 3 `initWebComponents`. |
| 4 |
| 1 #### 0.11.1+1 | 5 #### 0.11.1+1 |
| 2 * fixes unknown HTML elements if using interop_support.js | 6 * fixes unknown HTML elements if using interop_support.js |
| 3 | 7 |
| 4 #### 0.11.1 | 8 #### 0.11.1 |
| 5 * Added `initWebComponents` function which performs html import aware | 9 * Added `initWebComponents` function which performs html import aware |
| 6 initialization of an application. This is done by crawling all imported | 10 initialization of an application. This is done by crawling all imported |
| 7 documents for dart script tags and initializing them. Any applications using | 11 documents for dart script tags and initializing them. Any applications using |
| 8 this package should switch to this method instead of calling `run` from the | 12 this package should switch to this method instead of calling `run` from the |
| 9 `initialize` package directly. | 13 `initialize` package directly. |
| 10 * You may also now just export `package:web_components/init.dart` to | 14 * You may also now just export `package:web_components/init.dart` to |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had | 195 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had |
| 192 breaking changes so we are republishing it in 0.4.0) | 196 breaking changes so we are republishing it in 0.4.0) |
| 193 | 197 |
| 194 #### 0.3.5 | 198 #### 0.3.5 |
| 195 * Added `registerDartType` to register a Dart API for a custom-element written | 199 * Added `registerDartType` to register a Dart API for a custom-element written |
| 196 in Javascript. | 200 in Javascript. |
| 197 * Updated to platform 0.3.3-29065bc | 201 * Updated to platform 0.3.3-29065bc |
| 198 | 202 |
| 199 #### 0.3.4 | 203 #### 0.3.4 |
| 200 * Updated to platform 0.2.4 (see lib/build.log for details) | 204 * Updated to platform 0.2.4 (see lib/build.log for details) |
| OLD | NEW |