mattmilburn / strapi-plugin-preview-button

A plugin for Strapi CMS that adds a preview button and live view button to the content manager edit view.
MIT License
100 stars 35 forks source link

Release v2.1.0 #111

Closed mattmilburn closed 11 months ago

mattmilburn commented 11 months ago

Included in this release

⚙️ Chore

NOTE: If you continue to have issues with React 18 support, try using the following in your package.json:

"resolutions": {
  "react": "^18.0.0",
},