diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5fb844..9b3df96e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,29 @@ # Changelog -## [Unreleased](https://github.com/shift72/core-template/compare/1.9.20...HEAD) +## [Unreleased](https://github.com/shift72/core-template/compare/1.9.21...HEAD) + +## [1.9.21](https://github.com/shift72/core-template/compare/1.9.20...1.9.21) ### Added - - Purchase gift CTA button - - Carousel video support + +- Purchase gift CTA button +- Carousel video support ### Fixed - - Turn off infinite scroll on the wishlist/continue watching sliders. This - caused some funkiness if items were removed after scrolling the slider. - - Fixed alignment on collection rows. The first item had a negative margin hack - to align with headings, but this didn't affect subsequent rows causing the - posters to be skewed by 5px. The fix applies the negative margin to the - entire container. - - Slightly reduce spacing between poster and the title below. In grid views this - makes it less ambiguous which poster the text is associated with. + +- Turn off infinite scroll on the wishlist/continue watching sliders. This + caused some funkiness if items were removed after scrolling the slider. +- Fixed alignment on collection rows. The first item had a negative margin hack + to align with headings, but this didn't affect subsequent rows causing the + posters to be skewed by 5px. The fix applies the negative margin to the + entire container. +- Slightly reduce spacing between poster and the title below. In grid views this + makes it less ambiguous which poster the text is associated with. ## [1.9.20](https://github.com/shift72/core-template/compare/1.9.19...1.9.20) ### Fixed + - Typo in translation for ad tracking settings - Positioning of plan label - TV seasons not showing season number under posters in sliders / search results etc. @@ -26,22 +31,27 @@ ## [1.9.19](https://github.com/shift72/core-template/compare/1.9.18...1.9.19) ### Added + - Support for Ad consent tracking option on user account settings ### Changed + - Deploy commands, now use npm run deploy to deploy ## [1.9.18](https://github.com/shift72/core-template/compare/1.9.17...1.9.18) ### Changed + - Remove polyfill.io CDN in favour for Cloudflare ## [1.9.17](https://github.com/shift72/core-template/compare/1.9.16...1.9.17) ### Added + - Continue watching slider ### Changed + - Reduced carousel height slightly - css: use `--button-text-color` instead of `--body-bg` for `--tooltip-color` diff --git a/kibble.json b/kibble.json index 6e02a13a..264dd473 100644 --- a/kibble.json +++ b/kibble.json @@ -112,9 +112,14 @@ }, "siteRootPath": "site", "liveReload": { - "ignoredPaths": ["styles", "js"] + "ignoredPaths": [ + "styles", + "js" + ] }, - "proxy": ["^/checkout/"], + "proxy": [ + "^/checkout/" + ], "routes": [ { "name": "filmItem", @@ -189,5 +194,5 @@ "pageSize": 0 } ], - "coreTemplateVersion": "1.9.20" -} + "coreTemplateVersion": "1.9.21" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a6a462a4..d3c58308 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shift72/core-template", - "version": "1.9.20", + "version": "1.9.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@shift72/core-template", - "version": "1.9.20", + "version": "1.9.21", "license": "MIT", "dependencies": { "@rollup/plugin-buble": "^0.21.3", diff --git a/package.json b/package.json index d719a352..be1b6fef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shift72/core-template", - "version": "1.9.20", + "version": "1.9.21", "description": "Shift72 core template", "license": "MIT", "scripts": {