Changelog
New updates and improvements
Report Bugs
Feature Request
September 5, 2024
Text Lists
This update introduces a new feature improvement in the list properties that allows you to control the vertical position of bullet images and content.
August 12, 2024
Text Typewriter
This update introduces even more cursor customization options for the Typewriter component! You can now adjust the cursor's vertical alignment and margins, allowing you to design traditional typewriter-style vertical cursors, horizontal cursors reminiscent of code editors and more. This improvement offers greater flexibility in tailoring the cursor's appearance to match various design preferences.
August 5, 2024
Cartesian Charts
The component has been updated to improve data handling and TypeScript support. The CSV parsing logic now includes a more robust check for empty values, filtering out various entries. TypeScript interfaces have been improved for better type checking. These changes enhance the component's ability to handle diverse datasets and improve type safety.
August 4, 2024
All Components
Added framer code component setting annotation "@copyright ©framersnippets.com".
July 31, 2024
AR Model Viewer
This updates should result in faster model rendering, we’ve optimized script loading. The component now uses React hooks useCallback and useMemo, which should improve responsiveness when interacting with models. These changes are mostly under the hood, you might notice smoother performance, especially when viewing multiple models or using the component frequently in your projects.
July 24, 2024
Radial Charts
Improved loading performance by implementing parallel, asynchronous loading of the libraries.
July 23, 2024
Orbiting Elements
This update fixes a scaling issue in the Framer canvas, ensuring the component maintains correct proportions and behavior across all zoom levels. The orbits now display consistently, regardless of how zoomed in or out the canvas view is which improves the design experience.
July 18, 2024
Text Highlighter
The TextHighlighter component has been significantly enhanced. We've added independent toggles for color changes and image usage on highlighted text. Image placement now includes icons vs text, with a new gap control for left/right placements. The image loading process has been optimized for smoother rendering. We've updated default values, including enabling text balance by default, and refined property controls to show only relevant options based on user selections. These updates provide greater customization flexibility, allowing for more dynamic text presentations while improving the overall user experience.
July 17, 2024
Lightbox
Performance and optimizations improvements, better memoization to reduce recalculations, improved state management, added SSR compatibility. Functionality improvements, added lazy loading for high-resolution images, Implemented keyboard accessibility (Escape key closes lightbox). Bug fixes, resolved aspect ratio issue in lightbox view.