Skip to content

Commit

Permalink
Merge b02ec39 into 2625e04
Browse files Browse the repository at this point in the history
  • Loading branch information
justyna-13 committed Mar 10, 2021
2 parents 2625e04 + b02ec39 commit d405495
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/core/docs/commercetools/changelog/5566.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
description: 'Quick search',
link: 'https://github.com/vuestorefront/vue-storefront/issues/5566',
isBreaking: true,
breakingChanges: [
{
module: 'useUiHelpers/index.ts',
before: '{ changeSearchTerm } = useUiHelpers()',
after: '{ setTermForUrl } = useUiHelpers();',
comment: 'Changed changeSearchTerm name to setTermForUrl'
},
{
module: 'useUiHelpers/index.ts',
before: '',
after: '{ getSearchTermFromUrl } = useUiHelpers();',
comment: 'Created new function'
}
],
author: 'Justyna Gieracka',
linkToGitHubAccount: 'https://github.com/justyna-13'
};

0 comments on commit d405495

Please sign in to comment.