Skip to content

chore: upgrade vite-plus to 0.1.20-alpha.4 - #1

Draft
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-alpha-0.1.20-alpha.4
Draft

chore: upgrade vite-plus to 0.1.20-alpha.4#1
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-alpha-0.1.20-alpha.4

Conversation

@fengmk2

@fengmk2 fengmk2 commented Apr 28, 2026

Copy link
Copy Markdown
Owner

Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.

janosh and others added 2 commits April 24, 2026 12:08
* Fix InstancedMesh limit=1000 default silently hiding atoms in large structures

Threlte's <extras.InstancedMesh> defaults both `limit` and `range` to 1000.
The code set `range={atoms.length}` but never `limit`, so any element group
with >1000 atoms had its excess silently dropped. Pass `limit={atoms.length}`
alongside `range` in StructureScene and ScatterPlot3DScene.

Closes janosh#334

* Simplify isosurface type tests

Extract assert_grid_shape helper to replace repeated 3-line shape
checks across downsample_grid and pad_periodic_grid tests.

* Tighten InstancedMesh limit regression coverage

* Tighten InstancedMesh limit test assertion

* Tighten regression and performance tests

* Optimize chempot projection hyperplanes

* Lazy mount chempot demo diagrams

* Preserve chempot compute promise timing

Fix duplicate hull and chempot labels

Deduplicate composition labels and keep 3D chemical-potential labels tied to visible facets while preserving pinned formula-overlay labels.
@fengmk2 fengmk2 self-assigned this Apr 28, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the dependencies for vite, vite-plus, and vitest to version 0.1.20-alpha.4 in package.json, including the corresponding overrides. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants