Skip to content

Commit

Permalink
Merge pull request #4032 from bjorn/tiled-api-1.11.0
Browse files Browse the repository at this point in the history
docs: Bumped tiled-api to 1.11.0
  • Loading branch information
bjorn authored Aug 15, 2024
2 parents e42fb8b + aecc1c4 commit 48eddd5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 13 deletions.
12 changes: 12 additions & 0 deletions docs/scripting-doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 1.11.0

- Added the new API from Tiled 1.10.2 and 1.11.0
- Documented FileEdit.isDirectory / filter and fix @link tags (#3777)
- Split ToolDefinition from Tool for registerTool function
- Clarify how to erase tiles and highlight it in the Tool.preview
- Extended docs for TileLayerEdit.apply and MapObject.textAlignment
- Fixed missing "| null" in a few more places
- Fixed hidden doc for Dialog.exec() (#3837)
- Fixed the type of FilePath.url and ImageLayer.imageSource
- Link Tile.frames from Tile.animated

### 1.10.1

- Added the new API from Tiled 1.10.1
Expand Down
26 changes: 14 additions & 12 deletions docs/scripting-doc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/scripting-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "git+https://github.com/mapeditor/tiled.git"
},
"types": "./index.d.ts",
"version": "1.10.1",
"version": "1.11.0",
"scripts": {
"test": "tsc"
},
Expand Down

0 comments on commit 48eddd5

Please sign in to comment.