Skip to content
Compare
Choose a tag to compare
@the-zazukoian the-zazukoian released this 27 Jun 17:55
· 1639 commits to main since this release
f629d6c

Major Changes

  • bb80ca9: Use @zazuko/trifid-entity-renderer instead of @zazuko/trifid-renderer-entity

    You will need to do the change in your configuration file:

     middlewares:
       # …
    
       entity-renderer:
    -    module: "@zazuko/trifid-renderer-entity"
    +    module: "@zazuko/trifid-entity-renderer"

Patch Changes