Skip to content

Latest commit

 

History

History
321 lines (169 loc) · 21.8 KB

File metadata and controls

321 lines (169 loc) · 21.8 KB

core

1.6.0

Minor Changes

Patch Changes

  • #320 bec4f55 Thanks @cayblood! - Fix async handling in router controller

    Add await keyword before transformResponse call to properly handle the Promise returned by the method. This resolves the issue where the router endpoint returns empty objects instead of the expected content.

1.5.3

Patch Changes

  • 0f919df Thanks @boazpoolman! - fix: don't render a menu item for injected routes that have no label

1.5.2

Patch Changes

  • #302 aa5ccce Thanks @jorrit! - fix: alias gets -0 suffix when updating non-i18n document

1.5.1

Patch Changes

1.5.0

Minor Changes

1.4.4

Patch Changes

1.4.3

Patch Changes

1.4.2

Patch Changes

1.4.1

Patch Changes

1.4.0

Minor Changes

Patch Changes

1.3.1

Patch Changes

  • 4d8c704 Thanks @boazpoolman! - fix: prevent packup from bundling the 'qs' package by listing it as a dependency

  • 4904ac1 Thanks @boazpoolman! - fix: updated logic for removing the url_alias field from the edit form

1.3.0

Minor Changes

Patch Changes

1.2.0

Minor Changes

  • #231 196ad05 Thanks @boazpoolman! - feat: enhance the URL alias overview (locale filters & locale and contenttype in the table)

Patch Changes

  • #231 bb3b4df Thanks @boazpoolman! - fix: make sure the 'path' parameter from the router endoint doesn't end up on the document service query params

  • #231 454584d Thanks @boazpoolman! - fix: make the header button(s) smaller to align with the rest of the admin panel

  • #233 d1e769d Thanks @boazpoolman! - docs: update the README and package.json with the latest information

  • #231 73128f9 Thanks @boazpoolman! - fix: issue with pagination when simulteously using the filter options

1.1.0

Minor Changes

1.0.1

Patch Changes

  • #217 36bf8d3 Thanks @boazpoolman! - Fix incorrect duplication prevention for content types without internationalization

1.0.0

Major Changes

1.0.0-beta.15

Patch Changes

1.0.0-beta.14

Patch Changes

1.0.0-beta.13

Minor Changes

  • #147 e5c0587 Thanks @MSACC! - Extended query decorator functionality to handle deleteMany (#140) and clone (#138)

1.0.0-beta.12

Minor Changes

1.0.0-beta.11

Minor Changes

  • #142 ff7cb45 Thanks @boazpoolman! - Multilinguality for patterns and aliases using the @strapi/plugin-i18n package

  • #139 ff0851a Thanks @boazpoolman! - URL alias content management enhancements. Possibility for searching, filtering, deleting and manual generation

  • #142 c99b57e Thanks @boazpoolman! - Add a main menu item for all the admin pages of Webtools

  • #145 05ae3ca Thanks @boazpoolman! - Core injections zones for adding links to the sidebar menu and adding routes

Patch Changes

  • 49fe9bc Thanks @boazpoolman! - Remove the creator fields middleware as we can do without

  • Updated dependencies [4fd5602]:

    • @pluginpal/webtools-helper-plugin@1.0.0-beta.4

1.0.0-beta.10

Patch Changes

1.0.0-beta.9

Minor Changes

  • #133 cb59eb7 Thanks @TMSchipper! - The "Populate Creator Fields" plugin enhances the functionality of your Strapi project by allowing you to populate

Patch Changes

  • #133 9b81da2 Thanks @TMSchipper! - Fix an error that occurs when there is no pattern and the default should've been used

1.0.0-beta.8

Minor Changes

Patch Changes

  • #126 905ff2e Thanks @Alexnortung! - Url paths created for a collection type, that is then disabled, will now be deleted

1.0.0-beta.7

Patch Changes

  • #119 fae4c75 Thanks @Alexnortung! - Duplicate check will use an ignore id so that it does not update the url path because it is a duplicate of itself

1.0.0-beta.6

Minor Changes

  • #112 816f4db Thanks @boazpoolman! - Check for 'find' permissions of a content-type in the router controller. Return a 403 when the user has insufficient rights.

  • #117 3aba7ed Thanks @boazpoolman! - Added an extra admin permission to grant/revoke acces to the URL alias sidebar (#55)

Patch Changes

  • #115 6d2ee80 Thanks @Alexnortung! - Will no longer fail when trying to generate a path that initially already exists.

  • #103 6a6fb9d Thanks @Alexnortung! - The migration script will now handle migrating the entries, instead of doing this while strapi is running

  • #118 a628383 Thanks @TMSchipper! - Added default value for url_pattern

  • #118 426b4ae Thanks @TMSchipper! - Make pluralName allowed in url pattern

  • #113 5da6433 Thanks @boazpoolman! - Fix bug in the query-layer-decorator to allow updates to entities without an URL alias (#105)

  • Updated dependencies [095c92c]:

    • @pluginpal/webtools-helper-plugin@1.0.0-beta.3

1.0.0-beta.5

Patch Changes

  • 0b32de2: Fix issue with path generation (#96)
  • feb9d87: Removed redundant files from the npm builds
  • d7be9d5: Remove strapi-typed from the devDependencies
  • e5ba503: Add an MIT license file
  • dee1907: Fix issue with the admin translations
  • Updated dependencies [e5ba503]
    • @pluginpal/webtools-helper-plugin@1.0.0-beta.2

1.0.0-beta.4

Patch Changes

  • 239af0a: Use Strapi native factories for url-alias controllers & services

1.0.0-beta.3

Patch Changes

  • 401bfcd: Rename API endpoint /webtools/url-alias/all to /webtools/url-alias

1.0.0-beta.2

Patch Changes

  • d37fb75: Updated react peer-dependency range to allow ^17 || ^18

1.0.0-beta.1

Major Changes

  • 01b242c: Beta release! 🎉

    Migration Refer to the migration guide when updating from alpha to beta.

    Changes

    • The plugin was renamed from 'URL alias' to 'Webtools'
    • The API endpoints got renamed as well
    • Refactored the repository into a monorepo
    • Native relations (#43)
    • Give API permissions to the public UP role by default (#22)

    Chores

    • Better automated testing
    • Stricter linting rules

Patch Changes

  • b9d7aa6: Updated transformResponse strategy for usage with Strapi 4.15
  • Updated dependencies [e7d270c]
    • @pluginpal/webtools-helper-plugin@1.0.0-beta.1