Releases: Open-MBEE/exec-ve
5.0.0
This release is compatible with MDK 6.0.0+ (Cameo 2022x), for compatibility with previous versions of MDK and Cameo, please use version 4.0.x
Fixes since 5.0.0-RC1:
Fixed searching for value
To use this download, unzip the contents to a web server (can be anything that serves files).
Open config/config.json and edit 'apiUrl' to point to MMS 4 endpoint, and 'printUrl' to the convert endpoint of https://github.com/Open-MBEE/mms-doc-convert (this is optional function for pdf generation)
5.0.0-RC1
Fixes since 5.0.0-beta:
Fixed generated id for user uploaded images to have hidden prefix
To use this download, unzip the contents to a web server (can be anything that serves files).
Open config/config.json and edit 'apiUrl' to point to MMS 4 endpoint, and 'printUrl' to the convert endpoint of https://github.com/Open-MBEE/mms-doc-convert (this is optional function for pdf generation)
5.0.0-beta
Fixes since 5.0.0-alpha:
- MathJax update for equations editing
- Fix broken image in editor on editing existing image
- Live update caption numbering for ve added image/table presentation elements
- PDF linking and table of contents
- fix empty document tree on a Tag
To use this download, unzip the contents to a web server (can be anything that serves files).
Open config/config.json and edit 'apiUrl' to point to MMS 4 endpoint, and 'printUrl' to the convert endpoint of https://github.com/Open-MBEE/mms-doc-convert (this is optional function for pdf generation)
5.0.0-alpha
This release adds Cameo 2022 compatibility and works with Cameo MDK 6.0.0+, and currently will work with MMS 4.0.17+
To use this download, unzip the contents to a web server (can be anything that serves files).
Open config/config.json and edit 'apiUrl' to point to MMS 4 endpoint, and 'printUrl' to the convert endpoint of https://github.com/Open-MBEE/mms-doc-convert (this is optional function for pdf generation)
4.0.2
To use this download, unzip the contents to a web server (can be anything that serves files).
Open js/ve-mms.min.b4876f296d0d3d3e.js, edit 'apiUrl' value at the very end to be where the mms api host is.
This release added an option for the print pdf service url, edit 'printUrl' to where the service is.
https://github.com/Open-MBEE/mms-doc-convert
Fixes from 4.0.1:
4.0.1
4.0.0
To use this download, unzip the contents to a web server (can be anything that serves files).
Open js/ve-mms.min.e41d96166736c52e.js and edit
'apiUrl' value
at the very end to be where the mms api host is.
Fixes from RC1a:
- Editing weirdness, enumerated value edit
- View links without a doc specified will default to the current doc
4.0.0-RC1a
To use this download, unzip the contents to a web server (can be anything that serves files).
Open js/ve-mms.min.90094263389664bd.js and edit
'apiUrl' value
at the very end to be where the mms api is.
This has minor bug fixes for 4.0.0-RC1:
- performance when loading page with many references
- creating new project cover page when it doesn't already exist
- use relative url and _hidden prefixed id when uploading image
4.0.0-RC1
To use this download, unzip the contents to a web server (can be anything that serves files).
Open js/ve-mms.min.080d55af9b25328d.js and edit
apiUrl: 'http://localhost:8080'
at the very end to be where the mms api is.