Skip to content

Releases: ueberdosis/create-tiptap-extension

1.1.1

26 Feb 23:34
Compare
Choose a tag to compare

What's Changed

  • improve labels for js/ts options by @bdbch in #8

Full Changelog: 1.1.0...1.1.1

1.1.0

26 Feb 23:09
Compare
Choose a tag to compare

What's Changed

  • Add Git initialization option by @bdbch in #5
  • Add better user flow after project creation by @bdbch in #4
  • docs: update readme by @svenadlung in #6

New Contributors

Full Changelog: 1.0.0...1.1.0

1.1.0-rc.1

26 Feb 12:21
Compare
Choose a tag to compare
1.1.0-rc.1 Pre-release
Pre-release

What's Changed

  • Add Git initialization option by @bdbch in #5
  • Add better user flow after project creation by @bdbch in #4

New Contributors

  • @bdbch made their first contribution in #5

Full Changelog: 1.0.0...1.1.0-rc.1

1.0.0

26 Feb 04:34
Compare
Choose a tag to compare

create-tiptap

This is the first and initial official 1.0.0 release for create-tiptap-extension.

Features

  • Creation of tiptap extension boilerplates for easy bootstrapping
  • Supports Typescript

1.0.0-rc.3

26 Feb 04:28
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

Changes

Fixes

  • renamed develop scripts to dev

1.0.0-rc.2

26 Feb 04:23
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

Changes

Fixes

  • Fixed an issue that didn't include .gitignore in their respective template folders

1.0.0-rc.1

26 Feb 04:09
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Changes

This is the initial release of create-tiptap-extension.

Features

  • Allow creation of a boilerplate tiptap extension package
  • Javascript template
  • Typescript template
  • Easy creation via prompts