Skip to content

Releases: seflless/atom-diagrams

v0.30.0

10 Aug 17:40
Compare
Choose a tag to compare
  • Removes web worker usage for .dot files as they are no longer supported
  • Removed SVG previewer as most people want to see the source not the output of .svg files

v0.28.4

26 Oct 18:46
Compare
Choose a tag to compare
  • Auto-commenting now works with diagrams' files (#18)

v0.28.2

31 Aug 17:18
Compare
Choose a tag to compare
  • Rewrites code/styles that cause deprecation cop to trigger

v0.28.1

31 Aug 17:07
Compare
Choose a tag to compare
  • Added dynamic resizing to feature list documentation.

v0.28.0

31 Aug 17:05
Compare
Choose a tag to compare
  • You can now dynamically resize the preview window

v0.27.1

29 Aug 16:38
Compare
Choose a tag to compare

Changes

  • Upgraded js-sequence-diagrams to 2.0.1

v0.26.4

03 Feb 19:37
Compare
Choose a tag to compare
  • Upgraded selectors to work with new Atom shadow DOM free approach. Fixed: #6

v0.26.3

22 Jan 18:49
Compare
Choose a tag to compare
  • Adds support for setting the Diagram Previewer Width via the Package's Settings:
    screen shot 2017-01-22 at 1 48 59 pm

v0.26.0

03 Jan 06:04
Compare
Choose a tag to compare
  • Wrapped viz.js in webworker to make it's use of 'eval' not throw errors. Fixes: #2