Skip to content

Files

Latest commit

7b6cfa6 · Feb 28, 2023

History

History
198 lines (115 loc) · 14.3 KB

CHANGELOG.md

File metadata and controls

198 lines (115 loc) · 14.3 KB

0.2.5 (2023-02-28)

Bug Fixes

  • client: make iframe-client reactive (7f1df2c)
  • client: make ws connection non-blocking (6ed46e0)
  • deprioritize runtime categoray in components (14d3857)
  • filter out lazy runtime component (507cae2)
  • ui-kit: make make code block reactive to color mode (2c530d8)
  • ui-kit: runtime utils reference (2111622)

Features

  • add storage tab (#100) (c153313)
  • disconnect indicator (579e091)
  • extract resize panel (a30ea5f)
  • ui-kit: introduce NCodeBlock and NMarkdown components (f9a4f4b)

0.2.4 (2023-02-28)

Bug Fixes

  • hooks extend type (019bad4)
  • ui-kit: remove nuxt components override (132bafe)

Features

  • able to disable inspectors, close #103 (56d9c56)
  • add show workspace filter to component graph (ad8118e)
  • client: add splitpanes for resizable columns (#101) (2846ab2)
  • re-layout component views (2db818a)
  • ui-kit: expose NSectionBlock and NIconTitle, introduce NSelect (#102) (cebe031)

0.2.3 (2023-02-24)

Bug Fixes

  • always extends fs.allow (0c07ee0)
  • improve isGlobalInstall detection (500215d)

0.2.2 (2023-02-24)

Bug Fixes

0.2.1 (2023-02-24)

Bug Fixes

  • always show shortcut tip (01ddd67)
  • should not override Vite's default fs.allow (9b24dd7)

0.2.0 (2023-02-23)

Bug Fixes

  • button: remove zoom from buttons to allow double tap on phone (#195) (f22200c)
  • click outside handling, fix #90 (40ddb1d)
  • correctly exit inspector, close #94 (3900d6b)
  • move back to components view when selecting a component (8a62d1f), closes #93
  • nuxt ui playground, close #188, close #184 (#192) (7268b3c)
  • templates: avoid using blur in no-animation mode, disable animation in Safari (#175) (23e09be)
  • ui: NTextInput fill width (de5c772)
  • ui: always add global style (3951517)
  • ui: auto wrap for example layout, close #163 (#164) (57a4d9e)
  • ui: color-mode using nuxt module (#86) (779131e)
  • ui: colors (31a33d6)
  • ui: darkmode style (9e1e5fe)
  • ui: explicit imports (822e8cb)
  • ui: fix cjs stub paths (00e6dc3)
  • ui: fix color mode toggle on Nuxt (8f03da2)
  • ui: improve background contrast (6344904)
  • ui: let nuxt/kit resolve module source (#117) (79c08fa)
  • ui: make carbon icons as deps (a530f04)
  • ui: use NuxtLink (202b1c7)
  • use repo for detecting logo (b7b3980)

Features

0.1.6 (2023-02-22)

Bug Fixes

  • cli: make sure only one nuxt devtools module is enabled, close #86 (92ccf1c)
  • composables popup (e669008)

Features

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2023-02-22)

Features

  • client: allow file column resize in VFS (#82) (70907e0)

Bug Fixes

  • do not bundle is-installed-globally, close #84 (87b3232)

0.1.4 (2023-02-16)

Bug Fixes

0.1.3 (2023-02-16)

Features

Bug Fixes

  • performance downgrade (#66) (8683c50)
  • performance downgrade in node env (#71) (a90b825)
  • a11y: add aria-label & aria-expanded attrs to toggle button (#49) (7ea0fe6)
  • cannot close component inspector (#70) (63bf34f)
  • cli: improve windows compatibility, close #62 (e1ff704)
  • do not bundle pacote, close #41 (87d64db)
  • explicit import performance hook, close #61 (c7f83f8)
  • props without reactivity transform (0b21cb8)
  • revert vscode default mode to local-serve (9312802)
  • trigger client reactivity on app mounted (a9898c1)
  • use pointer cursor for user module which redirects to file (#51) (8c05e32)

0.1.2 (2023-02-10)

Bug Fixes

  • legacy module path removal (378cc1c)

0.1.1 (2023-02-10)

Bug Fixes

  • insecure websocket connection (#36) (2c79aa5)
  • use cjs in global install to be compactible with Nuxt 2, close #42 (fb70274)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.