elements

Web component library for developing Visual Studio Code extensions

MIT License

Stars
131
Committers
6

Bot releases are visible (Hide)

elements - v1.7.0 Latest Release

Published by github-actions[bot] 8 days ago

New projects

A few new projects have been published in the past weeks that might interest you.

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.6.2...v1.7.0

elements - v1.6.3-pre.1

Published by github-actions[bot] 11 days ago

elements - v1.6.3-pre.0

Published by github-actions[bot] 12 days ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.6.2...v1.6.3-pre.0

elements - v1.6.2

Published by github-actions[bot] 13 days ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.6.1...v1.6.2

elements - v1.6.2-pre.2

Published by github-actions[bot] 23 days ago

elements - v1.6.2-pre.1

Published by github-actions[bot] 27 days ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.6.1...v1.6.2-pre.1

elements - v1.6.1

Published by github-actions[bot] 29 days ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.6.0...v1.6.1

elements - v1.6.0

Published by github-actions[bot] about 1 month ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.5.0...v1.6.0

elements - v1.5.0

Published by github-actions[bot] about 1 month ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.4.0...v1.5.0

elements - v1.4.0

Published by github-actions[bot] about 1 month ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.3.1...v1.4.0

elements - v1.3.1

Published by github-actions[bot] about 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.3.0...v1.3.1

elements - v1.3.0

Published by github-actions[bot] 5 months ago

elements - v1.2.0

Published by github-actions[bot] 8 months ago

elements - v1.1.0

Published by github-actions[bot] 8 months ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.0.1...v1.1.0

elements - v1.0.1

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v1.0.0...v1.0.1

elements - v1.0.0

Published by github-actions[bot] 10 months ago

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: https://github.com/vscode-elements/elements/compare/v0.17.0...v1.0.0

elements - v1.0.0-pre.10

Published by github-actions[bot] 10 months ago

elements - v1.0.0-pre.12

Published by github-actions[bot] 10 months ago

elements - v1.0.0-pre.11

Published by github-actions[bot] 10 months ago

elements - v0.17.2

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/vscode-elements/elements/compare/v0.17.1...v0.17.2