v0.2.0
What's Changed
- Add
Lattice.svelte
#41
- Show cylinder between active and hovered sites
#40
- Fix structure controls for
atom_radius
,same_size_atoms
#38
- Add
Bond
component#37
- Split
/src/lib
into submodules#36
- Add materials detail pages
#35
- Highlight active and hovered sites in
Structure
#34
- Structure tooltips when hovering atoms
#33
- get started with testing Structure.svelte and structure.ts
#32
- Structure hide buttons on desktop until hover
#31
- Structure grid example
#30
Structure
allow selecting from different element color schemes + override individual elements#29
- add function find_image_atoms() used in StructureScene to draw images of atoms
3098d6c
- Structure add prop show_image_atoms, expand MaterialCard to show more attrs, mp-[slug] pages sync material ID with url
f43dd31
- add Structure control bond_color + make all Structure CSS into variables
a79ff00
- make initial camera_position responsive to crystal size
5b1e82a
- use InstancedMesh from @threlte/extras for more efficient drawing of crystal sites
142effb
- add API explorer page (under /api)
2a7c60e
- display distance between active and hovered site in hover tooltip
9e1af46
- add props
c586225
- drop valid Pymatgen structures as JSON files on Structure.svelte to display them
7127b18
- PeriodicTable add prop color_overrides
1042bf2
- add copy buttons to all code blocks
7f3fb5c
- fix landing page layout broken in last commit
6f675dd
Full Changelog: v0.1.8...v0.2.0