Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 747769e commit 7b60a77
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-dolls-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-bags-watch.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/rotten-lemons-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-oranges-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-owls-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-meals-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-trees-rule.md

This file was deleted.

30 changes: 30 additions & 0 deletions matrix-neoboard-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @nordeck/matrix-neoboard-widget

## 2.0.0

### Major Changes

- d1aa5b7: Migrate neoboard to vitejs + vitest

We replaced react-scripts with vitejs and jest with vitest. This change should not affect the functionality of the widget,
but it allows us to update dependencies and modernize the build process. It also improves the ability to react to security issues in the future.

However there are changes to the tooling. This will only affect you if you are building the widget yourself and do not use the provided build script.
This means that you will need to update your build script to use vitejs instead of react-scripts. Additionally, if you had custom changes to the configurations you will have to update them to the vitejs equivalent.

Finally, the package is now an ECMAScript module (ESM). This means that you might have to update your imports if you consumed the package directly.

### Minor Changes

- 5535a20: Hide about menu item if the widget is embedded
- 14f9a15: NeoBoard now monitors the browser's online state and displays a notification if offline

### Patch Changes

- 79ea35f: Add Border to the color picker icon
- a4e9a8b: Change rounded corner rectangle element position in the toolbar.
- Updated dependencies [db08392]
- Updated dependencies [9eed0b8]
- Updated dependencies [d1aa5b7]
- Updated dependencies [a4e9a8b]
- Updated dependencies [14f9a15]
- @nordeck/matrix-neoboard-react-sdk@1.0.0

## 1.20.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions matrix-neoboard-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"description": "A whiteboard widget for the Element messenger",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
"version": "1.20.0",
"version": "2.0.0",
"private": true,
"type": "module",
"dependencies": {
"@matrix-widget-toolkit/api": "^3.4.2",
"@matrix-widget-toolkit/mui": "^2.0.6",
"@nordeck/matrix-neoboard-react-sdk": "0.2.2",
"@nordeck/matrix-neoboard-react-sdk": "1.0.0",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
Expand Down
24 changes: 24 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @nordeck/matrix-neoboard-react-sdk

## 1.0.0

### Major Changes

- d1aa5b7: Migrate neoboard to vitejs + vitest

We replaced react-scripts with vitejs and jest with vitest. This change should not affect the functionality of the widget,
but it allows us to update dependencies and modernize the build process. It also improves the ability to react to security issues in the future.

However there are changes to the tooling. This will only affect you if you are building the widget yourself and do not use the provided build script.
This means that you will need to update your build script to use vitejs instead of react-scripts. Additionally, if you had custom changes to the configurations you will have to update them to the vitejs equivalent.

Finally, the package is now an ECMAScript module (ESM). This means that you might have to update your imports if you consumed the package directly.

### Minor Changes

- 9eed0b8: New API functions: WhiteboardManager.clear, WhiteboardInstance.persist and WhiteboardInstance.destroy
- 14f9a15: NeoBoard now monitors the browser's online state and displays a notification if offline

### Patch Changes

- db08392: A snapshot is sent when a new document is created
- a4e9a8b: Change rounded corner rectangle element position in the toolbar.

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SDK with react components to develop neoboard",
"author": "Nordeck IT + Consulting GmbH",
"license": "Apache-2.0",
"version": "0.2.2",
"version": "1.0.0",
"private": true,
"source": "./src/index.ts",
"module": "./src/index.ts",
Expand Down

0 comments on commit 7b60a77

Please sign in to comment.