Skip to content

Commit

Permalink
Merge pull request #685 from upb-uc4/release/v0.12.0
Browse files Browse the repository at this point in the history
Release v0.12.0
  • Loading branch information
tobias-wiese committed Nov 6, 2020
2 parents 0dcfea2 + b3a6f9c commit 4c804f8
Show file tree
Hide file tree
Showing 100 changed files with 8,163 additions and 1,363 deletions.
3 changes: 3 additions & 0 deletions .jest/setupCryptoTests.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Crypto } from "@peculiar/webcrypto"

global.crypto = new Crypto()
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [v0.12.0](https://github.com/upb-uc4/ui-web/compare/v0.11.0...v0.12.0) (2020-11-06)

## Feature
- add support for pseudonymization of student matriculation data
- add thumbnails to account list [#607](https://github.com/upb-uc4/ui-web/issues/607)
- add all functionality for creating certificates [#564](https://github.com/upb-uc4/ui-web/issues/564)
- add functionality for signing proposals and validating proposal inputs [#642](https://github.com/upb-uc4/ui-web/pull/642)

## Bugfix
- adjust error pages for mobile usage [#650](https://github.com/upb-uc4/ui-web/pull/650)
- fix use of wrong navigation icon on mobile [#649](https://github.com/upb-uc4/ui-web/pull/649)
- fix spacing on student course list on mobile [#648](https://github.com/upb-uc4/ui-web/pull/648)
- fix image view of private profile on mobile [#651](https://github.com/upb-uc4/ui-web/pull/651)
- remove delete button in creation forms on mobile [#646](https://github.com/upb-uc4/ui-web/pull/646)

## Refactoring
- cleanup of imports and onBeforeMount hooks [#655](https://github.com/upb-uc4/ui-web/issues/655)

# [v.0.11.0](https://github.com/upb-uc4/ui-web/compare/v0.10.0...v0.11.0) (2020-10-29)

## Bugfix
Expand All @@ -9,7 +27,7 @@
- remove npm package "vue-cli-plugin-vue-next" as it is no longer needed with the official release of Vue3 [#592](https://github.com/upb-uc4/ui-web/issues/592)

## Refactoring
- Replace placeholder icons in navbars with proper fa icons [#621](https://github.com/upb-uc4/ui-web/issues/621)
- replace placeholder icons in navbars with proper fa icons [#621](https://github.com/upb-uc4/ui-web/issues/621)

# [v.0.10.0](https://github.com/upb-uc4/ui-web/compare/v0.9.1...v0.10.0) (2020-10-09)

Expand Down
2,536 changes: 1,510 additions & 1,026 deletions package-lock.json

Large diffs are not rendered by default.

54 changes: 34 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui-web",
"version": "0.11.0",
"version": "0.12.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down Expand Up @@ -41,53 +41,61 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@vue/cli": "^4.5.8",
"@types/bn.js": "^4.11.6",
"@types/elliptic": "^6.4.12",
"@types/pkijs": "0.0.6",
"axios": "^0.20.0",
"bn.js": "^5.1.3",
"core-js": "^3.6.5",
"jest": "^26.5.3",
"elliptic": "^6.5.3",
"jest": "^26.6.2",
"lodash": "^4.17.20",
"pkijs": "^2.1.90",
"protobufjs": "^6.10.1",
"random-bigint": "0.0.1",
"tailwindcss": "^1.9.5",
"vue": "^3.0.1",
"tailwindcss": "^1.9.6",
"vue": "^3.0.2",
"vue-property-decorator": "^8.5.1",
"vue-router": "^4.0.0-beta.13",
"vuex": "^4.0.0-beta.4"
"vue-router": "^4.0.0-rc.2",
"vuex": "^4.0.0-rc.1"
},
"devDependencies": {
"@cypress/code-coverage": "^3.8.2",
"@cypress/code-coverage": "^3.8.3",
"@peculiar/webcrypto": "^1.1.3",
"@tailwindcss/custom-forms": "^0.2.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.2",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.6",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-plugin-router": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-typescript": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/compiler-sfc": "^3.0.1",
"@vue/compiler-sfc": "^3.0.2",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^2.0.0-beta.7",
"@vue/test-utils": "^2.0.0-beta.8",
"babel-eslint": "^10.1.0",
"babel-plugin-istanbul": "^6.0.0",
"cross-conf-env": "^1.2.0",
"cypress": "^5.4.0",
"cross-conf-env": "^1.2.1",
"cypress": "^5.5.0",
"cypress-file-upload": "^4.1.1",
"cypress-plugin-snapshots": "^1.4.4",
"dotenv": "^8.2.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.0.1",
"eslint-plugin-vue": "^7.1.0",
"husky": "^4.3.0",
"jest": "^26.5.3",
"jest": "^26.6.2",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^10.4.2",
"lint-staged": "^10.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
"typescript": "^4.0.5"
},
"jest": {
"globals": {
Expand All @@ -99,11 +107,17 @@
"setupFiles": [
"<rootDir>/.jest/env.ts"
],
"setupFilesAfterEnv": [
"<rootDir>/.jest/setupCryptoTests.tsx"
],
"testMatch": [
"<rootDir>/tests/unit/**/*.spec.ts"
],
"testPathIgnorePatterns": [
"<rootDir>/tests/e2e/"
],
"transformIgnorePatterns": [
"node_modules/(?!(pkijs|asn1js)/)"
]
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 4c804f8

Please sign in to comment.