File tree Expand file tree Collapse file tree 2 files changed +53
-1
lines changed Expand file tree Collapse file tree 2 files changed +53
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [ 0.3.0] - 2024-05-11
6
+
7
+ ### 🚀 Features
8
+
9
+ - Using @umi/max
10
+
11
+ ### ⚙️ Miscellaneous Tasks
12
+
13
+ - Enable Google Analytics
14
+
15
+ ## [ 0.2.0] - 2024-05-04
16
+
17
+ ### 🚀 Features
18
+
19
+ - Better ui, graph moveable, pk with emoji
20
+ - Add note on the node
21
+
22
+ ### 🐛 Bug Fixes
23
+
24
+ - Disable mousewheel
25
+
26
+ ### 📚 Documentation
27
+
28
+ - Update readme and package.json, add project info
29
+
30
+ ## [ 0.1.0] - 2024-05-03
31
+
32
+ ### 🚀 Features
33
+
34
+ - Init umijs
35
+ - Enable editor
36
+ - X6 enable
37
+ - Convert dbml file in monaco to x6 er
38
+ - Tunning ui connetion and style
39
+ - Enable syntax highlight
40
+
41
+ ### 📚 Documentation
42
+
43
+ - Add readme
44
+
45
+ ### ⚙️ Miscellaneous Tasks
46
+
47
+ - Github actions
48
+ - Enable cd pipeline on Github Pages
49
+ - Fix Github Pages cname
50
+ - Add package info
51
+
52
+ <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dbml-editor" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"author" : " Jingchao Di <alswlx@gmail.com>" ,
5
5
"scripts" : {
6
6
"build" : " max build" ,
You can’t perform that action at this time.
0 commit comments