Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
- Fixed whitespace in VS Code settings
  • Loading branch information
Starmapo committed Dec 7, 2023
1 parent 3597a4e commit 526eebf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"[haxe]": {
"editor.formatOnSave": true,
"[haxe]": {
"editor.formatOnSave": true,
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"haxe.enableExtendedIndentation": true
},
"haxe.enableExtendedIndentation": true
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.1.0 - 2023-12-07

### Added

- `flixel.addons.text.ui.FlxUINumericStepper`: A recreation of the "flixel-ui" numeric stepper that uses this library's text input
Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"tags": ["ui", "gui", "flixel"],
"description": "An improved text input object for HaxeFlixel.",
"version": "1.0.0",
"releasenote": "Initial release.",
"version": "1.1.0",
"releasenote": "Added `FlxUINumericStepper` and sample projects.",
"contributors": ["Starmapo"]
}

0 comments on commit 526eebf

Please sign in to comment.