Skip to content

Releases: vscode-elements/elements

v1.3.0

13 May 19:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Feb 19:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Feb 21:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

05 Jan 16:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Jan 23:08
Compare
Choose a tag to compare

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 and maxlength property is renamed to minLength and maxLength. This
    change adheres to the naming convention of the native <textarea> element. The attribute names
    are not changed.
  • Textarea, Textfield: Dispatching native input and change 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 to initial-handle-position.
  • ContextMenu: vsc-select event is renamed to vsc-context-menu-select.
  • Tabs: vsc-select event is renamed to vsc-tabs-select.
  • Tree: vsc-run-action event is renamed to vsc-tree-action.
  • Tree: vsc-select event is renamed to vsc-tree-select.
  • Lit updated to 3.x

Deprecated

  • Textarea, Textfield: vsc-input and vsc-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

v1.0.0-pre.12

02 Jan 19:24
Compare
Choose a tag to compare
v1.0.0-pre.12 Pre-release
Pre-release

v1.0.0-pre.11

02 Jan 00:35
Compare
Choose a tag to compare
v1.0.0-pre.11 Pre-release
Pre-release

v0.17.2

30 Dec 23:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.1...v0.17.2

v1.0.0-pre.10

02 Jan 19:25
Compare
Choose a tag to compare
v1.0.0-pre.10 Pre-release
Pre-release

v1.0.0-pre.6

24 Nov 15:49
Compare
Choose a tag to compare
v1.0.0-pre.6 Pre-release
Pre-release