The Year-End Release Rush
As 2022 winds down, the open source community has been busy shipping major version updates across the ecosystem. From reimagined frontend frameworks to AI image generation tools reaching maturity, here are the notable releases that landed in November.
React Ecosystem Gets Major Updates
Three key React libraries saw significant version bumps this month. React95 4.0, the Windows 95-styled UI component library, received a complete rewrite in TypeScript. The release also introduces a new Storybook theme, giving developers a nostalgic way to preview components. The project aims to recreate the look and feel of the classic operating system for modern React applications.

For PDF handling in React apps, React-PDF 6.0 brings long-awaited Vite support and modern JavaScript by default. The team has ended Internet Explorer 11 support, and provides a migration guide for teams upgrading from 5.x. The update focuses on embracing current build tooling and browser standards.
Chart.js also reached version 4.0. The long-running charting library, which started in 2013 and has accumulated over 50,000 GitHub stars, delivers a mix of updates, fixes, and documentation improvements. Its flexibility and built-in default configurations remain hallmarks of the project, with the full changelog available in the release notes.
Microsoft-Centric Tools Expand
Microsoft 365 administrators and SharePoint Framework developers got a major update with CLI for Microsoft 365 6.0. The cross-platform tool works across Windows, macOS, and Linux, in both Bash and PowerShell environments. New commands extend management capabilities across Microsoft apps, while additional configuration options control command display. Power Platform management has also received expanded support. The project celebrates both its fifth anniversary and the fact that its documentation site runs on GitHub Pages.

Terminal aesthetics get an upgrade with Box CLI Maker 2.0. The Go-based CLI tool generates customisable terminal boxes with eight built-in styles and 16 built-in colour options. This release adds custom colour support, optimised code, and—importantly for Windows users—support for the Windows Console.
AI and Image Processing Advancements
Following the coverage of InvokeAI in the October Release Radar, Stable Diffusion 2.0 has arrived. The model release focuses on improved text-to-image generation alongside a new text encoder. Those who attended GitHub Universe saw the tool applied at the AI art studio; the project continues to demonstrate AI's expanding role in creating and modifying artwork.

On the flip side of image processing, Tesseract.js 4.0 brings image-to-text recognition to JavaScript applications. The library supports extracting text across numerous written languages, and the latest version adds preprocessing options that improve accuracy. Processed images can now be retrieved for analysis, so rotated or greyscale images can be examined after processing. The release includes a number of breaking changes, described in the changelog.

Framework and Infrastructure Releases
Nuxt 3.0 arrives as a modern rewrite of the Vue framework, now built on Vite, Vue 3, and Nitro. TypeScript support comes built-in, alongside a stable production-ready API and current browser support. The framework supports Node.js versions 14, 16, 18, and 19, and uses on-demand rendering to optimise project performance.

PHP developers gained a tool for handling concurrent applications with Revolt 1.0. This event loop library enables multitasking in PHP apps, so rather than waiting synchronously for a database query to complete, applications can process multiple requests simultaneously. For a language that powers a substantial portion of the web, this first stable release marks an important milestone.
In the GitHub Actions ecosystem, Dependabot Changelog Helper 2.0 simplifies changelog maintenance. The action automatically updates your changelog when Dependabot creates package updates. The fundamental change in this version shifts how the action searches for new and unreleased dependency versions, making the process more direct.
More From Release Radar
These are just a sampling of the major version releases shipped in November. With projects continuing to push updates before year's end, more releases are on the horizon. If you're working on an open source project preparing a major version release, the Release Radar repository welcomes community submissions for future editions.



