Skip to content

Commit

Permalink
docs: breaking change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncLiz committed Aug 2, 2018
1 parent a43bdb0 commit 5b00770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# v3 Breaking Changes

- `PolymerModule` has been renamed to `OrigamiModule` and no longer requires `.forRoot()`
- `[ironControl]` directive has been renamed to `[polymer]`
- `[ironControl]` directive has been renamed to `[origami]`
- Control validation errors are reported as `{ "validate": true }` instead of `{ "polymer": true }`, and may be configured by setting `[validationErrorsKey]`
- `<template [polymer]="this">` is no longer supported, instead add `polymerHost(AppComponent)` to the component providers
- `webcomponentsReady()` is no longer required and will no longer throw an error if a polyfill is not detected
Expand Down

0 comments on commit 5b00770

Please sign in to comment.