Learn what’s new in version 1.17 of Squirrel365.
Independent border and padding control
- Border radius (top-left, top-right, bottom-left, bottom-right)
- Border weight (top, bottom, left, right)
- Paddin (top, bottom, left, right)
Updated color picker
The color picker has been rebuilt from the ground up and can now support gradients. We’ve added support for gradients to the rectangle and main canvas components for the time being. More components will support gradients in the coming releases.
Custom code and more
Custom Code (JavaScript and CSS)
With the ability to add custom CSS or JavaScript, you can customise your Squirrel project to look and do more. Custom CSS allows you to create classes to override default styling. This can be useful when wanting to style just some of the text within a text label by using a class in a <span></span> element.
Custom Code allows you to add your own JavaScript code to your application. This option will only work with locally exported projects.
Google Tag Manager
Want to know more about who is viewing your Squirrel projects, or want to add your own tags for conversion tracking, site analytics, remarketing and more? Simply add your GTM Container ID to your project and the GTM code will be added when you publish locally or to the Squirrel cloud.
Repeat container update
In 1.15 we added the repeat container, where you define a group of components and they automatically update and repeat, driven by the data in the spreadsheet, to create multiple rows. Great for dynamically building up a lists views etc. In 1.17 we’ve enhanced the repeat container to now let you repeat your content in columns as well.