We're always adding new features and tutorials to the Develop Websites documentation, and we want you to have one place to find all of our latest additions.
We love hearing your feedback! You can help us improve the docs by reporting any issues that you notice. You can report bugs and other feedback through the link found at the bottom of each section.
We've made several updates to the quotas available for our users, enhancing the capabilities and features across different plans:
Business Elite Premium Plans: Allow creation of up to 15 CMS indexes.
All Other Plans & Free Sites: Permit creation of up to 4 CMS indexes.
Learn more about Index Types.
(November 7, 2024)
We've added a caching feature to web methods and routers. Caching allows you to temporarily store the return values of certain functions. This speeds up response times of your function calls improving the overall performance of your site.
See wix-web-module and wix-router to learn more about the new caching feature. See wix-cache-backend to learn about invalidating caches.
(November 4, 2024)
Static event handlers are now deprecated and have been replaced by dynamic event handlers.
Unlike static event handlers, dynamic event handlers aren't linked to specific events and can easily be added and modified directly in your code. While static event handlers are still supported for existing sites, we recommend using dynamic event handlers for new sites and when updating existing code.
(September 4, 2024)
Wix Studio now provides a pre-built example page that demonstrates some of Velo's features, such as:
(September 2, 2024)
You can now create GitHub Actions workflows to interact with your site using the Wix CLI, allowing you to streamline and automate development tasks for your site. Learn how to set up GitHub Actions to work with the Wix CLI.
(August 15, 2024)
The AI Code Assistant, located in the Properties & Events panel, allows you to describe the actions you want to perform when an element's event is triggered. It then generates the corresponding code along with an explanation of how the code works.
The AI Code Assistant is only available in Wix Studio and is not yet available to all Wix Studio users.
(July 14, 2024)
We've updated our terminology: SPIs (Service Provider Interfaces) are now referred to as Service Plugins.
(May 29, 2024)