Skip to content

Releases: mnfst/manifest

[email protected]

24 Jan 14:58
c495ba2
Compare
Choose a tag to compare

Minor Changes

[email protected]

23 Jan 08:55
9f05e9e
Compare
Choose a tag to compare

Minor Changes

  • 2dc8679: Added PATCH requests for item update

@mnfst/[email protected]

23 Jan 08:55
9f05e9e
Compare
Choose a tag to compare

Minor Changes

  • 2dc8679: Added PATCH requests for item update

[email protected]

22 Jan 16:38
cadfcf9
Compare
Choose a tag to compare

Patch Changes

  • 01aed5b: fixed admins cannot be managed in admin panel

[email protected]

09 Jan 16:34
dd9d5e5
Compare
Choose a tag to compare

Patch Changes

  • 3190b9a: Fix seed failing if entity name is a reserved word on SQLite

[email protected]

09 Jan 10:55
9cf0ea7
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #260

Full Changelog: https://github.com/mnfst/manifest/compare/[email protected]@4.3.1

[email protected]

18 Dec 10:14
Compare
Choose a tag to compare

πŸͺ² Bug fixes

  • Missing "not equal" filter #249
  • Filtering by several filters not working #248
  • Storage URLs are relative #247
  • Issue when special chars on uploaded files #191

What's Changed

  • build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #245
  • Feature/fixes and improvements dec 24 by @brunobuddy in #253

Full Changelog: https://github.com/mnfst/manifest/compare/[email protected]@4.1.6

[email protected]

10 Dec 20:05
Compare
Choose a tag to compare

What's Changed

  • πŸ§‘β€πŸ’» Launch manifest on dev mode without token secret key by @brunobuddy in #241
  • feat: add form to admin panel by @SebConejo in #244

Full Changelog: https://github.com/mnfst/manifest/compare/[email protected]

4.1.1 "Clank"

03 Dec 09:56
Compare
Choose a tag to compare

🌟 Highlights

☝️Single types

Manifest is introducing single type entities for editing singular items that are not collections: dynamic pages, settings, layout content...

homepage

✍🏻 Rich text input

You can now add the rich text property type to display a rich text editor with HTML tags like links, headings and formatting.

πŸ™ Special thanks

Special thanks for new contributors:

What's Changed

  • build(deps): bump the npm_and_yarn group across 2 directories with 3 updates by @dependabot in #237

Full Changelog: 4.0.1...4.1.1

4.0.1 "Spectral"

02 Oct 12:34
Compare
Choose a tag to compare

🌟 Highlights

πŸ“ Validation

Server-side validation for your individual properties:

entities:
  Dog:
    properties:
      - name
      - { name: age, type: number }
    validation:
      name: { minLength: 3 } # The name should have at least 3 characters.
      age: { min: 1, max: 30 } # Age should be a number between 1 and 30.

πŸ”— Many-to-many relationships

They are finally here !

  Player 🀾:
    properties:
      - name
    belongsTo:
      - Team
    belongsToMany:
      - Skill

πŸ“€ Uploads

File and image upload, including built-in image optimization and resize feature. Checkout the docs.

What's Changed

New Contributors

Full Changelog: 4.0.0-beta...4.0.1