Skip to content

Commit def4192

Browse files
committed
chore: update changelog
1 parent 18b39f4 commit def4192

File tree

1 file changed

+34
-21
lines changed

1 file changed

+34
-21
lines changed

packages/vyuh_node_flow/CHANGELOG.md

Lines changed: 34 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,92 @@
11
## 0.3.0
22

3+
- **FEAT**: BREAKING CHANGE: `connectionStyle` moved from `NodeFlowTheme` to
4+
`ConnectionTheme`.
5+
- Removed lots of unused properties from various themes.
6+
- Introduced a connection animation effect at the `ConnectionTheme` level, which
7+
can be overridden by the connection itself.
8+
- **NOTE**: We'll be doing a lot of API cleanups, consolidation, renaming, and
9+
refactoring. So please do expect some breaking changes. We'll be documenting
10+
this in the changelog in the coming versions.
11+
312
## 0.2.15
413

5-
- **FEAT**: for some effects the paths were drawn on top of the effect, fixed now.
14+
- **FEAT**: for some effects the paths were drawn on top of the effect, fixed
15+
now.
616

717
## 0.2.14
818

9-
- **FEAT**: better effects with particle painter, glowing gradients.
19+
- **FEAT**: better effects with particle painter, glowing gradients.
1020

1121
## 0.2.13+1
1222

13-
- **FIX**: analysis issues.
23+
- **FIX**: analysis issues.
1424

1525
## 0.2.13
1626

17-
- **FEAT**: connection effects.
27+
- **FEAT**: connection effects.
1828

1929
## 0.2.12+1
2030

21-
- **FIX**: analysis issues resolved.
31+
- **FIX**: analysis issues resolved.
2232

2333
## 0.2.12
2434

25-
- **FEAT**: adding attribution and fixing demos for mobile viewports.
35+
- **FEAT**: adding attribution and fixing demos for mobile viewports.
2636

2737
## 0.2.11
2838

29-
- **FEAT**: adding shape support.
39+
- **FEAT**: adding shape support.
3040

3141
## 0.2.10+1
3242

33-
- **FIX**: analysis issues.
43+
- **FIX**: analysis issues.
3444

3545
## 0.2.10
3646

37-
- **FEAT**: better keyboard handling.
47+
- **FEAT**: better keyboard handling.
3848

3949
## 0.2.9+1
4050

41-
- **FIX**: adding docs for the library and rearranging files.
51+
- **FIX**: adding docs for the library and rearranging files.
4252

4353
## 0.2.9
4454

45-
- **FIX**: removing screenshots from publishing.
46-
- **FEAT**: making node size observable.
47-
- **FEAT**: added support to control deletion of nodes.
55+
- **FIX**: removing screenshots from publishing.
56+
- **FEAT**: making node size observable.
57+
- **FEAT**: added support to control deletion of nodes.
4858

4959
## 0.2.8
5060

51-
- **FEAT**: making node size observable.
52-
- **FEAT**: added support to control deletion of nodes.
61+
- **FEAT**: making node size observable.
62+
- **FEAT**: added support to control deletion of nodes.
5363

5464
## 0.2.7
5565

56-
- **FEAT**: making it work with wasm, moving json files into assets, fixing number deserialization on macos.
66+
- **FEAT**: making it work with wasm, moving json files into assets, fixing
67+
number deserialization on macos.
5768

5869
## 0.2.6+4
5970

60-
- **FIX**: bringing the assets back ... as pub.dev expects it to be inside the archive.
71+
- **FIX**: bringing the assets back ... as pub.dev expects it to be inside the
72+
archive.
6173

6274
## 0.2.6+3
6375

64-
- **FIX**: setting proper example.
76+
- **FIX**: setting proper example.
6577

6678
## 0.2.6+2
6779

68-
- **FIX**: updated readme with proper code formatting, added assets to pubignore to reduce package size.
80+
- **FIX**: updated readme with proper code formatting, added assets to pubignore
81+
to reduce package size.
6982

7083
## 0.2.6+1
7184

72-
- **FIX**: add example and update image links in readme.
85+
- **FIX**: add example and update image links in readme.
7386

7487
## 0.2.6
7588

76-
- Fixed alignment and distribution of nodes
89+
- Fixed alignment and distribution of nodes
7790

7891
## 0.2.5
7992

0 commit comments

Comments
 (0)