Skip to content

Latest commit

Β 

History

History
126 lines (69 loc) Β· 2.47 KB

CHANGELOG.md

File metadata and controls

126 lines (69 loc) Β· 2.47 KB

Changelog

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.

[0.4.3] - 2022-03-31

Added

  • ArXiv paper citation
  • Examples: HTML and Vue3

Fixed

  • Including CSS in JS file (otherwise compoments were broken-by-default)

Changed

  • Travis Ci -> GitHub Actions
  • README clarification

[0.4.2] - 2020-10-13

Fixed

  • Ket viewer coordinate and basis selection

[0.4.1] - 2020-09-27

Change

  • Reactivity of ket-viewer and matrix-viewer. (A breaking change: now it is <matrix-viewer :operator="operator", not <matrix-viewer :operator-raw="operator")

[0.4.0] - 2020-09-08

Change

  • 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.

[0.3.1] - 2020-06-29

Added

  • Animated gif examples in README
  • Support for non-square matrices (vide this PR)

Change

  • Updated dependencies

[0.3.0] - 2020-04-09

Added

  • Expanded README
  • Released as 0.2.6 was stable enough :)

Change

  • Slight style changed

[0.2.6] - 2020-03-28

Change

  • Even more compact style

Fixed

  • Font style and display
  • Color disk display
  • Highlighted column interaction with dimension swap and basis change
  • show-legend option for ket-viewer

Refactored

  • SCSS styles

[0.2.3] - 2020-03-25

Adjustments with Quantum Game in mind. See #29.

Change

  • A more compact style for kets, including a monospace font and margin adjustments.

Fixed

  • SVG options now indicate the selected option.

[0.2.2] - 2020-03-19

Added

  • White style option, see #27 for examples.
  • A screenshot for GitHub social preview.
  • Changelog!

[0.2.1] - 2020-03-11

Added

[0.2.0] - 2020-03-11

Added

  • Screenshots for README.

Update

  • Update of API to work with quantum-tensors 0.4.5.
  • Basis change code significantly refactored.

Fix

  • Babel dependencies, so that Travis CI tests pass.

[0.1.2] = 2020-02-27

Here is prehistory, I might backfill it at some point.