forked from City-of-Helsinki/varaamo
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release tku-v1.9 #288
Merged
Merged
Release tku-v1.9 #288
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - self hosted Google Open Sans 400 and 800 fonts - removed use of outside hosted Opens Sans, Overpass and Noto Serif fonts - brought over brand colors from `hel-bootsrap-3` package to avoid outside use of Noto Serif
Changes: - removed routing param from urls because Service Map no longer supports it - changed Service Map link texts to reflect its new intent to only show location instead of routing - changed urls for different languages because url language routing has changed in Service Map
Reservation page field error list did not always show error list correctly. Changed reservation field value comparisons to use lodash isEqual to fix the issue.
* Bump postcss, autoprefixer, postcss-loader and resolve-url-loader Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer), [postcss-loader](https://github.com/webpack-contrib/postcss-loader) and [resolve-url-loader](https://github.com/bholloway/resolve-url-loader/tree/HEAD/packages/resolve-url-loader). These dependencies need to be updated together. Updates `postcss` from 8.4.21 to 8.4.31 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.21...8.4.31) Updates `autoprefixer` from 9.4.7 to 10.4.16 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@9.4.7...10.4.16) Updates `postcss-loader` from 3.0.0 to 7.3.3 - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases) - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/postcss-loader@v3.0.0...v7.3.3) Updates `resolve-url-loader` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/bholloway/resolve-url-loader/releases) - [Changelog](https://github.com/bholloway/resolve-url-loader/blob/v5/packages/resolve-url-loader/CHANGELOG.md) - [Commits](https://github.com/bholloway/resolve-url-loader/commits/5.0.0/packages/resolve-url-loader) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: autoprefixer dependency-type: direct:production - dependency-name: postcss-loader dependency-type: direct:production - dependency-name: resolve-url-loader dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fixed postcss-loader breaking options changes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: SanttuA <[email protected]>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.4.5 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…bel/traverse-7.23.2 Bump @babel/traverse from 7.4.5 to 7.23.2
Changes: - added a mass cancel form modal - added mass cancel modal to manage reservations page which is triggered by a button - changed manage reservations page select input to handle required status and error reporting
Bumps [crypto-js](https://github.com/brix/crypto-js) to 4.2.0 and updates ancestor dependency [oidc-client](https://github.com/IdentityModel/oidc-client-js). These dependencies need to be updated together. Updates `crypto-js` from 3.3.0 to 4.2.0 - [Commits](brix/crypto-js@3.3.0...4.2.0) Updates `oidc-client` from 1.9.1 to 1.11.5 - [Release notes](https://github.com/IdentityModel/oidc-client-js/releases) - [Changelog](https://github.com/IdentityModel/oidc-client-js/blob/dev/GitReleaseManager.yaml) - [Commits](IdentityModel/oidc-client-js@1.9.1...1.11.5) --- updated-dependencies: - dependency-name: crypto-js dependency-type: indirect - dependency-name: oidc-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…ypto-js-and-oidc-client-4.2.0 Bump crypto-js and oidc-client
When only one reservation is listed in manage reservations page, the dropdown actions for the reservation could be hidden by the footer. This fix increases reservation list margin so that all the dropdown actions fit in view.
ezkat
approved these changes
Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notable changes: