All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- ArXiv paper citation
- Examples: HTML and Vue3
- Including CSS in JS file (otherwise compoments were broken-by-default)
- Travis Ci -> GitHub Actions
- README clarification
- Ket viewer coordinate and basis selection
- Reactivity of ket-viewer and matrix-viewer. (A breaking change: now it is
<matrix-viewer :operator="operator"
, not<matrix-viewer :operator-raw="operator"
)
- Moved from Vue 2.x to Vue 3.0.0. If you want to use Vue 2.x, use
bra-ket-vue<0.4.0
. - Updated quantum-tensors to 0.4.10.
- Animated gif examples in README
- Support for non-square matrices (vide this PR)
- Updated dependencies
- Expanded README
- Released as
0.2.6
was stable enough :)
- Slight style changed
- Even more compact style
- Font style and display
- Color disk display
- Highlighted column interaction with dimension swap and basis change
- show-legend option for ket-viewer
- SCSS styles
Adjustments with Quantum Game in mind. See #29.
- A more compact style for kets, including a monospace font and margin adjustments.
- SVG options now indicate the selected option.
- White style option, see #27 for examples.
- A screenshot for GitHub social preview.
- Changelog!
- Build for browser, see https://jsfiddle.net/stared/1Lbuoxte/.
- Screenshots for README.
- Update of API to work with quantum-tensors 0.4.5.
- Basis change code significantly refactored.
- Babel dependencies, so that Travis CI tests pass.
Here is prehistory, I might backfill it at some point.