From a3335ef9a7d52bbbce75ca6a86b281fd8de14e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grimm?= Date: Thu, 28 Mar 2024 12:02:56 -0500 Subject: [PATCH] chore: Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d50201911..8e62777f8 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. +# v24.1.3-beta + +- [Fix] Remove unsupported `onPointerEnterCapture` and `onPointerLeaveCapture` props from `heading`-, `input`-, and `textarea`-based components. + - Normally, this would be considered a breaking change, but the v24 version is still pre-release and already contains breaking changes. + # v24.1.2-beta - [Fix] Reset anchor rect after context menu is closed.