Skip to content

Commit f9a0f1a

Browse files
committed
version bump
1 parent 675730c commit f9a0f1a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.storybook/stories/2.Changelog.mdx

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ import { Meta } from "@storybook/blocks";
44

55
# Changelog
66

7+
## 1.2.9
8+
9+
* Upgrade auf Storybook v8 & StencilJs v4.17
10+
* das Tracking für `componentDidLoad` wurde entfernt
11+
12+
#### `<easycredit-widget />`
13+
14+
* es wurde eine neue Darstellungvariante `minimal` hinzugefügt
15+
16+
#### `<easycredit-checkout />`
17+
18+
* das Fehlerverhalten der Komponente wurde verbessert
19+
* im Fehlerfall sendet die Komponente nun Feedback zur Erkennung von Problemen
20+
721
## 1.2.8
822

923
* Funktionen zum Tracking der Komponenten wurde hinzugefügt

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@easycredit-ratenkauf/easycredit-components",
33
"license": "MIT",
4-
"version": "1.2.8",
4+
"version": "1.2.9",
55
"description": "The easyCredit-Ratenkauf Web Components are a set of web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of easyCredit-Ratenkauf installments payment solution by providing versatile web frontend elements for marketing and checkout.",
66
"main": "dist/index.cjs.js",
77
"module": "dist/index.js",

0 commit comments

Comments
 (0)