Skip to content

Commit

Permalink
added upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaholesz committed Nov 15, 2023
1 parent 44aa234 commit 2751a1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions UPGRADE-14.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,10 @@ Follow the instructions in relevant sections, e.g. `shopsys/coding-standards` or
- it was replaced with general H tags and styles were put into globals.css, styles were also included with new classes (`h1`, `h2`, `h3`, `h4`) which we can use to style text which suppose to look like heading but it is not important enough for mark with H tag
- also from those headings and heading classes was remove margin bottom since spacing should be set in exact place where this component is used, not everywhere
- see #project-base-diff to update your project
- improve SEO categories logic in regards to non-SEO-sensitive filters ([#2891](https://github.com/shopsys/shopsys/pull/2891))
- we moved some config from various files to `config/constants` and warmly suggest you do the same, as it improves the app and testing
- we also moved some hooks from `helpers` to `hooks` and suggest you do the same with all hooks, as it again improves the app and testing
- the implemented functionality for dynamic switching between SEO-sensitivity for various filters is only implemented on SF, so applying these changes won't make it work on BE
- if you do not need SEO categories, these changes might be irrelevant altogether
- flag and brand values are now merged after change of default parameters (leaving SEO category) instead of overwritting. This is a bug fix and you should apply it to your changes as well.
- see #project-base-diff to update your project

0 comments on commit 2751a1e

Please sign in to comment.