Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ announcements on the StageXL forum or use one of the support links below:
* StageXL GitHub <https://github.com/bp74/StageXL/issues>
* StageXL StackOverflow: <https://stackoverflow.com/questions/ask?tags=stagexl>

### 2.3.1-wip
* Fixed links in `pubspec.yaml`.

### 2.3.0
* **Breaking Change:** Migrated from dart:html to package:web
* Update Dart SDK restraint to ^3.5.0
Expand Down
4 changes: 1 addition & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: stagexl
version: 2.3.0
version: 2.3.1-wip
description: A fast and universal 2D rendering engine for HTML5 and Dart.
homepage: http://www.stagexl.org
repository: https://github.com/bp74/StageXL

environment:
sdk: ^3.5.0

documentation: http://www.stagexl.org/docs/api/index.html

dependencies:
http: ^1.2.0
web: ^1.1.1
Expand Down