tiptap

The headless rich text editor framework for web artisans.

MIT License

Downloads
101.2M
Stars
27K
Committers
367

Bot releases are visible (Hide)

tiptap - v2.0.0-beta.211

Published by bdbch over 1 year ago

Changes

  • Fix build output for bubble menu extension

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.210...v2.0.0-beta.211

tiptap -

Published by bdbch over 1 year ago

๐Ÿ”ฅ Breaking changes

With v2.0.0-beta.210 we changed our build process and implemented a new @tiptap/pm package for our ProseMirror dependencies. This means you won't need to install ProseMirror as peer dependencies anymore.

If you already have beta.205 or higher installed you will need to remove all prosemirror-* packages from your peer dependencies and install the new @tiptap/pm package along with this new Tiptap version.

If you were lower than beta.205, you need to add @tiptap/pm to your project and remove old prosemirror-packages from your modules beforehand to make sure you have the correct prosemirror package versions installed.

You can find new installation guidelines in our docs and find more news in our blog.

Infos for the ProseMirror package can be found here.

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.209...v2.0.0-beta.210

tiptap - v2.0.0-beta.209

Published by bdbch almost 2 years ago

Note: Version Bump to keep Tiptap Pro in Sync with Tiptap (v2.0.0-beta.209)

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.208...v2.0.0-beta.209

tiptap - v2.0.0-beta.208

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.207...v2.0.0-beta.208

tiptap - v2.0.0-beta.207

Published by bdbch almost 2 years ago

What's Changed

  • fix(extension-tables): add prosemirror-tables to peerDependencies

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.205...v2.0.0-beta.207

tiptap - v2.0.0-beta.206

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.205...v2.0.0-beta.206

tiptap - v2.0.0-beta.205

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.204...v2.0.0-beta.205

tiptap - v2.0.0-beta.204

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.203...v2.0.0-beta.204

tiptap - v2.0.0-beta.203

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.202...v2.0.0-beta.203

tiptap - v2.0.0-beta.202

Published by bdbch almost 2 years ago

  • BubbleMenu: rename delay option to updateDelay

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.201...v2.0.0-beta.202

tiptap - v2.0.0-beta.201

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.200...v2.0.0-beta.201

tiptap - v2.0.0-beta.200

Published by bdbch almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.199...v2.0.0-beta.200

tiptap - v2.0.0-beta.199

Published by bdbch about 2 years ago

What's Changed

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.198...v2.0.0-beta.199

tiptap - v2.0.0-beta.198

Published by bdbch about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.197...v2.0.0-beta.198

tiptap - v2.0.0-beta.197

Published by bdbch about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.196...v2.0.0-beta.197

tiptap - v2.0.0-beta.196

Published by bdbch about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.195...v2.0.0-beta.196

tiptap - v2.0.0-beta.195

Published by bdbch about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.194...v2.0.0-beta.195

tiptap - v2.0.0-beta.194

Published by bdbch about 2 years ago

tiptap -

Published by bdbch about 2 years ago

tbd

tiptap -

Published by philippkuehn about 4 years ago

  • add async suggestions (#757, fix #755)
  • update dependencies