Features
- Add support for redirects in deployment by @JayaKrishnaNamburu in #2824
- Custom attributes / properties by @kof in #2912
- Allow users to set custom redirect status code by @JayaKrishnaNamburu in #2930
- Preload page font and background-image assets by @istarkov in #2932
- Expand HTML editor by @kof in #2934
Fixes
- Fix truncation of a long page name in the top bar button by @kof in #2917
- Fix unnecessary separator by @kof in #2922
- Use editing page scope instead of selected page by @TrySound in #2923
- Prevent generating unused variables in resources by @TrySound in #2929
- Don't auto replace embed code if the value required changes after sanitization by @kof in #2933
Refactors
- Avoid generating unused variables in page components by @TrySound in #2906
- Rename page.pathVariableId to pathParamsDataSourceId by @TrySound in #2915
- Rename instances slice to webstudio fragment by @TrySound in #2925
- Allow to extract webstudio fragment from any data by @TrySound in #2927
- Move insert instance children logic into utility by @TrySound in #2931
Experimentals
- Put dynamic path behind feature flag by @TrySound in #2913
- Disable status and redirect for hobby users by @TrySound in #2914
- Add pro banner to page settings by @TrySound in #2918
- Improve address bar UI by @TrySound in #2919
- Move address bar to topbar by @TrySound in #2921
- Use dynamic page icon in pages navigator by @TrySound in #2926
Chores
Docs
Builds
Full Changelog: 0.133.0...0.134.0