Skip to content

Releases: strapi/strapi

v1.4.1

18 Nov 17:42
Compare
Choose a tag to compare
  • Wait GraphQL schemas generation before load koa-graphql middleware
  • Delete previous application when $ strapi link
  • Fix loadHooks function for the dashboard and router hooks

v1.4.0

13 Nov 17:24
Compare
Choose a tag to compare
  • Load config from API and specific environment
  • Improved error message when load a hook
  • Use DashboardToken in headers to communicate with the Studio
  • Migrated from passport to grant with purest
  • Programmatically restart the server for the Studio with a rebuild function
  • Use the cluster module to handle master and workers processes
  • Improved the connection process between the Studio and the framework

v1.3.1

30 Oct 16:36
Compare
Choose a tag to compare
  • Disabled Studio connection in production environment
  • Defer connection to the Studio aiming not to block the process
  • Removed deprecated _admin hook
  • Added token field for the Dashboard
  • Fixed PUT actions on the Dashboard

v1.3.0

28 Oct 10:41
Compare
Choose a tag to compare
  • Update to xo@0.10.0
  • Add dashboard hook aiming to communicate with the SaaS Dashboard
  • Remove useless request when logout action via the CLI
  • Use the passport middleware with a hook

v1.2.0

21 Oct 09:40
Compare
Choose a tag to compare
  • Added strapi link command line to link an existing application without an appId to the Studio
  • Improved dependencies workflow between the framework and the generators aiming to keep the framework clean and focus on the HTTP server
  • Added a built-in email API
  • Added a built-in local file upload API
  • Support GraphQL both in the router and the Waterline ORM thanks to the adapter waterline-graphql

v1.1.0

09 Oct 10:34
Compare
Choose a tag to compare
  • Be more permissive about Node.js and npm versions
  • Simplified application structure by removing modules
  • Improved wording and steps to getting started
  • Automatically install new adapters in development
  • Let the developers use custom generators thanks $ strapi update

v1.0.6

05 Oct 12:11
Compare
Choose a tag to compare
  • Bumped admin generator version
  • Bumped master generator version
  • Fix shebang backward compatibilities

v1.0.5

02 Oct 13:51
Compare
Choose a tag to compare
  • Updated the README information for the release

v1.0.4

02 Oct 12:19
Compare
Choose a tag to compare
  • Bumped admin generator version

v1.0.3

01 Oct 16:28
Compare
Choose a tag to compare
  • Bumped admin generator version