Skip to content

Commit

Permalink
deprecate mt-url-field component
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Oct 2, 2024
1 parent 194d24f commit cc754b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/curvy-walls-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopware-ag/meteor-component-library": patch
---

Deprecated the mt-url-field component
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ const URL_REGEX = {
TRAILING_SLASH: /\/+$/,
};
/**
* @deprecated tag:4.0 -- will be removed without replacement
*/
export default defineComponent({
name: "MtUrlField",
Expand Down

0 comments on commit cc754b9

Please sign in to comment.