|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +# v1.14.1 |
| 4 | +## [1.14.1] - 28-09-2022 |
| 5 | + |
| 6 | +## Disclaimer |
| 7 | +* Tiny Slider is deprecated and has been removed from Swift code base (_slides.js, _slider.scss, tiny-slider.js and all occurrences has been removed) |
| 8 | +* Itemtype Swift_Carousel has been removed (replaced by itemtype Swift_Slider that uses SwiffySlider) |
| 9 | + |
| 10 | +## Bugfixes |
| 11 | +* General: Hide cookie notice while in Visual editor |
| 12 | +* General: Unfocused addtofavorites button after click |
| 13 | +* General: Error in frontend if unit fields type is emptied, Extra null-check before using Substring |
| 14 | +* General: Clean up images used for demo, move images to Swift Content demo folder |
| 15 | +* General: Add /Fonts to .gitignore, move font files outside css folder |
| 16 | +* General: Add correct alternate page for PDP and group pages |
| 17 | +* Cart: Missing focus on Checkout buttons (accessability). Fixed outline issue on buttons |
| 18 | +* Checkout: Calendar for select delivery date not working if selected and then other changes/selections are made. assetloader missing custom event if assetFound |
| 19 | +* Customer center: My customers, Safari issue managing customers. Fix linked table rows |
| 20 | +* Itemtypes: Removed unused code from logo |
| 21 | +* Itemtypes: Logo, it should not be possible to set the width to -1px |
| 22 | +* Itemtypes: Slider, empty rows should not output any code to the page. Wrap initialize within empty products if statement |
| 23 | +* Itemtypes: Product group slider, borders removed from Product group slider |
| 24 | +* Itemtypes: Video, Buttons do not have an accessible name (Lighthouse: Accessability). Added label to video player button |
| 25 | +* Itemtypes: HTML validation: Duplicate ID in MegaMenu, fixed duplicate links in mega menu |
| 26 | +* Itemtypes: Slider, missing focus on slider elements. Removed no-outline class |
| 27 | +* Itemtypes: Row height, fix spacing for 1Column row |
| 28 | +* Itemtypes: Off-Canvas, fixed menu icon misalignment |
| 29 | +* Itemtypes: Off-Canvas, Added missing pointer for arrows |
| 30 | +* Itemtypes: Off canvas, more distance between navigation menu and promotion image |
| 31 | +* Itemtypes: Video, performance when using video (Lighthouse Performance) added preload property to video tags |
| 32 | +* Itemtypes: Impersonation bar, preview when in Visual Editor Mode, in order to edit it |
| 33 | +* Itemtypes: Product components, Product long description - Padding bottom is shown if there is no title |
| 34 | +* Itemtypes: Blockquote, left border layout design is not visible if no theme is selected |
| 35 | +* Itemtypes: Product components, Price, Better help description for themes field on pricing |
| 36 | +* Itemtypes: Product list group poster, The poster height is the same for "Small" and "Medium" on mobile fixed min-height for mobile and aligned mobile/desktop min-height |
| 37 | +* Itemtypes: Product list selected facets - Facets breaks into multiple lines and squished if to may facets are selected .Cleaned up facets list, added no wrap to labels |
| 38 | +* Itemtypes: Product components, Add to cart. Possible to theme icon inside btn for favorite icon and default image |
| 39 | +* Itemtypes: Product components, Add to favorites. Preview for visual editor mode is missing |
| 40 | +* Itemtypes: Product components - Buttons size alignment when there is no button label |
| 41 | +* Itemtypes: Product Group List - Removed additional padding from pill-button layout |
| 42 | +* Itemtypes: Product list group poster, the poster height is the same for " Small " and " Medium " on mobile .added min-vh-25 for small size + adjusted medium/large to min-vh-50/min-vh-75 + wrapped Title/Description in a condition |
| 43 | +* Itemtypes: Product Download Data - Form field - Label disappeared when dark themed |
| 44 | +* Itemtypes: Product components, Add to cart fix Border radius issue |
| 45 | +* Itemtypes: mega menu, Image handler doesn't htmlencode space in image path, urlencode image path for Promotion Images |
| 46 | +* Itemtypes: Related product slider - theme is not applied to the row between the columns |
| 47 | +* Itemtypes: Facets, mobile view button theming issue |
| 48 | +* Itemtypes: Related product list headline is wrapped, fix grid issue |
| 49 | +* Itemtypes: Mega menu, fixed missing group images and nav link not hoverble if set not clickable |
| 50 | +* Product detail: product variant sector, Improve the in-active variant css |
| 51 | +* Product detail: Related products list view and Specification. clean up and improve Tables so it is mobile friendly |
| 52 | +* Product list: ProductlistCompactView and ProductListListView remove " product " class from product list items |
| 53 | +* Product list: Product list view and compact view - Space around setting "none" works |
| 54 | +* Product list: Compact view has error in modal when product has variant, Fix copy-paste code error |
| 55 | + |
| 56 | +## Added |
| 57 | +* General: Change template helper calls for DW10 compatibility |
| 58 | +* General: Remove ~ from master in links and change branding to work with httpclient that works on .net 4 and .net core for DW10 compatibility |
| 59 | +* Itemtypes: Breadcrumb doesn't work with content pages. Add folders and hidden pages and add link to breadcrumb markup |
| 60 | +* Itemtypes: Off-canvas, Nav link clickable if the page is set to not clickable |
| 61 | + |
| 62 | +## Removed |
| 63 | +* Itemtypes: Swift_Carousel is removed |
| 64 | + |
3 | 65 | # v1.14.0
|
4 | 66 | ## [1.14.0] - 01-09-2022
|
5 | 67 |
|
|
0 commit comments