Releases: KermanX/reactive-vscode
Releases · KermanX/reactive-vscode
v0.2.1
v0.2.0
🚨 Breaking Changes
- Update tree view APIs - by @KermanX (adc3d)
- Add
defineConfigObject
and ref writeback - by @antfu in #4 (e0e33)
🚀 Features
forceRefresh
method inuseWebviewView
- by @KermanX (c8e1b)- Support passing existing
EventEmitter
touseEventEmitter
- by @KermanX (1ea6b) - Update
useLogger
options - by @KermanX (54da4) - Add
defineLogger
- by @KermanX (90940) - Add set method for config ref/object - by @KermanX (79a78)
- Support top-level config - by @KermanX (50f47)
- Init mock api - by @KermanX (8b108)
- Add
useQuickPick
- by @KermanX (f875f) - Add
useExtensionSecret
- by @KermanX (a3521) - creator:
- useFsWatcher:
🐞 Bug Fixes
retainContextWhenHidden
inWebviewRegisterOptions
- by @KermanX (2ef84)- Remove
asnyc
s inuseControlledTerminal
- by @KermanX (e60a5) @vue/reactivity
should be replaced in build mode, close #3 - by @KermanX in #3 (2ecef)- Should return exposed data in
activate
- by @KermanX (e22e0) - Do not mark config types as internal - by @antfu in #5 (f2c65)
- Should unwrap nested refs in
defineConfigObject
- by @KermanX (f125c) - Returned function of
useEvent
should not return disposable - by @KermanX (6165c) - Incorrect Original API link - by @Ray-D-Song in #8 (e1bd1)
- Remove
useUri
- by @KermanX (d5654) - useFsWatcher:
View changes on GitHub
v0.2.0-beta.8
v0.2.0-beta.7
🐞 Bug Fixes
View changes on GitHub
v0.2.0-beta.6
v0.2.0-beta.4
Now reactive-vscode
works with vscode-ext-gen! See the docs.
🚨 Breaking Changes
🐞 Bug Fixes
View changes on GitHub
v0.2.0-beta.5
v0.2.0-beta.2
v0.2.0-beta.3
v0.2.0-beta.1
🚨 Breaking Changes
🚀 Features
forceRefresh
method inuseWebviewView
- by @KermanX (c8e1b)- Support passing existing
EventEmitter
touseEventEmitter
- by @KermanX (1ea6b)