Releases: webstudio-is/webstudio
Releases · webstudio-is/webstudio
0.193.0
Features
- Change spacing alt-click behavior to reset only one value and alt+shift to reset all sides (#4540) by @kof
Fixes
- Stop duplicating required children on reparent (#4537) by @TrySound
- Speedup resize, part 1 (#4543) by @istarkov
- Reduce amount of draw on resize (#4544) by @istarkov
- Fast switch between selected instances (#4545) by @istarkov
- Navigator dnd bugs (#4546) by @TrySound
Experimental
Other changes
Full Changelog: 0.192.0...0.193.0
0.192.0
Features
Fixes
Experimental
- When a mode like "Content" is selected in share links, it's odd that clone and copy are checked and blue (#4526) by @istarkov
- Do not show empty content blocks in preview mode (#4533) by @istarkov
- Allow page clone in Content mode (#4531) by @istarkov
- Add "can publish" to content editors (#4530) by @istarkov
Other changes
Full Changelog: 0.191.5...0.192.0
0.191.5
Fixes
- Scroll to display contents elements. (#4519) by @istarkov
- Hide content mode and component under feature flag (#4518) by @istarkov
Other changes
- Add child and descendant matchers (#4520) by @TrySound
- Remove variable fallback on autocomplete (#4521) by @TrySound
- Publish CLI 0.191.0 to npm (#4522) by @TrySound
- Automatically publish CLI along with release (#4523) by @TrySound
- Fix publish build scripts by @TrySound
- Replace refs/tags/ in github.ref for publish by @TrySound
- Fix actions syntax by @TrySound
- Build cli packages with package name instead of path by @TrySound
Full Changelog: 0.191.0...0.191.5
0.191.0
Features
- Make loading screen background dark (#4449) by @kof
- Reset any css value when user deletes the input and hits enter (#4491) by @kof
- Make empty style panel sections easier to recognize as empty (#4497) by @kof
- Auto scroll CSS Value inputs when value is too long just by hovering with the mouse (#4502) by @kof
- Create xml-time component to convert time to iso string in xml documents (#4515) by @istarkov
Fixes
- Stop failing when retrieve mdn url for css variables (#4432) by @TrySound
- Page title field becomes unfocused after entering one character (#4436) by @istarkov
- Show advanced options as highlighted for flex-sizing when used (#4438) by @JayaKrishnaNamburu
- Transition property selection when an exact property matched during search (#4450) by @JayaKrishnaNamburu
- Inifinite pending state for the "Build and download static site" button (#4460) by @istarkov
- Show flex child for collection item (#4467) by @TrySound
- Stop rendering inherited styles in css preview (#4478) by @TrySound
- Flex dropdown items height consistency (#4488) by @kof
- Collapsed state was incorrectly calculated in some cases. (#4492) by @istarkov
- Show extended panels (#4493) by @istarkov
- Truncate text for while showing text for padding and margin tokens (#4485) by @JayaKrishnaNamburu
- Prevent focus when selecting form label in builder (#4516) by @istarkov
Experimental
- Content Block publish component generator (#4495) by @istarkov
- Disable AI and Page Settings editing in Content Mode (#4504) by @istarkov
- Allow select link selector during text edit (#4505) by @istarkov
- Support new link selection in the text editor (#4509) by @istarkov
- Add initial text to the Content Block (#4498) by @istarkov
- Content mode switch menu (#4423) by @istarkov
- Add Editable Block Component (#4437) by @istarkov
- Add Editable Block (#4468) by @istarkov
- Add alt click (insert before) to editable block (#4479) by @istarkov
- Reorder items in the build menu (#4484) by @istarkov
- Change Block/Template icon (#4486) by @istarkov
- Allow delete/reorder Content Block children in Content mode (#4483) by @istarkov
- Plus button hover polygon and menu icons (#4487) by @istarkov
- Transform Plus button to Minus in case of Alt button is pressed (#4490) by @istarkov
- Add tabbable command actions (#4407) by @TrySound
- Content mode icon and a new preview mode icon (#4473) by @kof
- Add shortcuts group to command panel (#4434) by @TrySound
- Set the menu items height along with the content mode shortcut and name (#4494) by @kof
- Show only block and ts children in navigator (#4506) by @TrySound
Other changes
- Bump to remix 2.14 (#4433) by @TrySound
- Add SaaS template to trpc (#4445) by @johnsicili
- Update https keys (#4446) by @istarkov
- Add new way to synchronize immerhin stores (#4451) by @TrySound
- Add sync object pool (#4453) by @TrySound
- Support nanostores as sync objects (#4454) by @TrySound
- Add pet grooming template to trpc (#4452) by @johnsicili
- Upgrade devtools (#4455) by @TrySound
- Use structured clone for transactions (#4456) by @istarkov
- Bump remix to 2.15 (#4462) by @TrySound
- Stop importing remix overrides on canvas (#4466) by @TrySound
- Add more tests for nanostores sync object (#4457) by @TrySound
- Bump typescript (#4471) by @TrySound
- Enable isolated declarations in asset uploader (#4470) by @TrySound
- Remove instance selector from component hooks (#4469) by @TrySound
- Enable isolated declatations in css data (#4476) by @TrySound
- Rename editable block component (#4489) by @istarkov
- Add server as storage to sync engine (#4475) by @TrySound
- Add new insert constraints (#4499) by @TrySound
- Bump dev deps (#4503) by @TrySound
- Migrate dnd to new constraints (#4507) by @TrySound
Full Changelog: 0.190.0...0.191.0
0.190.0
Features
- Add builderMode, add mode "edit" (#4376) by @istarkov
- Add links to mdn documentation inside tooltips for sections and properties (#4416) by @JayaKrishnaNamburu
- Add Content Editor share permission (#4421) by @istarkov
Fixes
- Remove uppercasing on dashboard card titles and also enable user-select. (#4402) by @kof
- Tooltips trigger without a delay (#4419) by @istarkov
Experimental
Other changes
- Publish CLI 0.189.0 (#4395) by @TrySound
- Bump cookie (#4397) by @TrySound
- Generalize insertable lookup (#4398) by @TrySound
- Replace execa with tinyexec (#4400) by @TrySound
- Migrate CLI tests to vitest (#4409) by @TrySound
- Migrate builder tests to vitest (#4415) by @TrySound
- Add sdk runtime (#4417) by @TrySound
- Preserve components structure for better tree shaking (#4418) by @TrySound
- Add new template IDs to trpc (#4422) by @johnsicili
- Bring back nanoid to prisma (#4426) by @TrySound
- Make dev password more escure! (#4425) by @kof
Full Changelog: 0.189.0...0.190.0
0.189.0
Features
- Block editing with arrow keys (#4334) by @istarkov
- Allow drag and drop in pages (#4358) by @TrySound
- Select the page when opening the page settings (#4375) by @TrySound
- Support contact email list (#4391) by @TrySound
Fixes
- Xml namespaces support (#4351) by @istarkov
- Allow project redirects to dynamic paths (#4352) by @TrySound
- Complete css variable properly in code inputs (#4360) by @TrySound
- Option list changes width on hover (#4363) by @istarkov
- XML Node with title tag nested in any other XML Node breaks document (#4361) by @istarkov
- Select jumps if list is scrollable (#4365) by @istarkov
- Show hover outlines during text editing (#4368) by @istarkov
- When quickly selecting different instances, the instance is not selected. (#4370) by @istarkov
- Rich Text Editor: Prevent pasting links when inside an existing link (#4374) by @istarkov
- Avoid left sidebar border covering the workspace outline (#4386) by @kof
- Prevent closing navigator when drag and drop on canvas (#4393) by @TrySound
Experimental
Other changes
- Bump ui libraries (#4344) by @TrySound
- Drop prisma build (#4346) by @TrySound
- Drop display: contents (#4348) by @TrySound
- Switch to lezer highlight (#4347) by @TrySound
- Generate prisma before meigrating (#4349) by @TrySound
- Upgrade to typescript 5.6 (#4345) by @TrySound
- Remove legacy style engine from style panel (#4338) by @TrySound
- Migrate css preview to new style engine (#4353) by @TrySound
- Bump storybook (#4369) by @TrySound
- Move selected page into awareness state (#4371) by @TrySound
- Drop legacy style engine (#4377) by @TrySound
- Move canvas renderer into builder (#4382) by @TrySound
- Store selected instance in awareness state (#4378) by @TrySound
- Move selected instance store into awareness (#4388) by @TrySound
- Add instance key store (#4389) by @TrySound
Full Changelog: 0.188.0...0.189.0
0.188.0
Features
- Improve vertical space usage (#4307) by @kof
- Preview variable values in autocomplete (#4336) by @TrySound
- Support editing sides in space and inset controls (#4341) by @TrySound
Fixes
- Expand border-bottom-left-radius from shorthand (#4326) by @TrySound
- Prevent tooltip on focus (#4318) by @istarkov
- Select "space" autocomplete with mouse (#4339) by @TrySound
- Forbid scrubbing css variables (#4340) by @TrySound
Other changes
- Decouple features from sidebar (#4304) by @TrySound
- Control floating panel open state (#4331) by @TrySound
- Bump eslint (#4325) by @TrySound
- Remove css variables feature flag (#4337) by @TrySound
- Move sidebar panels into features (#4332) by @TrySound
Full Changelog: 0.187.0...0.188.0
0.187.0
Features
- Support css variables in transitions (#4317) by @TrySound
- Support paste styles in advanced section (#4323) by @TrySound
Fixes
- Generate text-wrap-style: auto (#4321) by @TrySound
- Prevent creating css variable with invalid name (#4319) by @TrySound
- Show "delete variable" in variable tooltip (#4322) by @TrySound
Full Changelog: 0.186.0...0.187.0
0.186.0
Features
Fixes
- Show custom option in easing dropdow only when used (#4290) by @JayaKrishnaNamburu
- Prevent failing navigator when instances are inconsistent (#4303) by @TrySound
- Allow inserting into textual collection items (#4305) by @TrySound
- Сombobox if the menu is opened using the up or down arrows, we want to display all items without applying any filters (#4311) by @istarkov
- Hovering over autocomplete ignores actual input value (#4312) by @istarkov
- After modifying style, it takes two clicks to select the next instance (#4314) by @istarkov
- Canvas resize on Linux (#4310) by @istarkov
- Infininite loop in backgrounds (#4299) by @istarkov
Full Changelog: 0.185.2...0.186.0