Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • Hotfix/1376-projectCreation
  • Hotfix/1475-projectCreateSpinner
  • Hotfix/843-LargeFiles
  • Hotfix/902-fixUPAndPEC
  • Hotfix/995-fixDeletionRedirect
  • Issue/0039-participatingOrganizationsSearch
  • Issue/1870-publicPrivateVisibility
  • Product/1107-frontendPerformance
  • Product/1180-genericOrganizationMembershipFunction
  • Product/1183-stubCreation
  • Product/1214-CleanUp
  • Product/1215-gitlabCleanUp
  • Product/1273-CleanUpUserProfileProjectCreation
  • Product/1666-removeRadioButtons
  • Product/510-niceProjectUrl
  • Product/690-copyButton
  • Product/734-affiliationSensitivity
  • Product/851-loadingText
  • Sprint/2020-10
  • Sprint/2020-14
  • Sprint/2020-15
  • Sprint/2020-18
  • Sprint/2020-19
  • Sprint/2020-22
  • Sprint/2021-02
  • Sprint/2021-05
  • Sprint/2021-08
  • Sprint/2021-16
  • Sprint/2021-19
  • Sprint/2021-21
  • Sprint/2021-22
  • Sprint/2022-01
  • Topic/1059-affiliationSensitivityUI
  • Topic/1195-stubCreation
  • Topic/1196-loadingText
  • Topic/1225-CleanUpApps
  • Topic/1227-frontendPerformance
  • Topic/1281-genericOrganizationMembershipFunction
  • Topic/1686-removeRadioButtons
  • Topic/804-niceProjectUrl
  • Topic/983-copyButton
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.10.0
  • v1.10.1
  • v1.11.0
  • v1.11.1
  • v1.12.0
  • v1.13.0
  • v1.13.1
  • v1.13.2
  • v1.14.0
  • v1.15.0
  • v1.15.1
  • v1.15.2
  • v1.16.0
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • v1.8.0
  • v1.8.1
  • v1.9.0
  • v1.9.1
78 results

Target

Select target project
  • coscine/frontend/libraries/project-creation
1 result
Select Git revision
  • Hotfix/1376-projectCreation
  • Hotfix/1475-projectCreateSpinner
  • Hotfix/843-LargeFiles
  • Hotfix/902-fixUPAndPEC
  • Hotfix/995-fixDeletionRedirect
  • Issue/0039-participatingOrganizationsSearch
  • Issue/1870-publicPrivateVisibility
  • Product/1107-frontendPerformance
  • Product/1180-genericOrganizationMembershipFunction
  • Product/1183-stubCreation
  • Product/1214-CleanUp
  • Product/1215-gitlabCleanUp
  • Product/1273-CleanUpUserProfileProjectCreation
  • Product/1666-removeRadioButtons
  • Product/510-niceProjectUrl
  • Product/690-copyButton
  • Product/734-affiliationSensitivity
  • Product/851-loadingText
  • Sprint/2020-10
  • Sprint/2020-14
  • Sprint/2020-15
  • Sprint/2020-18
  • Sprint/2020-19
  • Sprint/2020-22
  • Sprint/2021-02
  • Sprint/2021-05
  • Sprint/2021-08
  • Sprint/2021-16
  • Sprint/2021-19
  • Sprint/2021-21
  • Sprint/2021-22
  • Sprint/2022-01
  • Topic/1059-affiliationSensitivityUI
  • Topic/1195-stubCreation
  • Topic/1196-loadingText
  • Topic/1225-CleanUpApps
  • Topic/1227-frontendPerformance
  • Topic/1281-genericOrganizationMembershipFunction
  • Topic/1686-removeRadioButtons
  • Topic/804-niceProjectUrl
  • Topic/983-copyButton
  • dev
  • gitkeep
  • master
  • v1.0.0
  • v1.0.1
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3
  • v1.10.0
  • v1.10.1
  • v1.11.0
  • v1.11.1
  • v1.12.0
  • v1.13.0
  • v1.13.1
  • v1.13.2
  • v1.14.0
  • v1.15.0
  • v1.15.1
  • v1.15.2
  • v1.16.0
  • v1.2.0
  • v1.3.0
  • v1.3.1
  • v1.4.0
  • v1.4.1
  • v1.5.0
  • v1.5.1
  • v1.5.2
  • v1.6.0
  • v1.6.1
  • v1.7.0
  • v1.8.0
  • v1.8.1
  • v1.9.0
  • v1.9.1
78 results
Show changes
Commits on Source (3)
{
"name": "@coscine/project-creation",
"version": "1.15.0",
"version": "1.15.1",
"main": "dist/index.umd.js",
"module": "dist/index.common.js",
"browser": "dist/index.umd.min.js",
......@@ -18,9 +18,9 @@
"dist/*"
],
"dependencies": {
"@coscine/api-connection": "^1.29.0",
"@coscine/app-util": "^1.8.1",
"@coscine/component-library": "^1.8.1",
"@coscine/api-connection": "^1.31.0",
"@coscine/app-util": "^1.9.0",
"@coscine/component-library": "^1.9.0",
"@types/jquery": "^3.5.5",
"@types/vuelidate": "^0.7.13",
"@voerro/vue-tagsinput": "^2.4.3",
......
This diff is collapsed.