Releases: danskernesdigitalebibliotek/dpl-react
Releases · danskernesdigitalebibliotek/dpl-react
release-shake-dpl-react-demo-release-build
shake-dpl-react-demo-release-build
release-shake-dpl-react-demo-release
shake-dpl-react-demo-release
release-revert-723-DDFLSBP-274-align-fees-url
Revert "Align fees url"
release-feature/fix-docs-syntax
Fix Markdown syntax for link. The software which builds documentation (MkDocs) is picky about validating URLs, and will break if they are not valid. This should fix that problem.
release-remove-typescript-graphql-typed-files-modules
Remove typescript-graphql-typed-files-modules The package does not seem to be used. According to the documentation the package is used by adding typescript-graphql-typed-files-modules as a plugin in the YAML file for graphql-codegen. https://github.com/agendrix/typescript-graphql-typed-files-modules We do not have it declared in dbc-gateway.codegen.yml. Consequenty it does not seem to be used.
release-no-only-in-tests
Remove only() from advanced search test We want to ensure that all tests are run by default both in CI and locally.
release-dapple-support
Add webpack loaders for CSS files in root Webpack config For whatever reason CSS loading needs to occur in the root Webpack config when running Dapple. It does not seem to make a difference in other situations.
release-group-parallel-reservations
Update others tests to work with best represetation queries Our current graphQL mocking does not seem to support varying responses by operation. This means we cannot provide different responses when looking upmaterial data for singular and parallel reservations. Update with singular use cases to use best representation work fixture where possibe. When tests mix parallel and normal reservations we revert to only using normal reservations.
release-wiremock-docs
Fix link til Wiremock
release-bye-bye-docker-compose-node
Update howto to not mention an alternative without Docker Setup without running Node in Docker is now the primary way of running things due to problems with filesystem performance on Macs. Update howto steps accordingly We still run Docker but only for Wiremock.