Skip to content

Commit b953957

Browse files
author
Release Bot[bot]
committed
RELEASING: Releasing 7 package(s)
Releases: [email protected] [email protected] [email protected] @sit-onyx/[email protected] @sit-onyx/[email protected] @sit-onyx/[email protected] @sit-onyx/[email protected] [skip ci]
1 parent e6af99b commit b953957

File tree

15 files changed

+65
-7
lines changed

15 files changed

+65
-7
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"heavy-walls-teach",
118118
"hip-candles-unite",
119119
"hip-hats-know",
120+
"hip-kids-decide",
120121
"honest-panthers-live",
121122
"honest-shirts-invite",
122123
"honest-shrimps-approve",

apps/demo-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# demo-app
22

3+
## 1.0.0-beta.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e6af99b]
8+
9+
310
## 1.0.0-beta.42
411

512
### Patch Changes

apps/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo-app",
33
"private": true,
4-
"version": "1.0.0-beta.42",
4+
"version": "1.0.0-beta.43",
55
"type": "module",
66
"scripts": {
77
"dev": "turbo run vite --filter demo-app",

apps/playground/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playground
22

3+
## 1.0.0-beta.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e6af99b]
8+
9+
310
## 1.0.0-beta.42
411

512
### Patch Changes

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground",
3-
"version": "1.0.0-beta.42",
3+
"version": "1.0.0-beta.43",
44
"description": "Playground for the onyx Vue components",
55
"type": "module",
66
"author": "Schwarz IT KG",

packages/chartjs-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sit-onyx/chartjs-plugin
22

3+
## 1.0.0-beta.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e6af99b]
8+
9+
310
## 1.0.0-beta.42
411

512
### Patch Changes

packages/chartjs-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sit-onyx/chartjs-plugin",
33
"description": "A Chart.js plugin for the onyx design system created by Schwarz IT",
4-
"version": "1.0.0-beta.42",
4+
"version": "1.0.0-beta.43",
55
"type": "module",
66
"author": "Schwarz IT KG",
77
"license": "Apache-2.0",

packages/nuxt/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sit-onyx/nuxt
22

3+
## 1.0.0-beta.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e6af99b]
8+
9+
310
## 1.0.0-beta.43
411

512
### Patch Changes

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sit-onyx/nuxt",
3-
"version": "1.0.0-beta.43",
3+
"version": "1.0.0-beta.44",
44
"description": "A Nuxt module to easily integrate onyx into Nuxt projects",
55
"author": "Schwarz IT KG",
66
"license": "Apache-2.0",

packages/sit-onyx/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# sit-onyx
22

3+
## 1.0.0-beta.43
4+
5+
### Major Changes
6+
7+
- e6af99b: feat: Remove/Rename emits that collide with native event names
8+
9+
- OnyxInput, OnyxTextarea and OnyxStepper: Remove `focus` and `blur` event - Use `focusin`/`focusout` or `@focus.capture`/`@focus.blur` instead
10+
- OnyxInput and OnyxTextarea: Remove Vue `change` emit - You will now receive the native `@change` event, but the value must now retrieved with with `$event.target.value` or use `@update:modelvalue`
11+
- OnyxNavBar: Rename `appAreaClick` to `navigateToStart` and `backButtonClick` to `navigateBack`
12+
- OnyxNavButton: Rename `click` to `navigate`, also the native MouseEvent is now passed as second parameter
13+
- OnyxNavItem: Rename `click` to `navigate`
14+
- OnyxRadioButton: Remove Vue `change` emit - You will now receive the native `@change` event, but the value must now retrieved with with `$event.target.value` or use `@update:modelvalue`
15+
- OnyxSelectInput: Rename `click` to `inputClick`
16+
- OnyxToastMessage: Remove Vue `click` emit - You will now always receive the native `@click` event, even when `clickable` prop is false/not set.
17+
318
## 1.0.0-beta.42
419

520
### Major Changes

0 commit comments

Comments
 (0)