learlab / strapi

https://strapi-pi-eight.vercel.app
1 stars 0 forks source link

feat(Strapi): Upgrade to Strapi v5 #53

Open theannachen opened 2 weeks ago

theannachen commented 2 weeks ago

Description

This updates the strapi build to use strapi v5. It has a port of all the features that were in the old one without any additional features yet.

Additional Information

The CKEditor math bar IS broken right now unfortunately. This can be worked on by pulling in a local build (which I have done but is not yet complete as the plugin is complex and originally written in ts).

CKEditor plugins must now access the CKEditor content itself through window.CKEditor which is otherwise going to cause the duplicate modules error. This is why the math plugin can no longer be directly imported.