Current section

Files

Jump to
surface_catalogue CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.0 (2021-10-21)
* Update Surface to v0.6
## v0.1.0 (2021-06-17)
* Update Surface to v0.5
* Add sample catalogue
## v0.0.9 (2021-06-04)
* Fix updating example code when switching from one example to another (#14)
## v0.0.8 (2021-05-01)
* Update to Surface v0.4.0
* Support for single catalogue
* Support setting title and subtitle from config
* Add scrolling to example config, dynamic scrolling setting on iframe (#10)
## v0.0.7 (2021-02-24)
* Allow setting `nil` for integer and lists in the prop editor
* Allow setting `nil` for props with predefined values in the prop editor
* Fix default prop values getting cleared after updating props in the prop editor
* Fix sorting list of examples
## v0.0.6 (2021-02-18)
* Allow setting `nil` in the prop editor of the playground
## v0.0.5 (2021-02-12)
* Only log events of the playgrouns's subject
* Fix feedback of pending events
## v0.0.4 (2021-02-11)
* Show description for each example based on its `@moduledoc`
## v0.0.3 (2021-02-05)
* Allow inspect assigns/state of live components
* More consistent tracing of live components state changes
## v0.0.2 (2021-02-03)
* Define a default ErrowView for the server endpoint
* Fix boolean input when default is true
* Fix public functions listing in API
* Loading feedback for playgrounds
## v0.0.1 (2021-02-01)
* Initial prototype