d2/ci/release/changelogs/next.md
Alexander Wang 4924a8babf
Merge pull request #1091 from alankan886/master
compiler: Compiler error when Link is set and Tooltip is an URL
2023-03-27 21:27:00 -07:00

10 lines
454 B
Markdown

#### Features 🚀
- `--animate-interval` can be passed as a flag to animate multi-board diagrams. See [docs](https://d2lang.com/todo). [#1088](https://github.com/terrastruct/d2/pull/1088)
- `paper` is available as a `fill-pattern` option [#1070](https://github.com/terrastruct/d2/pull/1070)
#### Improvements 🧹
- prevent `tooltip` to be an URL when `link` is already set. [#1091](https://github.com/terrastruct/d2/pull/1091)
#### Bugfixes ⛑️