Strapi v3.0.0-rc.1 Release Notes

Release Date: 2020-05-18 // almost 4 years ago
  • ๐Ÿš€ ๐ŸŽ‰ Do you want to test this pre-release? ๐ŸŽ‰

    You can run

    npx create-strapi-app@rc my-test --quickstart
    

    ๐Ÿฑ โš ๏ธ DO NOT MIGRATE โš ๏ธ

    ๐Ÿš€ This pre-release contains breaking changes so you should not try migrating an existing app until we release the final v3.0.0 release with the migration guides.

    For the curious ones out there, here are a few more details:

    ๐Ÿฑ ๐Ÿ’… Enhancement

    • โšก๏ธ [admin] Update European Portuguese translations for strapi-admin (#6022) @diogotcorreia
    • ๐Ÿฑ [core:framework] ๐Ÿ’ฅ Fix/#4513/ability to use a sub path behind a proxy (#5833) @petersg83
    • ๐Ÿ“š [documentation] Fix typo (#5665) @yedeyu
    • ๐Ÿ“š [documentation] google provider section modified (#5730) @alirezakay
    • ๐Ÿ“š [documentation] Clean up parameter and migration guide documentation and links (#5893) @derrickmehaffy
    • ๐Ÿ“š [documentation] Add strapi rebuild after WYSIWYG plugin has been created and add npm/yarn commands alternatives (#6030) @LordSimal
    • ๐Ÿ“š [documentation] Clean GraphQL plugin docs (#6032) @robertpiosik
    • ๐Ÿ“š [documentation] Updated variables in email docs (#6052) @JozefCulen
    • ๐Ÿ“š [documentation] Update gcs file config in GAE deployment guide (#6068) @kwinyyyc
    • ๐Ÿ“š [documentation] [Docker] changed volume for Postgres (#6086) @gelomon
    • ๐Ÿ“š [documentation] Fix typographical errors in Models concept of documentation (#6094) @alevosia
    • ๐Ÿ“š [documentation] Update Nginx proxy docs for new proxy changes (#6134) @derrickmehaffy
    • ๐Ÿ“š [documentation] Add Caddy proxy documentation (#6136) @derrickmehaffy
    • ๐Ÿ“š [documentation] Fix broken link in Heroku deployment guide (#6140) @louisguitton
    • ๐Ÿ“š [documentation] Add HAProxy proxy documentation (#6150) @derrickmehaffy
    • ๐Ÿ“š [documentation] Fixed link to deployment guide (#6174) @epalmans
    • ๐Ÿ“š [documentation] Update FAQ for Beta Docs (#6211) @derrickmehaffy
    • ๐Ÿ“š [documentation] Update GCP host in beta docs (#6215) @derrickmehaffy
    • ๐Ÿฑ [plugin:email] ๐Ÿ’ฅ Move email config in files (#6210) @petersg83
    • โฌ†๏ธ [plugin:graphql] Upgrade dependency version (#6149) @filipesmedeiros
    • ๐Ÿ”Œ [plugin:users-permissions] Add Twitch auth provider (#6171) @synth3tk
    • ๐Ÿ”Œ [plugin:users-permissions] User count (#6199) @trick0

    ๐Ÿฑ ๐Ÿ› Bug fix

    • ๐Ÿฑ [plugin:graphql] ๐Ÿ’ฅ Ignore private fields input on user register (#6047) @gfpacheco
    • ๐Ÿ”Œ [plugin:users-permissions] fix vk providers (#5783) @sulakin
    • ๐Ÿฑ [plugin:users-permissions] ๐Ÿ’ฅ in register, response will only include jwt if email confirmation is false (#6192) @ramigs

    ๐Ÿฑ ๐Ÿš€ New feature