Skip to content

Latest commit

 

History

History
114 lines (71 loc) · 3.78 KB

CHANGELOG.md

File metadata and controls

114 lines (71 loc) · 3.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and adheres to Semantic Versioning.

Unreleased

🚨 Breaking changes

✨ Enhancements

🐛 Bug fixes

📚 Documentation and demo website changes

  • Made text input box use a monospace font

🔧 Internal changes

[0.3.2] - 2024-09-14

✨ Enhancements

  • Added MemoryViz logo images!

🐛 Bug fixes

  • Fixed an an issue with the --output flag not outputting results in the correct location.

📚 Documentation and demo website changes

  • Reformatted demo website to horizontal layout.
  • Added more documentation for the --output flag.
  • Added zoom functionality to output canvas.

🔧 Internal changes

  • Update GitHub Actions workflow to execute build on every pull request (and deployment only on changes to master)
  • Create dependabot group for @docusaurus dependencies
  • Create dependabot group for @mui dependencies

[0.3.1] - 2024-08-02

🐛 Bug fixes

  • Ensured built package files under dist/ were correctly updated

🔧 Internal changes

  • Updated most package dependencies

[0.3.0] - 2024-08-02

✨ Enhancements

  • Changed the filePath argument in the MemoryViz CLI to be optional and added --output option.

🐛 Bug fixes

  • Fixed issue where object boxes would be drawn on top of stack frames in diagrams with large left margins.

🔧 Internal changes

  • Moved global style attributes to CSS embedded in generated SVGs.

[0.2.0] - 2024-06-28

🚨 Breaking changes

  • Changed the name attribute to type when drawing objects.
  • Removed the isClass and stack_frame attributes and embedded them as the types .class and .frame.
  • Renamed the input for blank objects from BLANK to .blank.
  • Created new type .blank-frame to denote blank stack frames.
  • Replaced seed configuration option with general configuration option roughjs_config.

✨ Enhancements

  • Created a CLI for MemoryViz.
  • Added --height and --width options to MemoryViz CLI.
  • Added --roughjs_config option to MemoryViz CLI.

🐛 Bug fixes

  • Fixed a bug where box fill colours would cover box text, and changed the implementation of hide style option.
  • Removed double quotes when rendering objects of type None.
  • Removed double quotes when rendering objects that are not of type str.
  • Fixed issue where diagrams would not render when width inputs to draw() were too small.

📚 Documentation and demo website changes

  • Added documentation page for the MemoryViz CLI.

🔧 Internal changes

  • Added a changelog and pull request template.
  • Modified roughjs import to be compatible with Jest's moduleNameMapper config option.
  • Added instructions on the memory-viz/README.md for running the test suite.
  • Fix CI build action for demo website.
  • Added data type and manual layout tests for the draw function.
  • Updated file paths for example files under docs to import the correct file.
  • Added style and automatic layout tests for the draw function.
  • Updated documentation, tests, and examples to reflect the isClass attribute being optional and set to false by default.
  • Removed unused imports in demo_C.js.
  • Added type interfaces and type annotations to style.ts.
  • Added DrawnEntity type annotations to source code files.
  • Adopted Commander.js library for the MemoryViz CLI.
  • Added autofix.ci to the CI workflow.

[0.1.0] - 2024-04-16

Initial release to NPM. For changes up to this release, see the commit history.