Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 6cd57ab

Browse files
author
Tomasz Kostuch
authored
Merge pull request #4285 from DivanteLtd/hotfix/v1.11.3
Hotfix/v1.11.3
2 parents 6967e0a + 2b8b0e1 commit 6cd57ab

File tree

137 files changed

+915
-550
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+915
-550
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.11.3] - 2020.04.27
9+
10+
### Changed / Improved
11+
12+
- The default config file is now in more human-readable format - @juho-jaakkola (#4197)
13+
- Create only once aside async component - @gibkigonzo (#4229, #4268)
14+
15+
### Fixed
16+
- Fixes when having multiple custom options with overlapping option_type_id values, selecting 1 changes the others - @carlokok (#4196)
17+
- Update eslint and fix code style. - @gibkigonzo (#4179 #4181)
18+
- Fixes bug that caused addToCart action not to display messages to user - @juho-jaakkola (#4185)
19+
- add missing cache tags for category and product - @gibkigonzo (#4173)
20+
- add ssrAppId to avoid second meta render on csr - @gibkigonzo (#4203)
21+
- take control over default broswer behavior and use saved category page size to load prev products - @gibkigonzo (#4201)
22+
- update getCurrentCartHash after add/remove coupon - @gibkigonzo (#4220)
23+
- update replaceNumberToString, so it will change ONLY numbers to string - @gibkigonzo (#4217)
24+
- allow empty shipping methods in checkout - @gibkigozno (#4192)
25+
- configure products before price update - this is needed to have variant sku as product sku - @gibkigonzo (#4053)
26+
- omit stock and totals when creating cart hash, it is not needed to compare products - @gibkigozno (#4235, #4273)
27+
828
## [1.11.2] - 2020.03.10
929

1030
### Added

0 commit comments

Comments
 (0)