|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
| 5 | +## [1.35.0] - 2024-06-06 |
| 6 | + |
| 7 | +[c91b30f](c91b30fc1eb725848daf68b1e309efc52c683abe)...[dd6aff2](dd6aff24cbe5bd2e1e5ce36350e1b5261c0d42af) |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +- Disable zoom on mobile when zoomToPinch is false (#1449) ([1b5e14a](1b5e14a5b831ad949df8ff59faf6af092cfd7185)) |
| 12 | +- Disable drag when using multi-touch (#1448) ([8bc1c99](8bc1c9925272c4ed2b5a8679a4e1c35a348f24c0)) |
| 13 | +- Use computed edge ref ([faf67c2](faf67c2b55d7aa4bb243e238897ba7c3944505c5)) |
| 14 | + |
| 15 | +### Documentation |
| 16 | + |
| 17 | +- Cleanup examples ([a220161](a220161876d6c8ac96207b22f5d045c739d17b0d)) |
| 18 | + |
| 19 | +### Features |
| 20 | + |
| 21 | +- Add edge id to handle connections ([1bb7a19](1bb7a19e1ba2354f96519694b6e91304b853e461)) |
| 22 | + |
| 23 | +### Miscellaneous Tasks |
| 24 | + |
| 25 | +- Add ([0d971d8](0d971d89b6c722e406e4e238d85ccf874b0110d8)) |
| 26 | +- Add todos for parentId ([5703647](5703647290ab954baaed3a6db81a9ba673f0cdb7)) |
| 27 | +- Add ([688f886](688f886f9b9e020aa7e1ab775a82e3bf0f495c95)) |
| 28 | +- Update ([329be6b](329be6b60cca371c52e515e52083df610eab82d7)) |
| 29 | +- Add ([e5508bc](e5508bc8eb5c2fb633ad8469ea09d947b9baca61)) |
| 30 | +- Add ([0c1bd1b](0c1bd1b204e9da679ad3e3fdf4217d8e4cc9b248)) |
| 31 | +- Cleanup ([25bb585](25bb5852204df82f95d13bc0f4d87a90be126af8)) |
| 32 | +- Add missing container class name ([40f2421](40f2421dc9bd6e89b608c5e4a308e70ec77e6fc1)) |
| 33 | + |
| 34 | +### Refactor |
| 35 | + |
| 36 | +- Use `vue-flow__marker` on marker defs el ([5d3f87f](5d3f87fd5681701d14c2a21f6bec40b3e4ae22da)) |
| 37 | +- Remove auto-generated handle ids ([c822f9c](c822f9c632c1251f8b9e976b65d4a32c64b8cb9d)) |
| 38 | +- Check if starting handle exists ([660831c](660831cc377798b26ce6d3fb977ea721b30eec4e)) |
| 39 | +- Use all nodes in node renderer ([ea45545](ea45545835d9880ff25eae2687ac28580d2798c4)) |
| 40 | +- Render null if node is hidden ([3498399](3498399ef763330fd4ff6e9e668a13b752e81fac)) |
| 41 | +- Render null if edge is hidden ([5e9db1c](5e9db1c87fbfef3fd52c372f9162a37dbc94e8ac)) |
| 42 | +- Remove hidden check from `getNodes` & `getEdges` ([cc0b8b6](cc0b8b69a32692c7ba71578d0bdc59793be7a20b)) |
| 43 | +- Use node/edge id as only dependency for nodes/edges list (#1447) ([876b71d](876b71dc19ebf0be16e7dcc5627c3bbc68aefbb5)) |
| 44 | +- Use node lookup map internally (#1450) ([a592fbd](a592fbd78a231717b24e314708d630d5f16ff0bc)) |
| 45 | + |
| 46 | +### Testing |
| 47 | + |
| 48 | +- Update handle ids in tests ([82d9991](82d99915d3914a5736864fcf1ae041f620e9fc3d)) |
| 49 | + |
5 | 50 | ## [1.34.1] - 2024-05-31
|
6 | 51 |
|
7 | 52 | [2443752](2443752e82d0c26130358102ed54fc146a067b4c)...[c91b30f](c91b30fc1eb725848daf68b1e309efc52c683abe)
|
|
0 commit comments