1 parent ac59057 commit 366ca01Copy full SHA for 366ca01
1 file changed
CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+
10
+### Fixed
11
12
+- Fixed `Pointer`, which was rendering a string in some context, instead of a JSX element
13
14
+### Changed
15
16
+- Changed `Scale`, which was skipped when no value was set to the component. Now it is rendered.
17
+- Changed `RenderCustomProps`type, which is now valid for `percentage=null`
18
19
## 1.3.0 - 2026-01-05
20
21
### Added
0 commit comments