v10.0.0-beta.8
Compare changes on GitHubSearch on videojs.org moves from Pagefind to Algolia DocSearch v4 (#941). Instead of a static index built at deploy time, search now queries Algolia directly across two indexes: docs results ranked by relevance and filtered to the framework you are browsing, and blog results ranked by recency.
The docs also gain four new pages: an accessibility concepts page (#1007), a “Build with AI” guide (#1005), a guide to skin styling (#958), and a browser support concepts page (#1035).
On the player side, the template minifier no longer strips default <slot> tags from HTML skins (#1045), and the redundant CDN CSS files are gone (#1071). HTML skin elements deliver their styles inside the JS bundle through shadow DOM adoptedStyleSheets, so the separate stylesheets were a no-op; if you load Video.js from a CDN, you can drop the <link> tags. A few small site fixes round out the release: vjs10-site.netlify.app now redirects to videojs.org (#1038), and two docs pages recover their missing DocsLinkCard imports (#1050, #1051).