Fixed and tested in Atom v0.141.0:
- Space-Pen Preview (HTML view rendering in general)
- Error messages pop-up (not appearing)
- Toggle Options and Renderer Select view (erroring)
- Toggling Preview will open another Preview tab and not close Preview tab is already open
- Follow renaming of ReactEditorView to EditorView
- Matches atom/atom@3d2d8c4 which is included in Atom 0.124.0.
- ng-classify support.
- LiveScript language support.
- Improve regexes for matching extensions. No need to match entire string, just the end.
- Fixes #48. Preview shouldn't be focused.
- Fixes #48. Reverting the last changes. It actually is worse.
- Fixes #48. Forces focus on lastEditor after Preview.
- Closes #22. Add interface for User to select (force) Renderer.
- Closes #47. SpacePen preview rendering support.
- Closes #32. PreviewView now extends ReactEditorView.
- Fix contex-menu in non-editeara
- UI Improvements to error message popup.
- Improve resource management. Destroy panel on package deactivate.
- Closes #39. Add EmberScript support.
- Closes #41. Add React (JSX) support.
- More subtle overlay for error messages
- Use editor font family
- Fixes #10. Fix bug that Google Analytics events not being tracked.
- Use same font as editor
- Fixes #30. LESS previewing now includes Atom's LESS variables.
- Minor UI improvements.
- Removed some unneccessary logging
- Removed top and bottom padding from preview-view
- See #15. Add ClojureScript sample. Previewer not yet implemented.
- Fixes #28. Workaround for PreviewView to handle getModel method.
- Fixes #27. Apply selected theme's syntax highlighting in Previews.
- Add DSON support to README
- DSON support
- Stylus rendering is now given a file path to resolve external files, such as used for variables.
- Improve Analytics data tracking
- Add Analytics to track which languages are most used
- Stylus language support
- Add TypeScript support to README
- TypeScript language support
- DodgeScript language support
- Add ActivationEvents to improve performance
- Add Gitter badge
- Literate CoffeeScript support
- CoffeeScript language support
- LESS language support
- Jade language support