All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Support for clientside callbacks #30
- Support for hot reloading on application or asset changes #25
- Asset serving of CSS, JavaScript, and other resources #18
- Support for passing functions as layouts #18
- Resource registry for component assets #18
- Asynchronous component loading & fingerprinting component assets #18
- Developer tools UI support #18
- Dash environment variables are now supported #18
- Index page/layout validation now performed #18
- Support for
gzip
compression #14 - Parity with core Dash API parameters #12
- Integration tests are now supported, server startup message appears on app initialization #21
- Dash.jl now starts via
run_server
withhost
andport
arguments #2 - Defining layouts in Dash.jl now occurs similarly to Dash for Python/R #1