Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release mappings_editor 0.1.1 #21

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"src/mappings_editor":"0.1.0"}
{"src/mappings_editor":"0.1.1"}
29 changes: 29 additions & 0 deletions src/mappings_editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.1.1](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.1.0...mappings_editor-v0.1.1) (2024-02-09)


### Features

* add "clear search" button ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* add "collapse/uncollapse all mapping objects" menu items ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* add auto-migrate capabilities to framework objects ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* add basic runtime error notifications ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))


### Bug Fixes

* correct "Change Log" link ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* deserialize empty strings to `null` on select mapping object fields ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* deserialize mapping object `references` to a list of links (not characters) ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* eliminate scroll glitch that occurs when moving uncollapsed mapping objects ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* eliminate scroll glitch that occurs when undeleting end-of-file mapping objects ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* remove "Layout" menu ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* remove deprecated mapping statuses ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))


### Performance Improvements

* improve file indexing speed ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* improve import file speed ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* improve mass cut, copy, and paste speed ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))
* improve mass delete speed ([8f41917](https://github.com/center-for-threat-informed-defense/mappings-editor/commit/8f41917597dae67c714c63f67cf014e99d168f4e))

## [0.1.0](https://github.com/center-for-threat-informed-defense/mappings-editor/compare/mappings_editor-v0.0.1...mappings_editor-v0.1.0) (2024-02-07)


Expand Down
4 changes: 2 additions & 2 deletions src/mappings_editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mappings_editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mappings_editor",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down