Releases: projectcaluma/ember-alexandria
Releases · projectcaluma/ember-alexandria
v2.0.0
2.0.0 (2022-11-09)
Bug Fixes
-
config: allow namespace to be configured (622f291)
-
live up to stricter eslint rules (a8f2a87)
-
chore!(deps): upgrade core deps (1df788f)
BREAKING CHANGES
- config: This commit changes the consumed services of the engine.
New, the engine requiressession
,intl
,notification
,router
,config
.
The dependencies are documented in the README.md.
Minor fixes:
- use optional chaining for lookup
- update some dependencies
- unpin ember-data
-
- minimum node version: 12.22 and above or node >15
v1.11.3
v1.11.2
v1.11.1
v1.11.0
v1.10.2
1.10.2 (2021-10-22)
Bug Fixes
- pin dev dependencies (e945899)
- when removing the tag remove it from the URL (4288f66)
- list-item: Move inline styles out of component template. (c772788)
- list-view: adds modified translation key (1055d10)
- list-view: Change table headers and values (7c02e1d)
- list-view: hides file type column header (52c1e91)
- list-view: preserves width of filetype icon (ec0ddb8)
- list-view: translate list view headers (7affb2e)
- list-view: updates existing test assumptions (54af058)
v1.10.1
v1.10.0
1.10.0 (2021-09-23)
Bug Fixes
- added 'useYarn' to ember try to get try and get the ci to work (7d46c6a)
- added missing tests for the side panel to show the download button or not (ebd612a)
- change ember-lts to 3.28 and CI should still run (8305da0)
- due to document selection the document navigation had to be rebuilt using divs instead of links which broke the linter (d391bb1)
- enable ctrl-a in side panel (a5e9063)
- fix multi document tagging (b63c55f)
- fix tag manager (bdb3c9a)
- fix test after adding missing translation (a26bc04)
- fix the github release workflow (6d467d6)
- fixed linting errors (1f2d7c5)
- fixed tag manager with duplicate tags (d0a51f3)
- fixed the document sorting and removed some comments in the tag service (77f1280)
- fixed the download button to be at the bottom again (d48e949)
- fixed the tests now(?) (09cc7ee)
- last remaining comments per review (a56e0aa)
- lint hbs and js sources (661818f)
- linting errors. linting errors everywhere. (27416cf)
- missing method in document service stub in test (db5b4e3)
- missing translation (be13ec7)
- pin the ember-moment PR to an issue instead of head (c329861)
- refactor the document-view to move all the document selection stuff and initialisation into the document-service (8724d3b)
- remove 3.24 test from github workflow (0ce5313)
- remove commented out code (9110775)
- remove ember-moment (d462a00)
- remove moment-shims (6152746)
- updated Ember to v3.28.0 (+ removed some unnecessary resolutions) (456fcf1)
- updated the zip url to reflect the backend changes (2d106ef)
Features
Reverts
- Revert "chore: fixed comments" (201529d)