Skip to content

v0.8.0 (2023-06-21)

Compare
Choose a tag to compare
@jmjuanes jmjuanes released this 21 Jun 18:43
· 218 commits to main since this release
c02331b

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).