What's Changed
- Complete missing Chinese translations in zh-cn.json by @pickmatt in #439
- build(deps-dev): bump karma from 6.4.1 to 6.4.4 in /teammapper-frontend by @dependabot in #427
- build(deps): bump angular2-hotkeys from 13.3.0 to 16.0.1 in /teammapper-frontend by @dependabot in #428
- build(deps): bump @nestjs/websockets from 10.3.10 to 10.4.1 in /teammapper-backend by @dependabot in #432
- build(deps): bump webpack and @nestjs/cli in /teammapper-backend by @dependabot in #438
- build(deps-dev): bump @nestjs/schematics from 10.1.3 to 10.1.4 in /teammapper-backend by @dependabot in #434
- build(deps): bump @nestjs/common from 10.3.10 to 10.4.1 in /teammapper-backend by @dependabot in #433
- build(deps-dev): bump @angular-devkit/architect from 0.1802.2 to 0.1802.3 in /teammapper-frontend by @dependabot in #448
- build(deps-dev): bump @typescript-eslint/parser from 8.3.0 to 8.4.0 in /teammapper-frontend by @dependabot in #447
- build(deps-dev): bump @types/mousetrap from 1.6.8 to 1.6.15 in /teammapper-frontend by @dependabot in #446
- build(deps-dev): bump concurrently from 8.2.2 to 9.0.0 in /teammapper-backend by @dependabot in #442
- build(deps): bump @angular-devkit/build-angular from 18.2.2 to 18.2.3 in /teammapper-frontend by @dependabot in #445
- build(deps): bump socket.io from 4.7.2 to 4.7.5 in /teammapper-backend by @dependabot in #441
- build(deps-dev): bump socket.io-client from 4.7.2 to 4.7.5 in /teammapper-backend by @dependabot in #440
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 in /teammapper-backend by @dependabot in #443
- Check graphic variable in updateNode by @sorenjohanson in #369
- Fix warning non-passive event handler by @sorenjohanson in #456
- Add lastAccessed field to map table by @sorenjohanson in #296
- build(deps): bump @nestjs/platform-socket.io from 10.3.8 to 10.4.3 in /teammapper-backend by @dependabot in #477
- build(deps-dev): bump @angular/language-service from 18.2.2 to 18.2.5 in /teammapper-frontend by @dependabot in #474
- build(deps): bump @nx/nx-win32-x64-msvc from 17.2.8 to 19.8.0 in /teammapper-frontend by @dependabot in #472
- build(deps): bump dompurify from 3.0.6 to 3.1.3 in /teammapper-frontend by @dependabot in #468
- build(deps-dev): bump concurrently from 9.0.0 to 9.0.1 in /teammapper-backend by @dependabot in #465
- build(deps-dev): bump eslint-plugin-jest from 28.8.0 to 28.8.3 in /teammapper-backend by @dependabot in #464
- build(deps): bump npm-check-updates from 17.1.0 to 17.1.3 in /teammapper-backend by @dependabot in #476
- build(deps): bump express and @nestjs/platform-express in /teammapper-backend by @dependabot in #478
- build(deps-dev): bump ts-node from 10.4.0 to 10.9.2 in /teammapper-frontend by @dependabot in #459
- build(deps-dev): bump @angular-eslint/template-parser from 18.3.0 to 18.3.1 in /teammapper-frontend by @dependabot in #458
- build(deps): bump send and express in /teammapper-frontend by @dependabot in #470
- build(deps): bump dompurify from 3.0.6 to 3.1.6 in /teammapper-frontend by @dependabot in #473
- build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /teammapper-backend by @dependabot in #489
- build(deps): bump @nestjs/config from 3.2.2 to 3.2.3 in /teammapper-backend by @dependabot in #488
- build(deps-dev): bump @nestjs/testing from 10.4.1 to 10.4.4 in /teammapper-backend by @dependabot in #486
- build(deps-dev): bump @schematics/angular from 18.2.2 to 18.2.6 in /teammapper-frontend by @dependabot in #484
- build(deps): bump @nx/nx-linux-x64-gnu from 19.6.4 to 19.8.2 in /teammapper-frontend by @dependabot in #483
- build(deps-dev): bump jasmine-core from 4.3.0 to 5.3.0 in /teammapper-frontend by @dependabot in #482
- Bug: Maps with zero nodes by @sorenjohanson in #467
- build(deps): bump socket.io from 4.7.5 to 4.8.0 in /teammapper-backend by @dependabot in #496
- build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 in /teammapper-backend by @dependabot in #497
- build(deps): bump @nx/nx-win32-x64-msvc from 19.8.0 to 19.8.4 in /teammapper-frontend by @dependabot in #500
- build(deps-dev): bump @angular/language-service from 18.2.5 to 18.2.7 in /teammapper-frontend by @dependabot in #502
- build(deps): bump @nx/nx-darwin-x64 from 19.6.2 to 20.0.0 in /teammapper-frontend by @dependabot in #503
- build(deps): bump @nestjs/platform-socket.io from 10.4.3 to 10.4.4 in /teammapper-backend by @dependabot in #499
- build(deps): bump http-proxy-middleware from 3.0.0 to 3.0.3 in /teammapper-backend by @dependabot in #511
- build(deps): bump pg from 8.11.3 to 8.13.0 in /teammapper-backend by @dependabot in #510
- build(deps): bump @nestjs/core from 10.3.10 to 10.4.4 in /teammapper-backend by @dependabot in #509
- build(deps-dev): bump @angular/language-service from 18.2.7 to 18.2.8 in /teammapper-frontend by @dependabot in #506
- build(deps-dev): bump @angular-eslint/eslint-plugin-template from 18.3.0 to 18.3.1 in /teammapper-frontend by @dependabot in #507
- build(deps-dev): bump @angular-eslint/eslint-plugin from 18.3.0 to 18.3.1 in /teammapper-frontend by @dependabot in #505
- Chore: Catch FK exception by @sorenjohanson in #494
- Add client-side rollback during snapshot import by @sorenjohanson in #492
- build(deps-dev): bump @types/node from 22.1.0 to 22.7.7 in /teammapper-backend by @dependabot in #516
- build(deps): bump @nestjs/platform-express from 10.4.4 to 10.4.5 in /teammapper-backend by @dependabot in #517
- build(deps): bump dotenv from 16.3.1 to 16.4.5 in /teammapper-backend by @dependabot in #518
- build(deps): bump @nx/nx-darwin-x64 from 20.0.0 to 20.0.3 in /teammapper-frontend by @dependabot in #520
- build(deps-dev): bump @angular-devkit/architect from 0.1802.3 to 0.1802.9 in /teammapper-frontend by @dependabot in #521
- build(deps): bump dompurify from 3.1.6 to 3.1.7 in /teammapper-frontend by @dependabot in #522
- build(deps): bump http-proxy-middleware and @angular-devkit/build-angular in /teammapper-frontend by @dependabot in #525
- build(deps): bump @nestjs/common from 10.4.1 to 10.4.6 in /teammapper-backend by @dependabot in #534
- build(deps): bump pg from 8.13.0 to 8.13.1 in /teammapper-backend by @dependabot in #532
- build(deps-dev): bump jasmine-core from 5.3.0 to 5.4.0 in /teammapper-frontend by @dependabot in #531
- build(deps-dev): bump @angular-devkit/architect from 0.1802.9 to 0.1802.10 in /teammapper-frontend by @dependabot in #528
- build(deps-dev): bump @angular-devkit/schematics from 18.2.2 to 18.2.10 in /teammapper-frontend by @dependabot in #530
- build(deps-dev): bump typescript from 5.4.5 to 5.5.4 in /teammapper-frontend by @dependabot in #529
- build(deps-dev): bump typescript from 5.3.3 to 5.6.3 in /teammapper-backend by @dependabot in #508
- build(deps-dev): bump supertest from 6.3.3 to 7.0.0 in /teammapper-backend by @dependabot in #519
- build(deps-dev): bump @schematics/angular from 18.2.6 to 18.2.11 in /teammapper-frontend by @dependabot in #543
- build(deps): bump uuid from 10.0.0 to 11.0.2 in /teammapper-frontend by @dependabot in #541
- build(deps-dev): bump @types/node from 22.7.7 to 22.8.7 in /teammapper-backend by @dependabot in #538
- build(deps-dev): bump @golevelup/ts-jest from 0.5.4 to 0.5.6 in /teammapper-backend by @dependabot in #536
- build(deps): bump npm-check-updates from 17.1.3 to 17.1.10 in /teammapper-backend by @dependabot in #540
- build(deps-dev): bump @angular-eslint/schematics from 18.3.0 to 18.4.0 in /teammapper-frontend by @dependabot in #542
- build(deps-dev): bump @compodoc/compodoc from 1.1.25 to 1.1.26 in /teammapper-frontend by @dependabot in #544
- build(deps): bump @angular-devkit/build-angular from 18.2.10 to 18.2.11 in /teammapper-frontend by @dependabot in #551
- build(deps): bump socket.io-client from 4.7.5 to 4.8.1 in /teammapper-frontend by @dependabot in #549
- build(deps): bump @nestjs/common from 10.4.6 to 10.4.7 in /teammapper-backend by @dependabot in #547
- build(deps-dev): bump socket.io-client from 4.7.5 to 4.8.1 in /teammapper-backend by @dependabot in #545
- build(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in /teammapper-backend by @dependabot in #546
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.3.0 to 8.13.0 in /teammapper-backend by @dependabot in #548
- build(deps): bump cookie and socket.io in /teammapper-frontend by @dependabot in #553
- build(deps-dev): bump @angular-devkit/architect from 0.1802.10 to 0.1802.11 in /teammapper-frontend by @dependabot in #550
- build(deps): bump cookie, @nestjs/platform-socket.io and engine.io in /teammapper-backend by @dependabot in #554
- build(deps): bump @ngx-translate/core from 14.0.0 to 16.0.3 in /teammapper-frontend by @dependabot in #552
- Rework undo/redo to use diff by @sorenjohanson in #514
- downgrade path-to-regex to 1.9.0 due to a security alert by @JannikStreek in #559
- Remove text decoration from frontend by @sorenjohanson in #564
- Add validations before nodes are saved by @sorenjohanson in #562
- build(deps-dev): bump @types/cron from 2.4.0 to 2.4.3 in /teammapper-backend by @dependabot in #573
- build(deps): bump uuid from 11.0.2 to 11.0.3 in /teammapper-frontend by @dependabot in #569
- build(deps): bump @angular-devkit/build-angular from 18.2.11 to 18.2.12 in /teammapper-frontend by @dependabot in #567
- build(deps-dev): bump @nestjs/testing from 10.4.4 to 10.4.8 in /teammapper-backend by @dependabot in #572
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /teammapper-frontend by @dependabot in #576
- build(deps): bump @nestjs/platform-socket.io from 10.4.7 to 10.4.8 in /teammapper-backend by @dependabot in #571
- build(deps-dev): bump @angular-devkit/core from 18.2.2 to 18.2.12 in /teammapper-frontend by @dependabot in #566
- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /teammapper-backend by @dependabot in #575
- build(deps): bump rxjs from 7.4.0 to 7.8.1 in /teammapper-frontend by @dependabot in #568
- Add additional checks to prevent WsExceptionHandler from throwing undefined errors by @sorenjohanson in #577
- fix incorrect UUID crash during lookup of a map by @JannikStreek in #579
- Chore: Correct Typescript types in backend entities by @sorenjohanson in #565
- build(deps-dev): bump @nestjs/schematics from 10.1.4 to 10.2.3 in /teammapper-backend by @dependabot in #589
- build(deps): bump @nestjs/schedule from 4.1.0 to 4.1.1 in /teammapper-backend by @dependabot in #587
- build(deps): bump tslib from 2.7.0 to 2.8.1 in /teammapper-frontend by @dependabot in #583
- build(deps-dev): bump @angular-eslint/template-parser from 18.3.1 to 18.4.2 in /teammapper-frontend by @dependabot in #581
- Switch Frontend Testing to use Jest by @sorenjohanson in #557
- Add spec to mmp.service.ts by @sorenjohanson in #580
- Enable JSON Importer to add missing coordinates by @sorenjohanson in #526
- build(deps-dev): bump typescript from 5.5.4 to 5.7.2 in /teammapper-backend by @dependabot in #588
- build(deps-dev): bump @types/supertest from 2.0.16 to 6.0.2 in /teammapper-backend by @dependabot in #586
- build(deps): bump @nestjs/websockets from 10.4.1 to 10.4.12 in /teammapper-backend by @dependabot in #602
- build(deps-dev): bump concurrently from 9.0.1 to 9.1.0 in /teammapper-backend by @dependabot in #601
- build(deps): bump npm-check-updates from 17.1.10 to 17.1.11 in /teammapper-backend by @dependabot in #599
- build(deps): bump @fortawesome/free-solid-svg-icons from 6.6.0 to 6.7.1 in /teammapper-frontend by @dependabot in #598
- build(deps-dev): bump jest-preset-angular from 14.3.2 to 14.4.1 in /teammapper-frontend by @dependabot in #595
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.16.0 in /teammapper-backend by @dependabot in #600
- Solve [WsExceptionsHandler] undefined by @sorenjohanson in #594
- add robots.txt to build by @JannikStreek in #613
- build(deps): bump nanoid from 3.3.7 to 3.3.8 in /teammapper-frontend by @dependabot in #614
- build(deps): bump dotenv from 16.4.5 to 16.4.7 in /teammapper-backend by @dependabot in #608
- build(deps): bump uuid from 10.0.0 to 11.0.3 in /teammapper-backend by @dependabot in #607
- build(deps-dev): bump eslint-plugin-jest from 28.8.3 to 28.9.0 in /teammapper-backend by @dependabot in #605
- build(deps): bump @nestjs/websockets from 10.4.12 to 10.4.13 in /teammapper-backend by @dependabot in #606
- build(deps): bump @fortawesome/fontawesome-svg-core from 1.2.36 to 6.7.1 in /teammapper-frontend by @dependabot in #582
- build(deps-dev): bump jest-preset-angular from 14.4.1 to 14.4.2 in /teammapper-frontend by @dependabot in #627
- build(deps): bump @material-design-icons/font from 0.13.1 to 0.14.13 in /teammapper-frontend by @dependabot in #625
- build(deps): bump @nestjs/websockets from 10.4.13 to 10.4.15 in /teammapper-backend by @dependabot in #621
- build(deps): bump @nestjs/core from 10.4.4 to 10.4.15 in /teammapper-backend by @dependabot in #620
- Wrong UUID when undo/redo by @sorenjohanson in #619
- Add final exception handler to prevent container crashes by @sorenjohanson in #629
- Update to use ESLint 9 and Prettier 3 by @sorenjohanson in #504
- Backend Typescript Build fails by @sorenjohanson in #632
- Global Exception Handler logs 404 Not Found by @sorenjohanson in #634
- build(deps-dev): bump eslint-plugin-jest from 28.9.0 to 28.10.0 in /teammapper-frontend by @dependabot in #639
- build(deps): bump @nestjs/schedule from 4.1.1 to 4.1.2 in /teammapper-backend by @dependabot in #636
- build(deps): bump @nestjs/platform-express from 10.4.5 to 10.4.15 in /teammapper-backend by @dependabot in #638
- build(deps): bump @nestjs/cache-manager from 2.2.2 to 2.3.0 in /teammapper-backend by @dependabot in #637
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.7.0 in /teammapper-backend by @dependabot in #635
- build(deps): bump @nx/nx-darwin-arm64 from 17.2.8 to 20.3.0 in /teammapper-frontend by @dependabot in #641
- build(deps): bump path-to-regexp and express in /teammapper-frontend by @dependabot in #604
- Undoing import leads to wrong client state by @sorenjohanson in #642
- fix frontend package-lock.json file by @JannikStreek in #644
New Contributors
Full Changelog: v0.1.7...v0.1.8-1