Skip to content

v0.0.13

Latest
Compare
Choose a tag to compare
@Gugustinette Gugustinette released this 22 Nov 18:42
· 2 commits to main since this release

🚀 Features

  • Devtools have been improved
    • Hide devtools by default
    • Add a button to show/hide devtools
    • Add glassmorphism effect if supported by the browser
    • Add a settings panel
      • Show/hide helpers
      • Show/hide debug graphics
      • Able/disable glassmorphism fancy effect
      • Able/disable rounding component's transform
    • Add a console panel
      • Override console.log, console.warn and console.error to log everything into the devtools
      • Clicking logs show more details and enable inspecting JSON objects
  • Add color and gradient options to FPolygon
    • The color can be changed at any time with the color getter/setter

🩹 Fixes

  • fix: real-time 2-way binding on component transforms in devtools
  • fix: style.css import in devtools was breaking the entire project

❤️ Thank You