File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name := " youi"
22organization in ThisBuild := " io.youi"
3- version in ThisBuild := " 0.7.0-SNAPSHOT "
3+ version in ThisBuild := " 0.7.0"
44scalaVersion in ThisBuild := " 2.12.3"
55crossScalaVersions in ThisBuild := List (" 2.12.3" , " 2.11.11" )
66resolvers in ThisBuild += Resolver .sonatypeRepo(" releases" )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments