[devtools] update what's new UI for m68
Bug: 846098
Change-Id: Ibca4e9a05905d8a0bbf8ff3d702052b025c954e4
Reviewed-on: https://chromium-review.googlesource.com/1070623
Reviewed-by: Pavel Feldman <[email protected]>
Commit-Queue: Pavel Feldman <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#561286}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 2e74ae3db7c31d5a0a83f4d96d659f3d8ab8ef0f
diff --git a/front_end/help/ReleaseNoteText.js b/front_end/help/ReleaseNoteText.js
index 34b69db..a149c0e 100644
--- a/front_end/help/ReleaseNoteText.js
+++ b/front_end/help/ReleaseNoteText.js
@@ -13,6 +13,33 @@
/** @type {!Array<!Help.ReleaseNote>} */
Help.releaseNoteText = [
{
+ version: 11,
+ header: 'Highlights from the Chrome 68 update',
+ highlights: [
+ {
+ title: 'Eager evaluation',
+ subtitle: 'Preview return values in the Console without explicitly executing expressions.',
+ link: 'https://developers.google.com/web/updates/2018/05/devtools#eagerevaluation',
+ },
+ {
+ title: 'Argument hints',
+ subtitle: `View a function's expected arguments in the Console.`,
+ link: 'https://developers.google.com/web/updates/2018/05/devtools#hints',
+ },
+ {
+ title: 'Function autocompletion',
+ subtitle: 'View available properties and methods after calling a function in the Console.',
+ link: 'https://developers.google.com/web/updates/2018/05/devtools#autocomplete',
+ },
+ {
+ title: 'Audits panel updates',
+ subtitle: 'Faster, more consisent audits, a new UI, and new audits, thanks to Lighthouse 3.0.',
+ link: 'https://developers.google.com/web/updates/2018/05/devtools#lh3',
+ }
+ ],
+ link: 'https://developers.google.com/web/updates/2018/05/devtools',
+ },
+ {
version: 10,
header: 'Highlights from the Chrome 67 update',
highlights: [