Skip to content

Commit 02f5f64

Browse files
committed
chore(release): publish 0.3.0
1 parent 535af0e commit 02f5f64

File tree

4 files changed

+45
-3
lines changed

4 files changed

+45
-3
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
## 0.3.0 (2025-09-13)
2+
3+
4+
### 🚀 Features
5+
6+
- **arrow:** support set arrow mark ([#258](https://github.com/plait-board/drawnix/pull/258))
7+
- **eraser:** implement eraser feature ([#221](https://github.com/plait-board/drawnix/pull/221))
8+
- **eraser:** adding i18n for eraser ([427a730](https://github.com/plait-board/drawnix/commit/427a730))
9+
- **eraser:** Improving all the eraser feature mentioned in #247 ([#249](https://github.com/plait-board/drawnix/pull/249), [#247](https://github.com/plait-board/drawnix/issues/247))
10+
- **eraser:** drawing erasing trail animation effect ([#295](https://github.com/plait-board/drawnix/pull/295))
11+
- **i18n:** added i18n tool for multi-Language support ([#232](https://github.com/plait-board/drawnix/pull/232))
12+
- **i18n:** adding i18n for clean confirm ([7bdf543](https://github.com/plait-board/drawnix/commit/7bdf543))
13+
- **i18n:** refactor the structure of i18n, adding with-common getI18n for plait objects, complete the translation of zh,en,ru ([#276](https://github.com/plait-board/drawnix/pull/276))
14+
- **i18n:** add Arabic language ([#280](https://github.com/plait-board/drawnix/pull/280))
15+
- **popup-toolbar:** add stroke select state, add stroke type text ([#272](https://github.com/plait-board/drawnix/pull/272))
16+
17+
### 🩹 Fixes
18+
19+
- fix dockerfile build logic ([#201](https://github.com/plait-board/drawnix/pull/201))
20+
- **cursor:** set mind element css to always be inherit ([#260](https://github.com/plait-board/drawnix/pull/260))
21+
- **freehand&i18n:** fix i18n of freehand toolbar and make secondary toolbar always exist while using freehand element ([#255](https://github.com/plait-board/drawnix/pull/255))
22+
- **frontend:** comment addDebugLog to prevent potential XSS security issue ([#269](https://github.com/plait-board/drawnix/pull/269))
23+
- **hotkey:** prevent switch arrow creation mode when mod+a #195 ([#200](https://github.com/plait-board/drawnix/pull/200), [#195](https://github.com/plait-board/drawnix/issues/195))
24+
- **hotkey:** prevent enter arrow creation mode when press a and there are some selected elements ([#205](https://github.com/plait-board/drawnix/pull/205))
25+
- **hotkey:** Prevent Arc browser undo on Cmd+Z in Drawnix ([#254](https://github.com/plait-board/drawnix/pull/254))
26+
- **hotkey:** skip creation hotkey when use press special key and the among of alt, meta and ctrl ([#262](https://github.com/plait-board/drawnix/pull/262))
27+
- **menu:** Adding margin for the menu components ([c9ecd09](https://github.com/plait-board/drawnix/commit/c9ecd09))
28+
- **menu:** fix hotkey instruction for every OS ([#274](https://github.com/plait-board/drawnix/pull/274))
29+
- **mind:** bump plait into 0.84.0 to fix text can not show completely mentioned in #208 ([#261](https://github.com/plait-board/drawnix/pull/261), [#208](https://github.com/plait-board/drawnix/issues/208))
30+
- **toolbar:** fix issue mentioned in #290 ([#291](https://github.com/plait-board/drawnix/pull/291), [#290](https://github.com/plait-board/drawnix/issues/290))
31+
- **tutorial:** fix tutorial instruction issues and update styles ([#289](https://github.com/plait-board/drawnix/pull/289))
32+
33+
### ❤️ Thank You
34+
35+
- Andy Lu (Lu, Yu-An) @NaoCoding
36+
- coderwei @coderwei99
37+
- MalikAli @MalikAliQassem
38+
- Peter Chen
39+
- pubuzhixing8 @pubuzhixing8
40+
- Six
41+
- vishwak @PATTASWAMY-VISHWAK-YASASHREE
42+
143
## 0.2.1 (2025-08-06)
244

345

packages/drawnix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drawnix/drawnix",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

packages/react-board/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait-board/react-board",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

packages/react-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plait-board/react-text",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"private": false,

0 commit comments

Comments
 (0)