Skip to content

Commit 53894aa

Browse files
committed
Release 0.7.0
1 parent a97bdc7 commit 53894aa

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "youi"
22
organization in ThisBuild := "io.youi"
3-
version in ThisBuild := "0.7.0-SNAPSHOT"
3+
version in ThisBuild := "0.7.0"
44
scalaVersion in ThisBuild := "2.12.3"
55
crossScalaVersions in ThisBuild := List("2.12.3", "2.11.11")
66
resolvers in ThisBuild += Resolver.sonatypeRepo("releases")

wip.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
# Work in Progress
22
## Tasks currently being worked on for the next release
33

4-
* [X] ScrollBar visual support
5-
* [X] ComponentPaint for better integration of Image and Video painting
6-
* [X] Paint.modified to support mutating paints
7-
* [X] Widget as common root for canvas and hypertext Components
8-
* [X] Layout migration to build on Widget instead of Component
9-
* [X] Flow layout
10-
* [X] Opacity on Component in Canvas
11-
* [X] Create Component.actual for pre-multiplied values
12-
* [X] Convenience functionality in HttpHandlerBuilder to create a restful end-point
13-
* [X] Better error handling support in HttpClient
14-
* [X] Event propagation in canvas
15-
* [X] GoogleFonts integration
16-
* [X] Streaming Content support in HttpResponse
17-
* [X] Convenience functionality for streaming ZIP
18-
* [X] Fixes and improvements regarding proxying functionality
19-
* [X] Update ServerApplication.addTemplate to work as proper fallback (not apply if content is already defined by another handler).
4+
* [ ] Selectable Text in Canvas for copy/paste
5+
* [ ] TextInput in Canvas for editable editable text
6+
* [ ] Editing features
7+
* [ ] Caret with customization support
8+
* [ ] Rich text segments
9+
* [ ] Multi-line support or explicit single-line support

0 commit comments

Comments
 (0)