Skip to content

Commit

Permalink
chore:release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hqer927 committed Jan 8, 2025
1 parent 94f343f commit 43deb0f
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.0.3 (2025-01-08)
- Fixed Fastboard UI about toolbar pencil menu.

## 1.0.2 (2024-12-23)
- When turning on appliance plugin, Fastboard UI added `markPen`.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@hyrious/esbuild-dev": "^0.10.3",
"@hyrious/esbuild-plugin-svelte": "^0.2.0",
"@hyrious/rimraf": "^0.1.0",
"@netless/appliance-plugin": "^1.1.7",
"@netless/appliance-plugin": "^1.1.8",
"@netless/window-manager": "^1.0.0",
"@sveltejs/vite-plugin-svelte": "2.4.2",
"@types/node": "^18.11.18",
Expand Down Expand Up @@ -46,7 +46,7 @@
"pnpm": {
"overrides": {
"@netless/window-manager": "^1.0.0",
"@netless/appliance-plugin": "^1.1.7",
"@netless/appliance-plugin": "^1.1.8",
"white-web-sdk": "^2.16.52"
},
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-core",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager and @netless/appliance-plugin.",
"main": "src/index.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-react",
"version": "1.0.2",
"version": "1.0.3",
"description": "React components of @netless/fastboard.",
"main": "src/index.tsx",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard-ui",
"version": "1.0.2",
"version": "1.0.3",
"description": "The front-end of @netless/fastboard-core.",
"main": "src/index.ts",
"svelte": "dist/index.svelte.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netless/fastboard",
"version": "1.0.2",
"version": "1.0.3",
"description": "A tiny wrapper of white-web-sdk and @netless/window-manager.",
"main": "src/index.ts",
"files": [
Expand Down
8 changes: 6 additions & 2 deletions packages/fastboard/test/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ createFastboard({
},
joinRoom: {
uid: genUID(),
uuid: import.meta.env.VITE_ROOM_UUID || "f3e75f20c0f211ef940ec9f75538d484",
uuid: import.meta.env.VITE_ROOM_UUID || "08124220cd6511ef86b97fb673b68de6",
// floatBar: {
// colors: [
// [224, 32, 32],
Expand All @@ -60,7 +60,7 @@ createFastboard({
// },
roomToken:
import.meta.env.VITE_ROOM_TOKEN ||
"NETLESSROOM_YWs9VWtNUk92M1JIN2I2Z284dCZleHBpcmVBdD0xNzM1MDE5OTE4MDM3Jm5vbmNlPWY0MDUyMDUwLWMwZjItMTFlZi05NmE5LWFiMzg4NjE4OThhZiZyb2xlPTEmc2lnPWZmNmQwNzU5NDJlNTc2ZGVhZWMwMzM5ZjUwYTkzMmNlM2M3MTBlZmRlNzczYjExMGE5YjMwOGRkMzUyNzM4MDkmdXVpZD1mM2U3NWYyMGMwZjIxMWVmOTQwZWM5Zjc1NTM4ZDQ4NA",
"NETLESSROOM_YWs9VWtNUk92M1JIN2I2Z284dCZleHBpcmVBdD0xNzM2Mzg4MzI4NDQyJm5vbmNlPTA4MmU1NWEwLWNkNjUtMTFlZi05NmE5LWFiMzg4NjE4OThhZiZyb2xlPTEmc2lnPTU2MmJlZjg0Njg4YjY4OTRjNGY5MzZlYzgyYzE0MmJjNjQ2ZDc2MDllZTRkZTEyYTk0NDAzMTVlMjMyMTQ4ZTImdXVpZD0wODEyNDIyMGNkNjUxMWVmODZiOTdmYjY3M2I2OGRlNg",
},
managerConfig: {
cursor: true,
Expand All @@ -70,6 +70,10 @@ createFastboard({
fullWorkerUrl,
subWorkerUrl,
},
strokeWidth: {
min: 1,
max: 32,
},
},
}).then(app => {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down
24 changes: 22 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 43deb0f

Please sign in to comment.