Skip to content

Releases: jmjuanes/folio

v0.6.0 (2023-05-05)

04 May 22:53
39f4797
Compare
Choose a tag to compare

🚀 New Features

  • Allow to group and ungroup elements (5dc88e6).
  • Support context menu (4e3a22e).
  • Allow to copy and paste elements by mouse position (requested in #17 by @Rodielm and implemented in 0f39c32).

v0.5.3 (2023-04-23)

23 Apr 21:27
cb9ec4d
Compare
Choose a tag to compare

🏡

  • Updated dependencies (6924592).
  • Minor internal fixes in classnames (1fcdbcc).

v0.5.2 (2023-04-20)

20 Apr 18:39
7a4742a
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed bug with the initial width of the text box (d3572ba) (thanks to @Rodielm for reporting it on #16 )

v0.5.1 (2023-03-21)

21 Mar 20:12
534d196
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Show move cursor when hovering elements bounds (21546a1).

v0.5.0 (2023-03-15)

15 Mar 20:18
c0f0898
Compare
Choose a tag to compare

🧰 Improved Main Menu

Now you can enable or disable the board grid and change the background color of the board from the Main Menu. Also, a new section has been added to the Main Menu for including external links like the link to the Folio repository or for reporting issues.

image

🎨 Improved colors and color picker

Folio now comes with an improved color palette for Fill, Stroke, and Text. Also, now Folo allows picking a color using the browser's native color picker, just clicking on the color preview box:

Peek 2023-03-15 21-02

🔒 New lock tool option

Now you can use the lock button of the tools panel to keep the selected tool active after drawing.

Peek 2023-03-15 21-08

🗑️ New erase action added

We have added a new Erase action, that, as you drag, it will delete any element that it collides with.

Peek 2023-03-15 21-15

📝 Full Changelog

🚀 New features

  • Added tool lock (1474609).
  • Allow picking a color using the browser's native color picker (e30d3ca).
  • Added new erase action (935f49d).
  • Allow changing the board background color (f48f0b8).
  • Allow enabling or disabling board grid (87576e0).
  • Added external links in main menu (cc19712).
  • Added welcome screen (3f52aa6).

🧰 Improvements

  • Improved cursors for user actions (b963230).
  • Added padding to exported PNG image and fix stroke width (7c304e5).
  • Applied a more compact interface (baeb169).
  • New colors for fill, stroke, and text (0d69341).

🐛 Bug fixes

  • Fixed translation position of an element after enabling grid (eac758a).
  • Disabled drawing path simplification (ebed66b).

v0.4.3 (2023-03-06)

06 Mar 20:22
f6cce04
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed bug with the coordinates of elements when exporting board or taking screenshot (bd16d91).

v0.4.2 (2023-03-06)

05 Mar 23:42
9cd643f
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed bug calculating the node handlers positions (45d25c6).

v0.4.1 (2023-03-06)

05 Mar 23:29
ab79d14
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix applying stroke style to a draw element (dc13226).
  • Fix selection bounds (573143d).

v0.4.0 (2023-03-05)

05 Mar 16:30
18d6b9e
Compare
Choose a tag to compare

🚀 New features

  • Added text horizontal align (bc9fb9b).
  • Allow to edit multiple elements and improve edition dialog (1d1ffc3).
  • New fonts (778d64e).
  • Restore selection after finishing editing a text element (c07000d).
  • Allow to resize draw elements (a825e52).

🐛 Bug fixes

  • Fixed bug calculating text size that includes special chars (e52dec2).
  • Fix copying text (90471b9).
  • Fixed bug with text font when exporting board as image (38503f2).

🧰 Improvements

  • Improve bounds and handlers (c715c94).
  • Improve text resizing (6c9883b).
  • Improve text edition (08344b4).

v0.3.1 (2023-02-23)

23 Feb 19:47
af51abc
Compare
Choose a tag to compare

🧰 Improvements

  • Keep the draw tool enabled after finishing drawing (1c65baf).