as / a

A graphical text editor
BSD 3-Clause "New" or "Revised" License
352 stars 25 forks source link

Concurrent v0.5.5 -> v0.6.7 #137

Closed as closed 6 years ago

as commented 6 years ago

This change bumps the editor by one minor + two patch versions. v0.5.5 -> v0.6.7.

The first major change is support for a concurrent version of shiny which uses channels instead of methods and event deques to communicate. This version, located @ github.com/a/shiny is also simplified and contains no widgets or lifecyclers.

The second major change is the removal of the column object. It lives in its own package under github.com/as/ui/col now.

Some minor but arguably good things

What isn't in this pull