Skip to content

Commit 354f884

Browse files
committed
docs: Bumped tiled-api to 1.10.0
1 parent 928eea5 commit 354f884

File tree

3 files changed

+45
-237
lines changed

3 files changed

+45
-237
lines changed

Diff for: docs/scripting-doc/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## Changelog
22

3+
### 1.10.0
4+
5+
- Added the new API from Tiled 1.10.0
6+
- Added missing documentation for QComboBox.clear, QTextEdit.html,
7+
QTextEdit.markdown, QLineEdit.text, QWidget.styleSheet, Dialog.exec,
8+
Tileset.transparentColor and Tile.imageRect
9+
- Fixed documentation for Dialog.addImage
10+
- Fixed QDoubleSpinBox step value property name
11+
- Fixed type of ImageLayer.transparentColor
12+
* Fixed link in docs for Dialog.addTextEdit
13+
- Clarified the return value of TileLayer.flagsAt
14+
- Clarified documentation for TileLayerEdit.setTile
15+
- Updated links to Qt documentation to Qt 6
16+
317
### 1.9.2
418

519
> 22 Sep 2022

Diff for: docs/scripting-doc/package-lock.json

+30-236
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: docs/scripting-doc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "git+https://github.com/mapeditor/tiled.git"
77
},
88
"types": "./index.d.ts",
9-
"version": "1.9.2",
9+
"version": "1.10.0",
1010
"scripts": {
1111
"test": "tsc"
1212
},

0 commit comments

Comments
 (0)