-
Notifications
You must be signed in to change notification settings - Fork 4.7k
3.1 Updates #1078
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
3.1 Updates #1078
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggested tweaks from me below.
In addition, I think there are some other pages that will also need updating:
/guide/migration/custom-elements-interop.md
usesv-is
and mentionsapp.config.isCustomElement
./guide/migration/global-api.md
mentionsapp.config.isCustomElement
./style-guide/README.md
mentionsdelimiters
and should probably be changed tocompilerOptions
.
src/api/application-config.md
Outdated
|
||
- **Default:** `{{ "['\u007b\u007b', '\u007d\u007d']" }}` | ||
|
||
- **Restrictions:** This option is only available in the full build, with in-browser template compilation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this line as this restriction applies to all of these settings?
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
Co-authored-by: skirtle <65301168+skirtles-code@users.noreply.github.com>
@skirtles-code thanks for the review! Should all be addressed now. |
Hold for release.