@vaadin/virtual-list 24.4.0-alpha9 → 24.4.0-beta1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,7 +5,6 @@ A web component for rendering a long list of items without sacrificing performan
5
5
  [Documentation + Live Demo ↗](https://vaadin.com/docs/latest/components/virtual-list)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/virtual-list)](https://www.npmjs.com/package/@vaadin/virtual-list)
8
- [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
9
8
 
10
9
  ```html
11
10
  <vaadin-virtual-list></vaadin-virtual-list>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/virtual-list",
3
- "version": "24.4.0-alpha9",
3
+ "version": "24.4.0-beta1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,11 +41,11 @@
41
41
  "dependencies": {
42
42
  "@open-wc/dedupe-mixin": "^1.3.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/component-base": "24.4.0-alpha9",
45
- "@vaadin/lit-renderer": "24.4.0-alpha9",
46
- "@vaadin/vaadin-lumo-styles": "24.4.0-alpha9",
47
- "@vaadin/vaadin-material-styles": "24.4.0-alpha9",
48
- "@vaadin/vaadin-themable-mixin": "24.4.0-alpha9",
44
+ "@vaadin/component-base": "24.4.0-beta1",
45
+ "@vaadin/lit-renderer": "24.4.0-beta1",
46
+ "@vaadin/vaadin-lumo-styles": "24.4.0-beta1",
47
+ "@vaadin/vaadin-material-styles": "24.4.0-beta1",
48
+ "@vaadin/vaadin-themable-mixin": "24.4.0-beta1",
49
49
  "lit": "^3.0.0"
50
50
  },
51
51
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "effb81abe3c6283a6ec620cc0cee56069af58226"
60
+ "gitHead": "504787f741d677467ae93ca7cd31d84489366a9c"
61
61
  }
@@ -73,6 +73,7 @@ export const VirtualListMixin = (superClass) =>
73
73
  elementsContainer: this,
74
74
  scrollTarget: this,
75
75
  scrollContainer: this.shadowRoot.querySelector('#items'),
76
+ reorderElements: true,
76
77
  });
77
78
 
78
79
  this.__overflowController = new OverflowController(this);
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "24.4.0-alpha9",
4
+ "version": "24.4.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "24.4.0-alpha9",
4
+ "version": "24.4.0-beta1",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {