Skip to content

v0.27.0

Latest
Compare
Choose a tag to compare
@alextaing alextaing released this 30 Oct 20:31
· 2 commits to main since this release
431e4da

Features

  • We have introduced Collapsible Sidebars (#408).
  • We now support aliased type imports (#411).
  • The TypeScript utility types Omit, Pick, and Required are now supported for props in a component's prop interface (#413, #414, #415).
  • The Studio Preview can now display CSS and SCSS styling (#418).
  • Undo keyboard shortcuts (cmd+z for OS X, and ctrl+z for other OSes) are now supported in Studio (#417).

Changes

  • _server.tsx and _client.tsx are now reserved template names for PagesJS Repos (#423).

Fixes

  • Miscellaneous viewport bugs have been fixed (#424).