strapi

πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

OTHER License

Downloads
6.9M
Stars
60.8K
Committers
1K

Bot releases are hidden (Show)

strapi - v4.0.1

Published by alexandrebodin almost 3 years ago

πŸ’… Enhancement

πŸ› Bug fix

🌏 Translation


πŸ“š Migration guides can be found here πŸ“š

strapi - v4.0.0

Published by alexandrebodin almost 3 years ago

πŸŽ‰ v4.0.0 is here πŸŽ‰

πŸ’… Features

  • New v4 UI
  • New Design system. Read more.
  • New Plugin API.
  • New Database layer and Query engine.
  • New REST API.
  • New GraphQL API.
  • API Tokens.
  • New Error standard format
  • Documentation restructuring. Read more.

Read more

strapi - v4.0.0-beta.22

Published by alexandrebodin almost 3 years ago

Changes

  • Fix unique validation on publish
strapi - v4.0.0-beta.21

Published by alexandrebodin almost 3 years ago

Changes

  • Dependecy updates
strapi - v4.0.0-beta.20

Published by alexandrebodin almost 3 years ago

Changes

  • Readme & links updates
strapi - v4.0.0-beta.19

Published by alexandrebodin almost 3 years ago

Changes

  • Fix U&P providers listing
  • Cleanup package json files
  • Cleanup authors & maintainers infos
strapi - v4.0.0-beta.18

Published by alexandrebodin almost 3 years ago

Changes

  • Fix documentation plugin on CT deletion
  • Fix hidden attributes in U&P
  • Support unique fields in the CM
  • Fix localization bug
  • Fix admin helmet
  • Bump design system version
strapi - v4.0.0-beta.17

Published by alexandrebodin almost 3 years ago

Changes

  • Configure edit view Drag & Drop
  • Fix components creation in the content manager
  • Fix Dynamiczone & repeatable Components validation rules
  • Fix CSP config for safari
  • Fix relation target field invalid in content type builder
  • Bump Design system version
strapi - v4.0.0-beta.16

Published by alexandrebodin almost 3 years ago

Changes

  • Fix CLI Starters v4
  • Fix GraphQL media attributes
  • Fix plugin generator controller bug
  • Fix u&p routes listing bug
strapi - v4.0.0-beta.15

Published by alexandrebodin almost 3 years ago

Changes

  • CLI Starters v4
  • Bump design system to alpha v68
  • Fix SSO bug
  • Fix watch mode
  • Fix WYSIWYG placeholders
  • Fix relations in CTB showing invalid types
strapi - v4.0.0-beta.14

Published by alexandrebodin almost 3 years ago

Changes

  • Factories Core Content API.
  • UpdatedBy update on publish / unpublish
  • Fix timestamps field
  • Files watched updates & watch mode fix
  • Typography updates and fixes
  • Graphql fixes on writables attributes

Breaking Changes (from previous betas)

This beta introduces the new factories for core CRUD features.

You will need to update:

strapi - v4.0.0-beta.13

Published by alexandrebodin almost 3 years ago

Changes

  • New content-type generator CLI
  • Documentation plugin Fix
  • createdAt and updatedAt in the CM list view
  • Graphql filtering on id and timestampes
  • Fix 500 errors on empty body
  • Database support schema option and add forceMigration option
  • Graphql component filtering
  • Typography Fixes
  • Default values fix
  • Accordion Error state
  • Empty states in the Media Library
  • Coming soon marketplace page
  • WYSIWYG Media Library
strapi - v4.0.0-beta.12

Published by alexandrebodin almost 3 years ago

Changes

  • Dependency upgrade
  • Media library upload fix
  • Design system Fixes
  • WYSIWYG fixes
  • UI Fixes (Relations)
  • Bump webpack-dev-server version
  • Remove Buffet.js from helper plugin
  • Fixes Field Validators (min/max on int, ect)
strapi - v4.0.0-beta.11

Published by alexandrebodin almost 3 years ago

Changes

  • Error handling
    • New REST Error format
    • New Error types usable by users
    • New Error types in GraphQL
  • Allowed types in media lib
  • Allow "all" as a locale for filtering
  • Fix homepage copy
  • Fix Menu logo
strapi - v4.0.0-beta.10

Published by alexandrebodin almost 3 years ago

Changes

  • Media Library in the Content Manager
  • Templates fix
  • UI fix
strapi - v4.0.0-beta.9

Published by alexandrebodin almost 3 years ago

Changes

  • Templates CLI update
  • Templates hosted on npm beta release
  • UI QA
strapi - v4.0.0-beta.8

Published by alexandrebodin almost 3 years ago

Changes

  • Media Lib UI fixes
  • Content type builder UI fixes
  • Fix CSP policy prevent playground to load
  • API Token enable strategy
  • UI QA
  • Enable Node v16 support on project generation
strapi - v4.0.0-beta.7

Published by alexandrebodin almost 3 years ago

Changes

  • Media Lib UI fixes
  • Content type builder UI fixes
  • Security middleware enforce safer defaults
  • Filter type casting
strapi - v4.0.0-beta.6

Published by alexandrebodin almost 3 years ago

Changes

  • Patch blocking bug in CTB
strapi - v4.0.0-beta.5

Published by alexandrebodin almost 3 years ago

Changes

  • Media Lib v4
  • Content type builder v4
  • Config refactor
  • Middleware generator
  • Singular/Plural content type name in UI & CLI

Breaking Changes (from previous betas)

  • Admin settings have been ejected to their own ./config/admins.js file:
module.exports = ({ env }) => ({
  autoOpen: false,
  auth: {
    secret: env("ADMIN_JWT_SECRET", "some-secret"),
  },
});