Releases: mnfst/manifest
[email protected]
Minor Changes
- 41e699e: Added webhooks
[email protected]
Minor Changes
- 2dc8679: Added PATCH requests for item update
@mnfst/[email protected]
Minor Changes
- 2dc8679: Added PATCH requests for item update
[email protected]
Patch Changes
- 01aed5b: fixed admins cannot be managed in admin panel
[email protected]
Patch Changes
- 3190b9a: Fix seed failing if entity name is a reserved word on SQLite
[email protected]
What's Changed
- feat: update wording including "micro-backend" by @SebConejo in #254
- β¨ Remote YAML file by @brunobuddy in #256
- Add some unit tests by @brunobuddy in #259
- Version Packages by @github-actions in #260
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]
πͺ² 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]
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"
π Highlights
βοΈSingle types
Manifest is introducing single type entities for editing singular items that are not collections: dynamic pages, settings, layout content...
βπ» 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"
π 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
- π Validation by @brunobuddy in #142
- feat: use @use rule instead of @import on side-menu component by @SebConejo in #151
- Fixes 'Trailing whitespace by @DhanushNehru in #184
- π Many-to-many relationships by @brunobuddy in #185
- Fix readme typos by @LuciaSheel in #188
- Uploads by @brunobuddy in #189
New Contributors
- @DhanushNehru made their first contribution in #184
- @LuciaSheel made their first contribution in #188
Full Changelog: 4.0.0-beta...4.0.1