Skip to content

Releases: jmjuanes/folio

v0.1.2 (2022-12-23)

23 Dec 17:12
cb714a6
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed internal bug with wrong element IDs (80cb8fd).
  • Fix text size of text element: now the size is based on the text content (8171949).

🧰 Improvements

  • Using a range element for setting the fill and stroke opacity of the element (34cd370).
  • Using an assets manager for saving images and other media (9acc24f).

v0.1.1 (2022-12-21)

21 Dec 19:58
ae31011
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed stroke dashed and dotted style of arrow element (744e241).

🧰 Improvements

  • Display a move icon when hovering an element (e3bb8bf).
  • Display a dashed rectangle when creating or editing a text element (195d389).
  • Migrate class names (68d8071).

📦 Dependencies

v0.1.0 (2022-12-19)

18 Dec 23:05
9d264f9
Compare
Choose a tag to compare

🚀 New features

  • Rewritten all Folio component for using SVG instead of Canvas.
  • Add triangle and diamond shapes.
  • Added dotted stroke style and improved dashed stroke.
  • Added more arrowheads.
  • Allow to insert an image from local.

💅 UI Improvements

  • Improved tools and style panels.

🐛 Bug fixes

  • Fixed position of edited text after applying zoom or translation to the board.

v0.0.2

22 Aug 15:56
70a86e3
Compare
Choose a tag to compare

🚀 New Features

  • Allow taking full-screen screenshots.
  • Allow exporting drawing as a PNG image.
  • Allow to load and save drawings in a .folio format, so you can restore your drawing and continue working on it.

🔧 Other internal changes

  • Deploy the application to GitHub Pages.

v0.0.1

16 Aug 16:10
752ed33
Compare
Choose a tag to compare

🚀 New features

  • Added hand-drawing tool.
  • Allow to zoom-in and zoom-out.
  • Allow to take full screenshot.
  • Added keyboard shortcuts for copy, cut, paste, undo and redo (#1 requested by @Rodielm).

🐛 Bug fixes

  • Fixed bug creating text elements (#2 by @Rodielm)
  • Fixed a bug when the user tries to resize an element with the Shift key pressed.