Releases: steven-tey/novel
Releases · steven-tey/novel
0.1.20
What's Changed
- Fix: Link Dropdown loses focus on click by @colinricardo in #141
New Contributors
- @colinricardo made their first contribution in #141
Full Changelog: 0.1.19...0.1.20
0.1.19
What's Changed
- New feature: Drag handles by @MomenSherif in #126
- Quality of life improvement: Restrict CMD/CTRL+A to node before the whole document @lakbychance in #131
New Contributors
- @MomenSherif made their first contribution in #126
- @lakbychance made their first contribution in #131
Full Changelog: 1.0.17...0.1.19
1.0.17
- Bundle Cal Sans font along with the NPM package.
- Updated README
1.0.16
onUpdate
andonDebouncedUpdate
now takes inEditor
as the prop- Added a
className
prop that can be used to override the defaultclassName
:"relative min-h-[500px] w-full max-w-screen-lg border-stone-200 bg-white p-12 px-8 sm:mb-[calc(20vh)] sm:rounded-lg sm:border sm:px-12 sm:shadow-lg"
1.0.9
- Updated all dependencies
- Added instructions on setting up
/api/generate
route in README
1.0.8
- Added
storageKey
prop: The key to use for storing the editor's value in local storage. - Bundle
.css
files directly insideEditor
so you no longer need to doimport "novel/styles.css";
– huge shoutout to @emilkowalski for the pro-tip!