Skip to content

Releases: VirtusLab-Open-Source/strapi-plugin-reactions

v2.0.0-beta.0

13 Jun 10:02
Compare
Choose a tag to compare

⚠️ First beta release for Strapi v5

🚀 Features

  • Reimplemented interface aligned to the newest Strapi Design System
  • 100% TypeScript
  • v5 ready

v1.1.7

29 May 17:41
Compare
Choose a tag to compare

🌱 Misc

  • Dependencies updates

v1.1.6

22 May 07:44
62fa2dd
Compare
Choose a tag to compare

🌱 Misc

  • Dependabot updates
  • Dependencies updates

v1.1.5

12 Feb 14:15
Compare
Choose a tag to compare

🌱 Misc

  • Dependabot updates
  • Readme.md update - by @meerzulee

v1.1.4

12 Feb 13:16
Compare
Choose a tag to compare

🪳 Fixes

  • Permissions incompatibility on Strapi 4.19+ - by @cyp3rius

🌱 Misc

  • Dependencies updates

v1.1.3

16 Nov 11:00
Compare
Choose a tag to compare

🪳 Fixes

  • Direct dependency to MediaLibraryInput dropped - #10 by @cyp3rius

v1.1.2

15 Nov 08:28
Compare
Choose a tag to compare

🪳 Fixes

  • Duplicated GraphQL types causes runtime error - #10 by @cyp3rius

v1.1.1

06 Nov 13:56
Compare
Choose a tag to compare

🌱 Misc

  • package.json peer dependencies update to meet Strapi Market requirements

v1.1.0

03 Nov 14:09
Compare
Choose a tag to compare

‼️ Breaking changes

To properly support Single Types by the REST API all endpoints got additional property like /single/ or /collection/. Check Readme.md please!

🪳 Fixes

v1.0.0

27 Oct 12:17
Compare
Choose a tag to compare

🚀 First Public release!

All-in-One reactions plugin for any Content Type. Simple & flexible

Request a feature by raising an issue.

✨ Features

  • Public REST & GraphQL API: Listing, setting, unsetting, toggling and much more via REST or GraphQL API. Easy to integrate with.
  • Any Content Type relation: Reactions can be used to any of your Content Types without any special configuration.
  • Emoji & Image reactions: You can define reaction types using predefined set of Emoji or use your own.
  • Content Manager Injection Zone: Making use of Strapi built-in batteries like Injection Zones to provide you highers user experience. Visual representation of reactions counter for any Content Types - useful!
  • Developer Experience boosted: A dedicated Enrich service provided to let you extend your Content API controllers by a single line to get reactions per each!