Skip to content

Releases: steven-tey/novel

0.1.19

04 Sep 23:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.17...0.1.19

1.0.17

02 Sep 00:00
Compare
Choose a tag to compare
  • Bundle Cal Sans font along with the NPM package.
  • Updated README

1.0.16

01 Sep 19:16
Compare
Choose a tag to compare
  • onUpdate and onDebouncedUpdate now takes in Editor as the prop
  • Added a className prop that can be used to override the default className: "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

01 Sep 16:32
Compare
Choose a tag to compare
  • Updated all dependencies
  • Added instructions on setting up /api/generate route in README

1.0.8

01 Sep 14:54
Compare
Choose a tag to compare
  • Added storageKey prop: The key to use for storing the editor's value in local storage.
  • Bundle .css files directly inside Editor so you no longer need to do import "novel/styles.css"; – huge shoutout to @emilkowalski for the pro-tip!