Skip to content
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

Updates for Chrome 130 beta #24663

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Updates for Chrome 130 beta #24663

merged 1 commit into from
Oct 8, 2024

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Oct 8, 2024

The @openwebdocs BCD collector project v10.12.4 found new features shipping in Chrome 130 beta which was released on September 18. Currently, the collector covers about 90% of BCD, so the following list might not be exhaustive. Also, if a feature is in Chrome Canary/behind origin trials/enrollment, it is not considered here.

With this PR, BCD considers the following 19 features as shipping in Chrome 130:

  • api.CSSNestedDeclarations
  • api.CSSNestedDeclarations.style
  • api.SerialPort.connected
  • css.properties.box-decoration-break
  • css.properties.box-decoration-break.clone
  • css.properties.box-decoration-break.slice
  • css.properties.text-wrap-style
  • css.properties.text-wrap-style.auto
  • css.properties.text-wrap-style.balance
  • css.properties.text-wrap-style.pretty
  • css.properties.text-wrap-style.stable
  • javascript.builtins.Intl.Locale.getCalendars
  • javascript.builtins.Intl.Locale.getCollations
  • javascript.builtins.Intl.Locale.getHourCycles
  • javascript.builtins.Intl.Locale.getNumberingSystems
  • javascript.builtins.Intl.Locale.getTextInfo
  • javascript.builtins.Intl.Locale.getTimeZones
  • javascript.builtins.Intl.Locale.getWeekInfo
  • webassembly.jsStringBuiltins

See also the 130 "Enabled by default" column on https://chromestatus.com/roadmap and https://developer.chrome.com/blog/chrome-130-beta

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly labels Oct 8, 2024
Copy link
Contributor

@caugner caugner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are mentioned on Chrome Platform Status:

  • api.CSSNestedDeclarations
  • api.CSSNestedDeclarations.style
  • api.SerialPort.connected
  • css.properties.box-decoration-break
  • css.properties.box-decoration-break.clone
  • css.properties.box-decoration-break.slice
  • webassembly.jsStringBuiltins

The following are likely part of Feature: relaunch Intl Locale Info feature in newly added functions (was Dev Trial in 129):

  • javascript.builtins.Intl.Locale.getCalendars
  • javascript.builtins.Intl.Locale.getCollations
  • javascript.builtins.Intl.Locale.getHourCycles
  • javascript.builtins.Intl.Locale.getNumberingSystems
  • javascript.builtins.Intl.Locale.getTextInfo
  • javascript.builtins.Intl.Locale.getTimeZones
  • javascript.builtins.Intl.Locale.getWeekInfo

The following could be part of [Feature: Update the syntax of text-wrap to match the new spec](https://chromestatus.com/feature/5793719555719168):

  • css.properties.text-wrap-style
  • css.properties.text-wrap-style.auto
  • css.properties.text-wrap-style.balance
  • css.properties.text-wrap-style.pretty
  • css.properties.text-wrap-style.stable

PS: Note that Chrome now uses the term "Dev" rather than "Canary".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:css Compat data for CSS features. https://developer.mozilla.org/docs/Web/CSS data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript data:wasm Compat data for Web Assembly features. https://developer.mozilla.org/en-US/docs/WebAssembly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants