From 97ae3271c5637a1984d8fe5b819e619157a226e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grimm?= Date: Fri, 12 Jan 2024 16:10:16 -0600 Subject: [PATCH] doc: Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae66572a..ec809a26a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +# v23.0.0 + +- [BREAKING] Remove unsupported `crossOrigin` attribute from `input`- and `textarea`-based components. +- [BREAKING] Remove unsupported `placeholder` attribute from heading components. + # v22.3.3 - [Fix] Vertical alignment of inline code elements inside a `Prose` component