Release 2.0.2: pinned library versions + autobinding changes
- I’ve pin all the library items to a build version (v125).
- removed the autobinding delay (previously set at 2 secs)
@petter : could you test with adding images now?
@TipLister : I’ve set the editor for the demo version public again. There’s a small security risk for me, but it’s minimal.
A small explainer on libraries
Tiptap loads some 40 libraries in order for it to work. Each one of these libraries have other dependencies so they load those dependencies.
Each of the libraries have a version number and a build number. The version number is set to one that I have tested. I never had to set it to a build number because the builds are quite stable. In the past week, one of the Tiptap.dev builds created a mismatch between the libraries this plugin loads and its dependencies.
So, I had to go through each library and find the correct match.