Merge pull request #2435 from alixander/move-js-changelogs
update changelog
This commit is contained in:
commit
e9353e74dc
3 changed files with 28 additions and 17 deletions
|
|
@ -10,22 +10,6 @@
|
||||||
|
|
||||||
#### Improvements 🧹
|
#### Improvements 🧹
|
||||||
|
|
||||||
- d2js:
|
|
||||||
- Support `d2-config`. Support additional options: [#2343](https://github.com/terrastruct/d2/pull/2343)
|
|
||||||
- `themeID`
|
|
||||||
- `darkThemeID`
|
|
||||||
- `center`
|
|
||||||
- `pad`
|
|
||||||
- `scale`
|
|
||||||
- `forceAppendix`
|
|
||||||
- `target`
|
|
||||||
- `animateInterval`
|
|
||||||
- `salt`
|
|
||||||
- `noXMLTag`
|
|
||||||
- Support relative imports. Improve elk error handling: [#2382](https://github.com/terrastruct/d2/pull/2382)
|
|
||||||
- Support fonts (`fontRegular`, `fontItalic`, `fontBold`, `fontSemiBold`): [#2384](https://github.com/terrastruct/d2/pull/2384)
|
|
||||||
- Add TypeScript signatures
|
|
||||||
|
|
||||||
- d2cli:
|
- d2cli:
|
||||||
- Support `validate` command. [#2415](https://github.com/terrastruct/d2/pull/2415)
|
- Support `validate` command. [#2415](https://github.com/terrastruct/d2/pull/2415)
|
||||||
- Watch mode ignores backup files (e.g. files created by certain editors like Helix). [#2131](https://github.com/terrastruct/d2/issues/2131)
|
- Watch mode ignores backup files (e.g. files created by certain editors like Helix). [#2131](https://github.com/terrastruct/d2/issues/2131)
|
||||||
|
|
@ -42,3 +26,7 @@
|
||||||
- fixes inconsistencies when objects were double quoted [#2390](https://github.com/terrastruct/d2/pull/2390)
|
- fixes inconsistencies when objects were double quoted [#2390](https://github.com/terrastruct/d2/pull/2390)
|
||||||
- CLI: fetch and render remote images of mimetype octet-stream correctly [#2370](https://github.com/terrastruct/d2/pull/2370)
|
- CLI: fetch and render remote images of mimetype octet-stream correctly [#2370](https://github.com/terrastruct/d2/pull/2370)
|
||||||
- d2js: handle unicode characters [#2393](https://github.com/terrastruct/d2/pull/2393)
|
- d2js: handle unicode characters [#2393](https://github.com/terrastruct/d2/pull/2393)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
For the latest d2.js changes, see separate [changelog](https://github.com/terrastruct/d2/blob/master/d2js/js/CHANGELOG.md).
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,7 @@
|
||||||
#### Improvements 🧹
|
#### Improvements 🧹
|
||||||
|
|
||||||
#### Bugfixes ⛑️
|
#### Bugfixes ⛑️
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
For the latest d2.js changes, see separate [changelog](https://github.com/terrastruct/d2/blob/master/d2js/js/CHANGELOG.md).
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,25 @@
|
||||||
All notable changes to only the d2.js package will be documented in this file. **Does not
|
All notable changes to only the d2.js package will be documented in this file. **Does not
|
||||||
include changes to the main d2 project.**
|
include changes to the main d2 project.**
|
||||||
|
|
||||||
## [0.1.0] - 2025-01-12
|
## [0.1.22]
|
||||||
|
### March 20, 2025
|
||||||
|
|
||||||
|
- Support `d2-config`. Support additional options. [#2343](https://github.com/terrastruct/d2/pull/2343)
|
||||||
|
- `themeID`
|
||||||
|
- `darkThemeID`
|
||||||
|
- `center`
|
||||||
|
- `pad`
|
||||||
|
- `scale`
|
||||||
|
- `forceAppendix`
|
||||||
|
- `target`
|
||||||
|
- `animateInterval`
|
||||||
|
- `salt`
|
||||||
|
- `noXMLTag`
|
||||||
|
- Support relative imports. Improve elk error handling [#2382](https://github.com/terrastruct/d2/pull/2382)
|
||||||
|
- Support fonts (`fontRegular`, `fontItalic`, `fontBold`, `fontSemiBold`) [#2384](https://github.com/terrastruct/d2/pull/2384)
|
||||||
|
- Add TypeScript signatures
|
||||||
|
|
||||||
|
## [0.1.21]
|
||||||
|
### January 12, 2025
|
||||||
|
|
||||||
First public release
|
First public release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue