All Versions
32
Latest Version
Avg Release Cycle
7 days
Latest Release
1240 days ago

Changelog History
Page 2

  • v3.2.0 Changes

    October 06, 2020

    🍱 πŸš€ New feature

    🍱 πŸ’… Enhancement

    • [core:framework] Add --template option to create-strapi-app (#8112) @remidej
    • πŸ“š [documentation] LeftMenuHeader Path FIX (#7907) @cotapon
    • πŸ“š [documentation] Add docs for sorting graphql queries (#8155) @wesbos
    • πŸ“š [documentation] Fix heroku guide to set database settings in proper env path (#8165) @derrickmehaffy
    • πŸ— [plugin:content-type-builder] Feat: Add private option field for relations (#8149) @tanmoyopenroot

    🌐 🌏 Translation

    • 🌐 [admin] add strapi-admin thai translation (#8139) @themaxaboy
    • 🌐 [admin] add strapi-plugin-email thai translation (#8140) @themaxaboy
    • πŸ“š [admin] add strapi-plugin-documentation thai translation (#8141) @themaxaboy
    • 🌐 [admin] add strapi-plugin-upload thai translation (#8142) @themaxaboy
    • 🌐 [admin] add strapi-plugin-content-manager thai translation (#8143) @themaxaboy
    • 🌐 [admin] add strapi-plugin-users-permissions thai translation (#8144) @themaxaboy
    • 🌐 [admin] add strapi-plugin-content-type-builder thai translation (#8145) @themaxaboy

    🍱 πŸ› Bug fix

    • πŸ”Œ [core:framework] Fix (un)install plugins routes visibility (#8158) @Convly

    Migration

    πŸ“š Follow the migration guide here


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

  • v3.1.7 Changes

    October 02, 2020

    🌐 🌏 Translation

    • πŸ’… [admin] Update strapi-admin polish translation (#7507) @srflp
    • 🌐 [admin] Add translations to Hebrew language (#7871) @ramiy

    🍱 πŸ’… Enhancement

    • [admin] Add noindex to public index page (#7917) @votemike
    • πŸ’» [admin] Allow browser options while using watch-admin (#8054) @erictsangx
    • 0️⃣ [core:framework] Hide creator fields from public api by default (#8052) @Convly
    • ⏱ [core:framework] Per hook timeout config option (#8081) @MattieBelt
    • πŸ“š [documentation] Docs/integrations (#7792) @Mcastres
    • πŸ“š [documentation] Fix incorrect PostgreSQL data path in example doc (#7942) @Igi4

    🍱 πŸ› Bug fix

    • [admin] Assume selection is text when creating a link (#8071) @jlsjonas
    • [core:database] Fix validation of Date and Time field types for Mongoose connector #5777 (#7801) @richardgrey
    • βœ… [core:tooling] Prevent .cache folders to impact the unit tests (#8132) @Convly
    • πŸ”Œ [plugin:upload] Fix/warn file too big (#8033) @petersg83
    • πŸ”Œ [plugin:upload] fix cropped size too big (#8051) @petersg83

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

  • v3.1.6 Changes

    September 24, 2020

    🍱 πŸ’… Enhancement

    • [core:framework] Add privateAttributes to global and per model response (#7331) @dalbitresb12
    • [core:framework] feat(server): allow listening on unix socket through server.socket config (#7824) @admosity
    • ⚑️ [core:framework] Update graphql plugin dependencies (#7953) @abdonrd
    • πŸ“š [documentation] Updated Models Page Grammar (#7912) @cwray-tech
    • πŸ“š [documentation] Bump up minimum required Node to 10.16 (#7962) @peteretelej
    • πŸ“š [documentation] Update services.md (#7999) @derappelt
    • πŸ”Œ [plugin:graphql] fix(plugin-graphql): Fix association resolver for manyWay nature. (#7959) @danieldspx
    • πŸ”Œ [plugin:upload] Encode the URL before fetching it. (#7934) @francois2metz

    🍱 πŸ› Bug fix

    🌐 🌍 Translations

  • v3.1.5 Changes

    September 16, 2020

    Note : Please note that the Users & Permissions on the left menu has been moved into the Settings menu per PR: #7467

    🌐 🌍 Translations

    • 🌐 [admin] improve russian translations (#6903) @Ashot-KR
    • 🌐 [admin] Improve & add missing Slovak (SK) translations (#7515) @sebqq
    • ⚑️ [admin] Optimize plugins translation in Traditional Chinese. (#7557) @Dominic0512
    • 🌐 [admin] Add some russian translations for DynamicZone component (#7748) @GreenRobot777
    • [core:framework] fix German word for E-Mail (#7534) @Schaeferjo

    🍱 πŸ’… Enhancement

    • 🚚 [admin] Remove flag in language selection (#7102) @anowlet
    • [admin] set email validator to lowercase (#7645) @bglidwell
    • [admin] Add Strapi edition to the admin footer (#7704) @remi2j
    • ⚑️ [core:framework] Update node version requirements for v10 to v12 (#7409) @derrickmehaffy
    • βœ… [core:framework] Add utils::sanitize-entity tests (#7497) @Convly
    • βœ… [core:tooling] Replace babel-jest with @swc-node/jest to speedup frontend testing (#7724) @Brooooooklyn
    • πŸ“š [documentation] Fix kind attribute update query in beta.17 to beta.18 migration guide (#7583) @samohovets
    • πŸ“š [documentation] Add sqlite details to unit testing guide (#7603) @jasonprado
    • πŸ“š [documentation] Fix minor typos on model documentation (#7619) @tarpier
    • πŸ“š [documentation] Fix typo in controllers.md (#7721) @amirc
    • πŸ“š [documentation] Update email.md (#7769) @divineforge
    • πŸ“š [documentation] Update Roles & Permissions left menu mentions (#7796) @lauriejim
    • πŸ“š [documentation] Update controllers.md (#7814) @kuldipem
    • πŸ“š [documentation] Parameters docs typo (#7833) @remi2j
    • πŸ“š [documentation] Edit understanding login flow to be more readable (#7858) @rudwna
    • πŸ“š [documentation] Update docs to include MySQL docker-compose.yaml (#7892) @adamrhunter
    • πŸ“š [documentation] Typo in contributing.md (#7909) @jbergeron03
    • ⚑️ [plugin:graphql] Update basic GraphQL Plugin information (#7385) @ScottAgirs
    • πŸ”Œ [plugin:graphql] Allow more options to the Apollo Server config (#7665) @abdonrd
    • ⚑️ [plugin:graphql] Update file info mutation (#7691) @Cr0s4k
    • πŸ”Œ [plugin:upload] Fix 'FileToBig' typo in strapi-provider-upload-local (#7643) @sebacampos
    • ⚑️ [plugin:upload] Update sharp module to 0.26.0 (#7729) @darron1217
    • βœ… [plugin:upload] Cleanup upload tests (#7773) @alexandrebodin
    • πŸ”Œ [plugin:users-permissions] Users and Permissions in Settings menu (#7467) @HichamELBSI
    • πŸ”Œ [plugin:users-permissions] Add LinkedIn auth provider (#7490) @abolkog
    • πŸ”Œ [plugin:users-permissions] Feat/async pwd validation (#7612) @VinitSarvade
    • πŸ”Œ [plugin:users-permissions] Fixed comment (#7714) @Cr0s4k

    🍱 πŸ› Bug fix

  • v3.1.4 Changes

    August 13, 2020

    🍱 πŸ’… Enhancement

    • 🌐 [admin] Add missing and improve existing German translations (#7383) @pr0gr8mm3r
    • 🌐 [admin] Fixing typo in translations/en.json. (#7274) @robbailey3
    • [admin] Gender Equality (#7263) @votemike
    • [core:cli] Show error.message || error on failed command (#7388) @jasonprado
    • [core:framework] Add conf proxy koa variable (#7303) @petersg83
    • πŸ“œ [core:framework] Increase parser arrayLimit to 100 (#7430) @drj17
    • πŸ“š [documentation] Fix strapi-provider-upload-local readme (#7373) @remi2j
    • πŸ“š [documentation] Fix/login providers (#7132) @petersg83
    • πŸ“š [documentation] Formatting enhancements and Fixes (#6858) @kuldipem
    • πŸ“š [documentation] Fix docs for loading ORM plugins (#7356) @derrickmehaffy
    • πŸ“š [documentation] Updating email documentation adding a tip during initial setup to avo… (#7413) @juancarlosjr97
    • πŸ“š [documentation] Fixes link to AWS Free landing page (#7291) @anthonyvalera
    • πŸ“š [documentation] Added instructions for installing the pg node module (#6744) @spobwoode
    • πŸ”Œ [plugin:graphql] fix(graphql): filter out orphaned relationships (#7363) @admosity
    • πŸ”Œ [plugin:upload] Added pt-BR localization to strapi-plugin-upload (#7375) @dsoaress
    • 🍱 [plugin:upload] Chore/ml delete assets (#7109) @soupette
    • 🍱 [plugin:upload] Improve empty state grammar for Assets (#6922) @brendo

    🍱 πŸ› Bug fix

  • v3.1.3 Changes

    July 31, 2020

    🍱 πŸ’… Enhancement

    • πŸ“š [documentation] Docs/parameters typos (#7238) @sebacampos
    • πŸ“š [documentation] Add more information about the parser middleware configuration (#7253) @derrickmehaffy

    🍱 πŸ› Bug fix

  • v3.1.2 Changes

    July 29, 2020

    🍱 πŸ’… Enhancement

    🍱 πŸ› Bug fix

  • v3.1.1 Changes

    July 23, 2020

    🍱 πŸ› Bug fix

    • ⚑️ [core:framework] Updates webhooks RegExp to allow undescores, fixes #5543 (#7079) @msimmer
    • πŸ”Œ [plugin:upload] Fix upload api (#7136) @alexandrebodin
    • ⚑️ [plugin:users-permissions] update doc + add localhost in confirmation links if url is not set (#7054) @petersg83

    🍱 πŸ’… Enhancement

    • [core:framework] Setup official GitHub Dependabot (#7103) @abdonrd
    • πŸ“š [documentation] Fixing service documentation and fixing DO referral link (#7101) @derrickmehaffy
    • ⬆️ [plugin:graphql] Upgrade apollo-server-koa (#7087) @IkeLutra
  • v3.1.0 Changes

    July 23, 2020

    πŸ“š Migration guide here

    🍱 πŸš€ New feature

    🍱 πŸ’… Enhancement

    • πŸ“š [documentation] Fix links wrong documentation version (#6781) @lauriejim
    • πŸ”Œ [plugin:content-manager] Change preview for markdown-it in order to have all md support (#7041) @soupette
    • ⚑️ [plugin:content-manager] Update slugify dependency (#7063) @abdonrd

    🍱 πŸ› Bug fix

  • v3.0.6 Changes

    July 16, 2020

    🍱 πŸ’… Enhancement

    • 🌐 [admin] Add Ukrainian translations for the whole project (#6223) @richardgrey
    • πŸ”Œ [admin] Fix broken link install plugin popup (#6698) @akhilmhdh
    • [core:database] add filtering to search route (#6865) @petersg83
    • [core:framework] Add ENV to allow hiding startup message (#6348) @peterbaricic
    • [core:framework] load dotenv lib at start (#6701) @aksdevac
    • πŸ“š [documentation] Update configurations.md (#6731) @adriatic
    • πŸ“š [documentation] Update migration-guide-beta.20-to-3.0.0.md (#6750) @emahuni
    • πŸ“š [documentation] [typofix] Client ID > Client Secret (#6786) @ScottAgirs
    • πŸ“š [documentation] Improve migration guide to beta.20 (#6793) @iicdii
    • πŸ“š [documentation] Removes misleading documentation (#6927) @nunsie
    • πŸ“š [documentation] Fixes: broken link to deployment page (#6934) @GilFewster
    • πŸ“š [documentation] fix a minor typo (#6937) @Naylepsh
    • πŸ“š [documentation] #6954 Possible mistake about database file name in the docs (version … (#6957) @umutbozdag
    • πŸ“š [documentation] Update parameters.md (#6987) @nazrdogan
    • πŸ“š [documentation] Update email.md (#6997) @sgauthiertremblay
    • πŸ“š [documentation] typo fix for below text link (#7001) @RileyMShea
    • πŸ“š [documentation] typo in is-owner.md (#7006) @rdpi
    • πŸ“š [documentation] docs: fix 404 link on services.md (#7019) @dalbitresb12
    • πŸ“š [documentation] Update Purest docs link (#7028) @RileyMShea
    • πŸ”Œ [plugin:graphql] Make Strapi GraphQL an implementing service for Federation (#6146) @shaheinm
    • πŸ”Œ [plugin:upload] Fixes for Media Library upload (#5971) @AHgPuK
    • πŸ”Œ [plugin:upload] Fix cloudinary upload error message (#6525) @sudhirt4
    • πŸ”Œ [plugin:users-permissions] Allow custom populate in ctx.state.user (#6770) @juandl

    🍱 πŸ› Bug fix

    • [admin] Fix wrong flag for Swedish (#6926) @vincentdoerig
    • ⚑️ [admin] FIX - Update regex error value for English translation (#6976) @Haydos585
    • ⚑️ [core:database] Update mount-models.js to check if dynamic zone field exists from returned mongo object (#6916) @atlmtw
    • [core:database] add more reserved words to the list (#7036) @petersg83
    • [core:framework] fix missing images on index.html (#6764) @petersg83
    • πŸ”Œ [plugin:email] fix(email): malformed json (#6851) @admosity
    • 0️⃣ [plugin:graphql] fix: graphql fields not required during creation when model attribute has a default value (#6075) @gp27
    • πŸ”Œ [plugin:graphql] Make jwt not required for register mutation (#6716) @diogotcorreia
    • πŸ”Œ [plugin:upload] Fix selected files for the media lib modal (#6906) @HichamELBSI
    • πŸ”Œ [plugin:users-permissions] Fix all lowercase action name (#7008) @MattieBelt