Releases: eXist-db/eXide
Releases · eXist-db/eXide
v3.1.1
Fixed: Scrollbar missing in Directory & Outline sidebar pane - #317
Fixed: Open button inoperative in DB Manager dialog - #322
Fixed: Scrollbar missing in output area for large outputs - #325
Fixed: Long lines in output area not wrapped - #326
Reverted serialization options from 3.1.0 pending solution to #334.
v3.1.0
- Feature: Added Preference options that govern indentation and XInclude expansion when opening and downloading XML documents from database, and expanded documentation to cover commonly used features of eXide, such as XQSuite and EXPath Package support and query result controls - #328
- Behind the scenes: Switched continuous integration platforms from TravisCI to GitHub Actions - #332
v3.0.0
- Remove dependency on deprecated shared-resources package
- Reimplement the file manager grid component, dropping worst outdated dependency
- Dropped outdated app generation feature. Please use the much better
yeoman generator.
v2.4.13
- Fixed: XSS vulnerability with open parameter - #306
v2.4.12
- Fixed: Sorting of resources in the directory sidebar tab - #291
v2.4.11
- Fixed: Incompatibility with eXist 5.2.0 and detection and description of certain XQueryServlet errors - #284
v2.4.10
Fixed: Update collection.xconf schema with support for eXist 5 field and facets; update xconf template - #279
Fixed: Application > Download introduced whitespace into XML documents - #271
Fixed: Capture errors without description - #261
Fixed: Additional eXist 5 compatibility - #247
Fixed: Remove unused dates.xqm module - #241
New: Automated integration tests via Cypress - #230
v2.4.9
- Fixed: An issue in the xqlint library caused silent errors when using legacy map constructor syntax - #224
- Fixed: An bug affecting copying, cutting, and pasting of resources in the File > DB Manager pane - #225
- Security: When logging in, credentials are now submitted via HTTP POST instead of GET - #227
Note: With this release, eXide's xqlint submodule switched from https://github.com/wolfgangmm/xqlint to https://github.com/eXist-db/xqlint. If you have an existing clone of eXide, be sure to update your submodule with:
cd eXide
git submodule sync
git submodule update --init --recursive --remote
v2.4.8
- Fixed: Handle difference between 4.x.x and 5.x.x versions of eXist concerning copying collections/resources
v2.4.7
Fixed: Compatibility with Internet Explorer
Fixed: Removed use of deprecated xmldb functions for compatibility with eXist 5.0
Fixed: Mime type and template for HTML5 and XHTML5 - #198
Fixed: URL used for downloading r.js - #200
Fixed: Recognize .xslt files as XML documents - #212
Fixed: XQuery 'output' and 'html' snippeds - #213
New: Added continuous integration facility for testing builds