JustPy 0.2.2
This is the first release in a long time and includes many new features as well as bug fixes. I recommend continuing using release 0.1.15 for production.
New features:
- Ability to register component for use by parser
- 'keydown', 'keyup', 'keypress' events added to WebPage
- In WebPage added method write that adds markdown and method equation that adds an equation.
- Added class TailwindVersion1Page(WebPage) if you want to use version 1 of tailwind instead of version 2 which is default now
- Markdwon element
- Equation element
- If AgGrid field includes 'formatter' it is evaluated as javascript
- Quasar version option
QUASAR_VERSION = config('QUASAR_VERSION', cast=str, default=None) - Request handlers can return raw starlette response (just return startlette respose) line 171 in justpy.py
- Support for additional chart packages: Vega, Bokeh, Plotly, DeckGl