Skip to content

Releases: strapi/strapi

v1.5.7

12 Apr 14:13
Compare
Choose a tag to compare

Program exits if the current Node.js version doesn't satisfies the specified range.

v1.5.4

19 Jan 16:09
Compare
Choose a tag to compare
  • Removed hook timeout since it depends a lot on the environment and we can't control this.

v1.5.3

14 Jan 23:22
Compare
Choose a tag to compare
  • Fixed paths for Windows on settings changes from the Studio.

v1.5.2

14 Jan 19:18
Compare
Choose a tag to compare
  • Fixed paths for Windows on unzip tasks from the Studio.

v1.5.1

17 Dec 21:52
Compare
Choose a tag to compare
  • Fixed the restart function used by the Studio.

v1.5.0

11 Dec 14:18
Compare
Choose a tag to compare
  • Removed deprecated dashboard hook since the admin panel is now open-source.
  • Removed deprecated poweredBy config.
  • Make sure connections have an appropriate migrate strategy.
  • Ignore API public directories in dictionary.
  • Fixed Grant config.
  • Take advantage of multiple environment config with clusters.
  • Improved email regex for login via the CLI.
  • Auto-install adapters on restart.
  • Auto-install template engines on restart.
  • Added --dry option to generate Strapi applications without built-in features and ORM.
  • Use tilde ranges for npm dependencies to make sure we don't break existing applications.

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