aboutsummaryrefslogtreecommitdiff
path: root/viewer/package.json
Commit message (Collapse)AuthorAge
* release: v2.3pacien2023-07-26
|
* viewer: fixed drag 'n drop of pictures on firefoxZéro~Informatique2023-03-26
|
* project: release v2.2pacien2023-02-17
|
* project: fix licence spdx identifierpacien2022-12-01
|
* viewer: add Epub.js as new dependencypacien2022-11-19
|
* viewer: typescript check before buildZéro~Informatique2022-11-18
|
* viewer: deps bumpZéro~Informatique2022-10-25
|
* project: set new version for release 2.1pacien2022-09-04
|
* viewer: migrate to vue 3, general refactoring and cleanupZéro~Informatique2022-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Non-exhaustive list of fixes and improvements done at the same time: - html default background to grey (avoids white flash during init) - unified links behavior - added more theme variables - removed the flex-expand transition (it wasn't working) and replaced it with a slide - fixed LdLoading not centered on the content - title on removable tags - fixed an issue with encoded URI from vue-router - unified Item resource URLs - removed the iframe for PlainTextViewer (it wasn't working properly) and replaced it with a pre - fixed clear and search buttons tabindex - fixed the information panel bumping up during the fade animation of tag's dropdown - fixed some focus outlines not appearing correctly - moved CSS variables to the :root context - Code cleaning GitHub: closes #217 GitHub: closes #300 GitHub: closes #297 GitHub: closes #105 GitHub: closes #267 GitHub: closes #275 GitHub: closes #228 GitHub: closes #215 GitHub: closes #112
* Deps upgrade for Node v16Zero~Informatique2022-04-11
|
* viewer: Upgraded dependencies for Vue 2Zero~Informatique2021-07-01
| | | | Removed obsolete deps core-js ; resize-observer-polyfill
* viewer: Switch to YARN instead of NPMZero~Informatique2021-07-01
| | | | GitHub: closes #287
* release: set package versions to v2.0pacien2020-09-25
|
* viewer: rollback @vue/cli-* to latest working versionpacien2020-09-24
| | | | | | | | | More recent versions of the babel plugin, starting at 4.5.0 included, do not seem to work correctly. See linked issue for more details. This reverts a part of commit 90d5af5: "viewer: dependencies update". GitHub: closes #252
* viewer: item display orderZero~Informatique2020-09-11
| | | | github: resolves #28
* viewer: dependencies updateZero~Informatique2020-09-11
|
* viewer: project configuration, removed version automatic upgrades with npmZero~Informatique2020-09-11
|
* viewer: dependancies updateZero~Informatique2020-06-28
|
* viewer: eslint max-warnings 0 (CI fail on formatting error)Zero~Informatique2020-06-28
|
* viewer: autoformat using eslint-prettier instead of VSC's integrated formattersZero~Informatique2020-06-28
|
* viewer: npm build:report command, to generate ./dist/report.htmlZero~Informatique2020-05-22
|
* viewer: prepping for release, version updateZero~Informatique2020-05-02
|
* viewer/LdZoom: add support for pinch-to-zoompacien2020-04-26
| | | | GitHub: closes #106
* viewer/LdPicture: implement mousewheel zoompacien2020-04-26
| | | | GitHub: closes #153
* viewer: dependancies and environment upgradeZero~Informatique2020-04-02
|
* viewer: major code and search mode overhaulZero~Informatique2020-02-24
| | | | | | | | | Updated libraries to the lastest version SCSS Formatter as suggested VSC extensions Renamed toolbar-color by scrollbar-color LD components use Props in favor of touching the stores directly (when possible) Moved most common algorithms to a "services" folder Complete search overhaul (lots of code change)
* viewer: project configurationZero~Informatique2020-02-12
| | | | | - Libraries update, removed the obsolete babel proposals plugins - vue/cli version check on start
* viewer: project configuration, no-fix for the linter during Travis testsZero~Informatique2020-02-10
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: updated librariesZero~Informatique2020-01-31
|
* viewer: improved the picture layout. clicking a picture will switch between ↵Zero~Informatique2020-01-29
| | | | resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19
* viewer: finalized the thumbnails view layouts. implemented thumbnails ↵Zero~Informatique2020-01-29
| | | | lazy-loading
* viewer: minor dep version updateZero~Informatique2020-01-29
|
* viewer: Plugin for Optional chaining and Coalesce. Implemented tag ↵Zero~Informatique2019-12-24
| | | | operations (intersection, addition, substraction). Unified Tag.Search
* viewer:Zero~Informatique2019-12-21
| | | | | | Implemented the "example" project in devServer Display loader and error messages (not translated yet) Created a "GalleryStore" to fetch the JSon data from the gallery (currently from example)
* Implemented VueX and a basic UIStore with the fullscreen mutationZero~Informatique2019-12-21
| | | | Some renaming
* Updated EsLintZero~Informatique2019-12-20
| | | | Removed logic from the view
* Viewer project foundationsZero~Informatique2019-12-20