Skip to content

Commit e4f2bfa

Browse files
committed
Merged PR 5618: #9634 - version bump
version bump Related work items: #9634
2 parents 4b4e493 + c8bd1ac commit e4f2bfa

File tree

5 files changed

+126
-2
lines changed

5 files changed

+126
-2
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Changelog
22

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+
365
# v1.14.0
466
## [1.14.0] - 01-09-2022
567

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This repository contains a `./Files` with design files, images, and other static
3737

3838
## Requirements
3939

40+
* **Swift 1.14.1** requires **Dynamicweb version 9.13.11** or newer
4041
* **Swift 1.14.0** requires **Dynamicweb version 9.13.11** or newer
4142
* **Swift 1.13.1** requires **Dynamicweb version 9.13.11** or newer
4243
* **Swift 1.12.0** requires **Dynamicweb version 9.13.8** or newer

Releaselog/v1.14.1.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamicweb-swift",
3-
"version": "1.14.0",
3+
"version": "1.14.1",
44
"description": "Dynamicweb Swift is a plug-and-play standard solution which allows you to create beautiful mobile-friendly websites",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)