Releases: balena-io-modules/ui-shared-components
Releases · balena-io-modules/ui-shared-components
v10.0.1
v10.0.0
c2d69a5 (Add MarkdownSupportedSyntax
component, 2024-12-09)
bfd8feb (Markdown: Remove rehype-raw
plugin, 2024-12-05)
1fd17ed (Add component overrides for markdown, 2024-12-05)
8a1acaf (Add NewChip
component, 2024-12-05)
b2eb3af (Markdown: Only allow components with explicit overrides, 2024-12-05)
01ca7b8 (Markdown: Ignore HTML in markdown (only allow explicit markdown), 2024-11-21)
v9.8.1
v9.8.0
v9.7.9
v9.7.8
Update dependency virtua to ^0.37.0
Notable changes
- Refactor startIndex/endIndex to findStartIndex()/findEndIndex() by @aeharding in https://github.com/inokawa/virtua/pull/545
onRangeChange
prop was removed to improve future maintainability. UseonScroll
prop andhandle.startIndex
/endIndex
instead. If you have any trouble, please ask me in Discussions.- Remove discouraged playwright APIs by @inokawa in https://github.com/inokawa/virtua/pull/536
- Replace onRangeChange with handle methods by @inokawa in https://github.com/inokawa/virtua/pull/543
inokawa/virtua (virtua)
v0.37.1
What's Changed
- Refactor startIndex/endIndex to findStartIndex()/findEndIndex() by @aeharding in https://github.com/inokawa/virtua/pull/545
Full Changelog: inokawa/virtua@0.37.0...0.37.1
v0.37.0
BREAKING CHANGES
onRangeChange
prop was removed to improve future maintainability. UseonScroll
prop andhandle.startIndex
/endIndex
instead. If you have any trouble, please ask me in Discussions.
What's Changed
- Remove discouraged playwright APIs by @inokawa in https://github.com/inokawa/virtua/pull/536
- Replace onRangeChange with handle methods by @inokawa in https://github.com/inokawa/virtua/pull/543
Full Changelog: inokawa/virtua@0.36.3...0.37.0
List of commits
33e08cb (Address breaking changes, 2024-11-19)
4c062b3 (Update dependency virtua to ^0.37.0, 2024-11-18)