This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Releases: csvenke/react-semantic-render
Releases · csvenke/react-semantic-render
v1.1.0
v1.0.0
Breaking changes
Resolve component is now named ShowAsync.
The promise prop is now called when to closer resemble the Show component.
Resolved prop is now named render and can also be passed to children.
with children
<ShowAsync when={promise}>
{result => <div>{result}</div>}
</ShowAsync>
with render
<ShowAsync
when={promise}
render={result => <div>{result}</div>}
/>
Changelog
- Renamed Resolve component to ShowAsync
- Improved wording in readme
- Improved declaration file documentation
- Reduced bundle size
chore: bump v0.6.1
Changelog
- Updates dead links in readme