Releases: ellie-app/ellie
Releases · ellie-app/ellie
v1.3.6
Add branch to forked version of CodeMirror allowing build to succeed
v1.3.5 fix(*): add branch name pointing to prebuilt codemirror to deps (#120)
Upgrade Elm to 0.19.1 and other fixes
Closes a few issues folks opened recently. (#119) * fix(Ui.CodeEditor): updates to use Evan's version of Elm mode for CM * fix(*): rm format shortcut copy * fix(Editor.State.Working): allow ellie to be taken back online * fix(Ui.Output): update doc selectors to find new debugger
Redirect wasn't stripping the dot from www.
v1.3.3 fix(*): add . to www redirect plug (#101)
Fix WebSocket connection failure
- Fix
www
failingcheck_origin
causing WebSocket connection to never be established.
Fix Elm Debugger
Elm Debugger was not visible in Chrome or Safari due to javascript:void(0)
being used as src for an inner iframe tag. When the src is about:blank
Chrome and Safari work but Firefox would fails, conditional was used to support all.
Fix regional issues, add key combo support
fix(*): general cleanup, patch absinthe start issue (#90) * fix(*): general cleanup, patch absinthe start issue * chore(*): base_path, use parentheses to remove the ambiguity * chore(*): undo lock file change * feat(*): hook up key combos * feat(*): rewrite keyCombo sub in elm
v1.2.0: chore(*): updating terms, contact info, and README (#83)
chore(*): update terms, contact info, and README
v1.1.0: Upgrade elm dependencies, to latest http & elm-graphql (#82)
* chore(*): elm-graphql 2.0.0 upgrade * chore(*): elm-graphql 4.2.0 upgrade * fix(*): target self on external links
Upgrade to Elm 0.19, update to AWS infrastructure
Additional 0.19 cleanup and fix error section scrolling (#81) * chore(*): rm unnecessary effects, cleanup socket code * fix(Ellie.Ui.Error): mv bg color up, wrap view in overflow scroll