Skip to content

Releases: jmjuanes/folio

v0.3.0 (2023-02-17)

17 Feb 18:09
955129d
Compare
Choose a tag to compare

🚀 New features

  • Added screenshot button to generate a PNG of the selected area (0a0fef7).

🧰 Improvements

  • Redesigned header buttons and improve panels styles (beb89a2).

🐛 Bug fixes

  • Export button should be disabled when board is empty (eda842d).
  • Use monospace font in color input (a2f151c).
  • Fixed issue with minimum width and height of text (28dbf79).

🏠 Internal improvements

  • Simplified demo app (dd89f20).
  • Refactor Board preset for displaying actions (save, open, export) (92fa673).
  • Added bug and feature request issue templates (16b99bc).

v0.2.1 (2023-02-12)

12 Feb 17:09
95ed6b8
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed stroke opacity in shape elements (54b84c2).
  • Fixed text width and height when changing text size or font (a4f868a).

v0.2.0 (2023-02-12)

11 Feb 23:35
ce0cbaf
Compare
Choose a tag to compare

🚀 New features

  • Allow to save and load boards from your computer.
  • Allow to save in the local storage of your browser the latest changes in the board.
  • Allow to export board as a SVG or PNG image.
  • Allow to use custom colors in elements.
  • Allow to clear the board.

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.