Skip to content

Releases: jolle/miro-export

1.3.1: Automatic retries

30 Dec 10:33

Choose a tag to compare

In certain situations, the tool may too quickly try to export the SVG, which may fail if all of the internal dependencies haven't been resolved yet. Automatic retries have been added to work around this issue.

1.3.0: Support for broken boards

29 Dec 21:12

Choose a tag to compare

Some boards are broken on Miro’s side and fail to load fully due to a client-side bug in Miro. This version allows users to export the full SVG of these boards, but not the JSON or a specific object in the board. For more information, see #65.

1.2.0: Better error handling

25 Dec 18:02

Choose a tag to compare

What's Changed

  • Added a timeout for loading the board. Configurable with the -l option in the CLI or the boardLoadTimeoutMs option in the library
  • Added ability to supply custom Puppeteer launch options with the puppeteerOptions option
  • Better error message interface in the CLI
  • Better handling for boards that fail to load due to missing permissions

Full Changelog: 1.1.1...1.2.0

1.1.1: Fix CLI

21 Apr 14:40

Choose a tag to compare

Full Changelog: 1.1.0...1.1.1

1.1.0: Programmatic access

19 Dec 18:40

Choose a tag to compare

What's Changed

  • Refactor for programmatic usage and add tests by @jolle in #55

Full Changelog: 1.0.1...1.1.0

1.0.1: JSON export

18 Feb 18:50

Choose a tag to compare

What's Changed

  • Add JSON export format by @jolle in #1

Full Changelog: 1.0.0...1.0.1

1.0.0

18 Feb 18:19

Choose a tag to compare

Initial commit