|
1 | 1 | ## 0.3.0 |
2 | 2 |
|
| 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 | + |
3 | 12 | ## 0.2.15 |
4 | 13 |
|
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. |
6 | 16 |
|
7 | 17 | ## 0.2.14 |
8 | 18 |
|
9 | | - - **FEAT**: better effects with particle painter, glowing gradients. |
| 19 | +- **FEAT**: better effects with particle painter, glowing gradients. |
10 | 20 |
|
11 | 21 | ## 0.2.13+1 |
12 | 22 |
|
13 | | - - **FIX**: analysis issues. |
| 23 | +- **FIX**: analysis issues. |
14 | 24 |
|
15 | 25 | ## 0.2.13 |
16 | 26 |
|
17 | | - - **FEAT**: connection effects. |
| 27 | +- **FEAT**: connection effects. |
18 | 28 |
|
19 | 29 | ## 0.2.12+1 |
20 | 30 |
|
21 | | - - **FIX**: analysis issues resolved. |
| 31 | +- **FIX**: analysis issues resolved. |
22 | 32 |
|
23 | 33 | ## 0.2.12 |
24 | 34 |
|
25 | | - - **FEAT**: adding attribution and fixing demos for mobile viewports. |
| 35 | +- **FEAT**: adding attribution and fixing demos for mobile viewports. |
26 | 36 |
|
27 | 37 | ## 0.2.11 |
28 | 38 |
|
29 | | - - **FEAT**: adding shape support. |
| 39 | +- **FEAT**: adding shape support. |
30 | 40 |
|
31 | 41 | ## 0.2.10+1 |
32 | 42 |
|
33 | | - - **FIX**: analysis issues. |
| 43 | +- **FIX**: analysis issues. |
34 | 44 |
|
35 | 45 | ## 0.2.10 |
36 | 46 |
|
37 | | - - **FEAT**: better keyboard handling. |
| 47 | +- **FEAT**: better keyboard handling. |
38 | 48 |
|
39 | 49 | ## 0.2.9+1 |
40 | 50 |
|
41 | | - - **FIX**: adding docs for the library and rearranging files. |
| 51 | +- **FIX**: adding docs for the library and rearranging files. |
42 | 52 |
|
43 | 53 | ## 0.2.9 |
44 | 54 |
|
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. |
48 | 58 |
|
49 | 59 | ## 0.2.8 |
50 | 60 |
|
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. |
53 | 63 |
|
54 | 64 | ## 0.2.7 |
55 | 65 |
|
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. |
57 | 68 |
|
58 | 69 | ## 0.2.6+4 |
59 | 70 |
|
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. |
61 | 73 |
|
62 | 74 | ## 0.2.6+3 |
63 | 75 |
|
64 | | - - **FIX**: setting proper example. |
| 76 | +- **FIX**: setting proper example. |
65 | 77 |
|
66 | 78 | ## 0.2.6+2 |
67 | 79 |
|
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. |
69 | 82 |
|
70 | 83 | ## 0.2.6+1 |
71 | 84 |
|
72 | | - - **FIX**: add example and update image links in readme. |
| 85 | +- **FIX**: add example and update image links in readme. |
73 | 86 |
|
74 | 87 | ## 0.2.6 |
75 | 88 |
|
76 | | - - Fixed alignment and distribution of nodes |
| 89 | +- Fixed alignment and distribution of nodes |
77 | 90 |
|
78 | 91 | ## 0.2.5 |
79 | 92 |
|
|
0 commit comments