Releases: vscode-elements/elements
Releases · vscode-elements/elements
v1.6.1
What's Changed
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Bump ip from 1.1.8 to 1.1.9 by @dependabot in #139
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #140
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #148
- Bump body-parser from 1.20.1 to 1.20.3 by @dependabot in #149
- Bump socket.io-parser from 3.3.3 to 3.4.3 by @dependabot in #150
- Bump @75lb/deep-merge from 1.1.1 to 1.1.2 by @dependabot in #151
- Add Divider component by @bendera in #157
- Add ProgressRing component by @bendera in #160
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Full Changelog: v1.4.0...v1.5.0
v1.4.0
v1.3.1
What's Changed
- Picking up latest icons, including share by @mikeburgh in #142
New Contributors
- @mikeburgh made their first contribution in #142
Full Changelog: v1.3.0...v1.3.1
v1.3.0
v1.2.0
v1.1.0
What's Changed
- Bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #129
- Update dependencies by @bendera in #133
- Add helper methods to Tree by @bendera in #134
- Update changelog by @bendera in #135
Full Changelog: v1.0.1...v1.1.0
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
name
property of the Input component similar to the native textfield. - Textarea, Textfield:
minlength
andmaxlength
property is renamed tominLength
andmaxLength
. This
change adheres to the naming convention of the native<textarea>
element. The attribute names
are not changed. - Textarea, Textfield: Dispatching native
input
andchange
events. - Radio, Checkbox, SingleSelect, MultiSelect: Dispatching native
change
event - Collapsible: Displaying the main content using the default slot instead of the named
body
slot. - Split Layout:
initial-pos
is renamed toinitial-handle-position
. - ContextMenu:
vsc-select
event is renamed tovsc-context-menu-select
. - Tabs:
vsc-select
event is renamed tovsc-tabs-select
. - Tree:
vsc-run-action
event is renamed tovsc-tree-action
. - Tree:
vsc-select
event is renamed tovsc-tree-select
. - Lit updated to 3.x
Deprecated
- Textarea, Textfield:
vsc-input
andvsc-change
events are deprecated. - Button:
vsc-click
event is deprecated. - Checkbox:
vsc-change
event is deprecated. - ContextMenu:
vsc-select
is deprecated. - FormContainer:
data
property is deprecated. - MultiSelect, SingleSelect:
vsc-change
event 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