Releases: vscode-elements/elements
Releases · vscode-elements/elements
v1.0.1
What's Changed
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Added
- The form controls fully participate in the standard HTML forms. The affected components are the following:
Button, Single Select, Multi Select, Textfield, Textarea, Radio, Checkbox. - Custom events are exported as TypeScript types. Check the react-example repository for examples.
- SplitLayout: Added handle size property.
Fixed
- Values from the options was not registered in the Select when the component is connected to the DOM.
Changed
- Reflect
nameproperty of the Input component similar to the native textfield. - Textarea, Textfield:
minlengthandmaxlengthproperty is renamed tominLengthandmaxLength. This
change adheres to the naming convention of the native<textarea>element. The attribute names
are not changed. - Textarea, Textfield: Dispatching native
inputandchangeevents. - Radio, Checkbox, SingleSelect, MultiSelect: Dispatching native
changeevent - Collapsible: Displaying the main content using the default slot instead of the named
bodyslot. - Split Layout:
initial-posis renamed toinitial-handle-position. - ContextMenu:
vsc-selectevent is renamed tovsc-context-menu-select. - Tabs:
vsc-selectevent is renamed tovsc-tabs-select. - Tree:
vsc-run-actionevent is renamed tovsc-tree-action. - Tree:
vsc-selectevent is renamed tovsc-tree-select. - Lit updated to 3.x
Deprecated
- Textarea, Textfield:
vsc-inputandvsc-changeevents are deprecated. - Button:
vsc-clickevent is deprecated. - Checkbox:
vsc-changeevent is deprecated. - ContextMenu:
vsc-selectis deprecated. - FormContainer:
dataproperty is deprecated. - MultiSelect, SingleSelect:
vsc-changeevent is deprecated.
Removed
- Deprecated components were removed. The affected components are: Inputbox, FormContainer, FormControl,
FormDescription, FormItem, FormLabel
Full Changelog: v0.17.0...v1.0.0
v1.0.0-pre.12
Full Changelog: v1.0.0-pre.11...v1.0.0-pre.12
v1.0.0-pre.11
Full Changelog: v1.0.0-pre.6...v1.0.0-pre.11
v0.17.2
What's Changed
- Add missing custom element manifest to package by @bendera in https://github.com/bendera/vscode-webview-elements/pull/124
Full Changelog: v0.17.1...v0.17.2
v1.0.0-pre.10
Full Changelog: v1.0.0-pre.6...v1.0.0-pre.10
v1.0.0-pre.6
What's Changed
- Rel 1.0.0 split layout fixes by @bendera in https://github.com/bendera/vscode-webview-elements/pull/114
- Rel 1.0.0 version num by @bendera in https://github.com/bendera/vscode-webview-elements/pull/115
Full Changelog: v1.0.0-pre.5...v1.0.0-pre.6
v1.0.0-pre.5
What's Changed
- Make styles Safari-compatible by @bendera in https://github.com/bendera/vscode-webview-elements/pull/113
Full Changelog: bendera/vscode-webview-elements@v1.0.0-pre.4...v1.0.0-pre.5
v0.17.1
What's Changed
Make styles Safari-compatible
Full Changelog: bendera/vscode-webview-elements@v0.17.0...v0.17.1
v1.0.0-pre.4
Include custom element manifest.
Full Changelog: bendera/vscode-webview-elements@v1.0.0-pre.3...v1.0.0-pre.4