v0.9.0
puckeditor/puckv0.9.0Oct 6, 2023by chrisvxd
AI Summary
Introduces undo/redo history with hotkey support, resolving some bugs introduced in the previous version.
Key Highlights
- Undo/redo history with hotkey support
New Features
- Undo/redo history
- Sticky actions to component scroll
Full Release Notes
This release introduces undo/redo history with hotkey support, thanks to the amazing @Yuddomack! It also fixes some bugs introduced in 0.8.0. ## Features * add undo/redo history ([222697e](https://github.com/measuredco/puck/commit/222697e5b9e95e3b28d0dfd9ac0b85f46c56068e)) * make actions sticky to component scroll ([f3e5b50](https://github.com/measuredco/puck/commit/f3e5b50d921f0c75978f805a7d44b88511fbaf69)) ## Bug Fixes * fill empty space under puck-root ([d42cfb6](https://github.com/measuredco/puck/commit/d42cfb69aa7c7e0b70321b4b509efd3c6fdbe393)) * prevent global pollution of Heading color ([327721c](https://github.com/measuredco/puck/commit/327721c705546a538fedd0a3b794926605cd58fc)) * render `icon` if provided to FieldLabel ([ae01891](https://github.com/measuredco/puck/commit/ae01891ce55b844c5a76a20faa33e5df16c2d593)) * reset stacking context for each item ([a826492](https://github.com/measuredco/puck/commit/a826492ee7bab57710edad6b7df498f294398606)) ## New Contributors * @Yuddomack made their first contribution in https://github.com/measuredco/puck/pull/111 * @Leweyse made their first contribution in https://github.com/measuredco/puck/pull/131 * @xaviemirmon made their first contribution in https://github.com/measuredco/puck/pull/130 **Full Changelog**: https://github.com/measuredco/puck/compare/v0.8.0...v0.9.0