Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add roadmap #468

Merged
merged 1 commit into from
Aug 23, 2023
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
71 changes: 71 additions & 0 deletions doc/content/roadmap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@


Roadmap
=======


Getting Feature Complete
------------------------

- HTML

- Add missing inputs

- Add radio buttons and radio groups

- Add date inputs
- Support for Year, Week, Local Time, etc

- Add password input
- Add email input
- Add range input
- Add color input

- Add support for file uploads
- Add support for JavaScript Modules


Lona 2.0
--------

- Names and Imports

- Remove ``lona.LonaApp``
- Remove ``lona.LonaView``

- HTML

- Remove ``lona.html.Select`` and ``lona.html.Select2``

- Rename ``lona.html.Select2`` to ``lona.html.Select``
- Rename ``lona.html.Option2`` to ``lona.html.Option``

- Remove support for HTML string parsing from ``lona.html.HTML2``

- Remove ``lona.html.HTML``

- Rename ``lona.html.HTML2`` to ``lona.html.HTML``

- Remove ``lona.html.Widget``
- Remove ``lona.html.Datalist``
- Remove ``lona.html.Fieldset``
- Remove ``settings.USE_FUTURE_NODE_CLASSES``

- Rendering

- Remove old JavaScript client

- Remove ``client`` and rename ``client2`` to ``client``
- Remove ``settings.CLIENT_VERSION``

- Remove support for ``lona.html.Widget``

- Remove widget hooks ``setup``, ``deconstruct``, ``data_updated``
- Remove widget attributes ``nodes`` and ``root_node``

- Remove support for dict responses

- Remove old daemon behavior

- Remove ``View.daemonize``
- Remove ``settings.STOP_DAEMON_WHEN_VIEW_FINISHES``
1 change: 1 addition & 0 deletions doc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
['News / Getting Help', 'news-getting-help.rst'],
['How To Contribute', 'how-to-contribute.rst'],
['Contributors', 'contributors.rst'],
['Roadmap', 'roadmap.rst'],
['Changelog', 'changelog.rst'],
['License', 'license.rst'],
['Stickers', 'stickers.rst'],
Expand Down