Skip to content

Releases: jmjuanes/folio

v0.9.3 (2023-08-02)

02 Aug 17:55
80d7253
Compare
Choose a tag to compare

🔧 Improvements

  • Reset Copied! message in export dialog after few seconds (ac8340b).

🏠 Internal

  • Added ExportDialog component tests and updated Button tests (5beaa99).

v0.9.2 (2023-07-23)

23 Jul 10:23
1c9d4bd
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix bug when sending backward or binging forward a selection already in back or in front (d8be7a1).

v0.9.1 (2023-07-18)

18 Jul 17:07
6b58b19
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed background of exported image with the screenshot tool (3af8f1c).

🔧 Improvements

  • Prevent drawing 0-sized shapes (after selecting the shape tool and just clicking in the canvas) (d8853d4).
  • Prevent removing stroke in arrow and draw elements in a selection with shape elements (3c5d3f4).
  • Color in the quick pick for shapes now sets the stroke color instead of the fill color (645d61c).

v0.9.0 (2023-07-17)

17 Jul 16:50
61652ad
Compare
Choose a tag to compare

We are excited to announce the release of version 0.9.0 of Folio! This update brings exciting new features and enhancements to enhance your drawing experience.

Redesigned edition panel!

We have redesigned the edition panel to make it easier to use. The panel now appears above the selected element, rather than being fixed to the side of the application. This makes it easier to access the edit options for the selected element, and it also frees up more space on the side of the application for other content.

image

Reorder Elements

We're excited to announce a new feature that allows you to reorder elements! This means that you can move elements to the front or back of your drawing, or even stack them on top of each other. This can be a great way to create more complex and visually appealing drawings.

Full Changelog

🚀 New Features

  • Fully redesigned edition panel (6464e3f).
  • Layers support: now you can change the order of how elements are displayed in the board (a94c29f).
  • Allow quick picks when selecting a tool (1285070).
  • Restored screenshot mode! (7319b36).
  • New improved color palette (7d9d716).

🔧 Fixes and improvements

  • Prevent creating arrow and draw elements with transparent stroke (f435650).

🐛 Bug fixes

  • Reset edition panel state when duplicating an element (75ae7c7).

v0.8.3 (2023-07-07)

07 Jul 17:14
543dec8
Compare
Choose a tag to compare

🔧 Fixes

  • Improve selecting arrow elements (1fa91b9).

v0.8.2 (2023-07-07)

06 Jul 23:30
35c907b
Compare
Choose a tag to compare

🔧 Fixes

  • Change text. in copy to clipboard button after clicking (d07fb5e).
  • Migrate Caveat font to Caveat Brush and make it the default font (d567e99).

v0.8.1 (2023-06-22)

22 Jun 17:44
72e0da0
Compare
Choose a tag to compare

🐛 Buf fixes

  • Fixed size of icons in select elements of forms (4aa72d9).
  • Display transparent background in the image preview of the Export dialog (34c5922).

🏠 Internal changes

  • Renamed main app entry file to src/index.jsx (ff43ca4).

v0.8.0 (2023-06-21)

21 Jun 18:43
c02331b
Compare
Choose a tag to compare

We are excited to announce the release of version 0.8.0 of Folio! This update brings exciting new features and enhancements to enhance your drawing experience.

Improved Layout

We've made significant improvements to the layout of the application, ensuring a smoother and more intuitive drawing experience. The updated layout provides better organization of tools and options, making it easier to access and navigate the app's features.

Pencil-like Effect

We have added a new SVG filter that applies a pencil-like effect to the drawn elements. Now, your sketches will have a realistic and hand-drawn feel, bringing your artwork to life.

New Fill Styles

We understand the importance of creativity and customization. That's why we have introduced a new fill style property for shape elements. You can now choose from three different styles:

  • Transparent: Make your shapes see-through, allowing other elements to show through.
  • Hatch: Give your shapes a unique texture with hatch patterns, adding depth and visual interest.
  • Solid: Opt for a classic, solid color fill to make your shapes stand out.

image

Full Changelog

🚀 New Features

  • Change panels positions and move zoom and history controls to the header (c41f2f4).
  • Improve the Edition panel and compute common values of selection (20f4f24).
  • Added pencil-like effect (5d5b26a).
  • Added fillStyle property to all shape elements (43d32cb).
  • Added extra-small text size (f655fd5).
  • Automatically remove empty text elements (a79315b).

🔧 Fixes and improvements

  • Deprecate blur effect (454fb97).
  • Change tools order and fix the selection of the eraser tool (007269b).
  • Fix expected behavior when using arrow and shift keys (39a6187).
  • Added resizing limit in text elements (7121332).

🐛 Bug fixes

  • Bug fixed when trying to click below the edition panel (2bf4574).

🏠 Internal

  • Merge folio-core and folio-board packages into src folder (3c0d413).
  • Merge app package into src folder (3b37ab7).

v0.7.0 (2023-05-21)

21 May 16:44
1fa3c54
Compare
Choose a tag to compare

🚀 New features

  • Allow to apply blur effect to elements (1463d0d).
  • Deprecate fillOpacity and strokeOpacity and added global opacity (804d332).
  • Added export dialog (0e4d264).
  • New Edition panel (a6257db).

🐛 Bug fixes

  • Remove duplicated padding to exported image (c3fbeb0).
  • Fixed bug in color picker when color value is removed (feecae8).

🔧 Other changes

  • Temporally disable grouping elements (dc9b0a8).
  • Remove screenshot action (2121de9).

v0.6.1 (2023-05-06)

05 May 22:21
fa3ad82
Compare
Choose a tag to compare

🛠️ Internal fixes

  • Added migration for new version v4 of elements model (4b03607).