-
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
chore: release main #352
chore: release main #352
Conversation
6294772
to
40a5e2c
Compare
40a5e2c
to
c1371f1
Compare
c1371f1
to
6829e77
Compare
6829e77
to
2555648
Compare
2555648
to
e5f4eb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 16
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (13)
- .release-please-manifest.json (1 hunks)
- CHANGELOG.md (1 hunks)
- package.json (1 hunks)
- packages/bff/CHANGELOG.md (1 hunks)
- packages/bff/package.json (1 hunks)
- packages/docs/CHANGELOG.md (1 hunks)
- packages/docs/package.json (2 hunks)
- packages/docusaurus-tldraw-plugin/CHANGELOG.md (1 hunks)
- packages/docusaurus-tldraw-plugin/package.json (1 hunks)
- packages/frontend/CHANGELOG.md (1 hunks)
- packages/frontend/package.json (2 hunks)
- packages/storybook/CHANGELOG.md (1 hunks)
- packages/storybook/package.json (1 hunks)
Additional context used
LanguageTool
CHANGELOG.md
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
packages/frontend/CHANGELOG.md
[style] ~18-~18: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
Markdownlint
CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
128-128: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
33-33: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docs/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
17-17: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docusaurus-tldraw-plugin/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/frontend/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
88-88: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/storybook/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Additional comments not posted (22)
.release-please-manifest.json (7)
2-2
: LGTM: Root package version update is appropriate.The root package version has been correctly updated from 1.0.0 to 1.1.0, indicating a minor version increment. This aligns with semantic versioning principles for introducing new features or non-breaking changes.
3-3
: LGTM: BFF package version update is consistent.The packages/bff version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
5-5
: LGTM: Docs package version update is consistent.The packages/docs version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
6-6
: LGTM: Docusaurus TLDraw plugin package version update is consistent.The packages/docusaurus-tldraw-plugin version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
7-7
: LGTM: Frontend package version update is consistent.The packages/frontend version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
8-8
: LGTM: Storybook package version update is consistent.The packages/storybook version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
2-8
: Overall version updates are consistent and appropriate.The version updates in this file are consistent across most packages, moving from 1.0.0 to 1.1.0. This aligns with semantic versioning principles for a minor release, suggesting new features or non-breaking changes have been introduced.
However, it's worth noting that the "packages/bff-types-generated" package remains at version 1.0.0. While this might be intentional if no changes were required for this package, it's advisable to verify that this is indeed the case.
To ensure the "packages/bff-types-generated" package didn't require updates, you may want to run the following command:
This will list any files that have changed in the packages/bff-types-generated directory since the last release. If there are no changes, it confirms that keeping the version at 1.0.0 is appropriate.
packages/docusaurus-tldraw-plugin/package.json (2)
3-3
: Version bump to 1.1.0 looks good.The version update from 1.0.0 to 1.1.0 is appropriate for a new release. This change follows semantic versioning principles, indicating new features or significant improvements have been added to the package.
9-13
: Improved readability of keywords array.The formatting change in the keywords array enhances readability without affecting functionality. This is a good practice for maintaining clean and easily scannable JSON files.
packages/docusaurus-tldraw-plugin/CHANGELOG.md (1)
3-3
: Verify the release dateThe release date (September 23, 2024) appears to be in the future. Please confirm if this is intentional or if it needs to be updated to the actual release date.
package.json (1)
3-3
: Version update approved, verifying consistencyThe version update from 1.0.0 to 1.1.0 is correct and aligns with the release objectives. However, let's verify the consistency of this version update across the project.
This script will help us ensure that the version update has been applied consistently across all relevant files in the project.
packages/docs/package.json (2)
3-3
: Version update looks good.The version bump from 1.0.0 to 1.1.0 is consistent with the release mentioned in the PR objectives and aligns with the updates described in the AI-generated summary.
41-50
: Improved formatting for browserslist.The reformatting of the browserslist section enhances readability without changing its content or functionality. This is a positive code style improvement.
packages/frontend/package.json (1)
3-3
: Version bump to 1.1.0 confirmed.The package version has been updated from 1.0.0 to 1.1.0, which aligns with the PR objectives of facilitating a release. This minor version bump suggests new features or improvements without breaking changes.
packages/docs/CHANGELOG.md (4)
1-4
: LGTM: Header and version information are well-formatted.The changelog header follows the standard format, including the version number, date, and a comparison link to the previous version. This provides clear context for the changes listed below.
6-15
: Enhance feature descriptions for clarity and consistency.While the Features section provides valuable information, consider the following improvements:
- Ensure consistent capitalization at the start of each entry.
- Provide brief explanations for technical terms or abbreviations (e.g., i18n, BFF, TLDraw).
- Add more context to entries like "implement fiterBar in app" to clarify the purpose and benefit of the feature.
- Consider grouping related features, such as the GraphQL-related changes.
These changes would make the changelog more accessible to all readers, regardless of their familiarity with the project.
18-22
: Improve clarity in the Bug Fixes section.
The first bug fix entry is unclear: "attempt issue not respecting BASEURL env variable by updating". Please rephrase for clarity, explaining what was updated and how it resolves the issue.
There are two entries related to BASEURL (lines 20 and 22). Consider combining these or providing more context on why two separate changes were needed.
For the application insights entry, briefly explain the benefit of enabling this feature.
Addressing these points would improve the overall clarity of the bug fix section and provide more context for the changes made.
5-5
: Remove extra blank lines for consistency.There are instances of multiple consecutive blank lines in the document (after lines 4 and 16). To improve consistency and adhere to markdown best practices, remove the extra blank lines, leaving only one blank line between sections.
Apply this diff to fix the formatting:
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docs-v1.0.0...docs-v1.1.0) (2024-09-23) - ### Features * add checking for missing i18n keys ([45cef62](https://github.com/digdir/dialogporten-frontend/commit/45cef62a777c60678aff0d5637fb1afa9d913547)) * add husky and pre-commit hook with lint-staged ([#247](https://github.com/digdir/dialogporten-frontend/issues/247)) ([#259](https://github.com/digdir/dialogporten-frontend/issues/259)) ([0de2661](https://github.com/digdir/dialogporten-frontend/commit/0de266166269d7aa75a986cbab8d5fb73eae63ba)) * add xs size for profile button + small fixes in header ([4aee6df](https://github.com/digdir/dialogporten-frontend/commit/4aee6df363b10a0d553a4ffc0ea9ea018ed8b88b)) * **azure:** add ssh jumper ([#993](https://github.com/digdir/dialogporten-frontend/issues/993)) ([a6bc0e6](https://github.com/digdir/dialogporten-frontend/commit/a6bc0e69afcfc2a99ef68bda0b7b318528f03e54)) * implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) * stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628)) * support multi level and date ([22c4589](https://github.com/digdir/dialogporten-frontend/commit/22c4589f689991044b9b8b2303c924a558d99a59)) * TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) - ### Bug Fixes * attempt issue not respecting BASEURL env variable by updating ([3c4dba8](https://github.com/digdir/dialogporten-frontend/commit/3c4dba84a48d64e6614194cfcb43957fb84a309f))Also applies to: 17-17
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/storybook/CHANGELOG.md (3)
6-38
: Features section is comprehensive and well-structured.The Features section provides a detailed overview of the changes and improvements in this release. The inclusion of commit hashes and issue numbers for most entries is excellent for traceability.
To further enhance the changelog:
- Consider adding brief explanations of the impact or benefits of major features for users or developers.
- Group related features together if possible, to provide a clearer picture of the areas of improvement.
Overall, great job on documenting the new features!
41-51
: Bug Fixes section is clear and informative.The Bug Fixes section effectively documents the issues that have been resolved in this release. The inclusion of commit hashes and issue numbers for most entries is excellent for traceability.
To further improve this section:
- Consider adding brief explanations of the impact of major bug fixes, especially for users who may have encountered these issues.
- If possible, group related bug fixes together to provide a clearer picture of the areas that have been improved.
Overall, good job on documenting the bug fixes!
1-51
: Overall, this is a well-crafted and informative changelog.The changelog for Storybook version 1.1.0 effectively communicates the significant changes, new features, and bug fixes in this release. The structure is clear, and the use of commit hashes and issue numbers enhances traceability.
The minor suggestions provided in the previous comments will help to further improve the formatting consistency and provide more context where needed. These enhancements will make the changelog even more valuable for users and developers.
Great job on maintaining a comprehensive and user-friendly changelog!
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/CHANGELOG.md (1)
1-59
: Overall, the changelog provides a comprehensive overview of the release.This changelog for version 1.1.0 of the BFF package provides a detailed account of the new features and bug fixes. It demonstrates significant improvements across various aspects of the system, including GraphQL integration, authentication enhancements, and infrastructure optimizations.
The level of detail is commendable, as it allows developers and stakeholders to understand the scope of changes in this release. However, implementing the suggested improvements in organization and context would further enhance its readability and usefulness.
Keep up the good work in maintaining such a detailed changelog, as it's crucial for effective communication and version tracking in software development.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
33-33: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
"workerDirectory": [ | ||
"public" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improved readability for MSW configuration.
The msw.workerDirectory
configuration has been reformatted for better readability. The content remains unchanged, maintaining ["public"] as the worker directory.
Consider applying similar formatting improvements to other array configurations in the file for consistency, if any exist.
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "bff", | |||
"version": "1.0.0", | |||
"version": "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tip
Codebase Verification
Changelog Missing for Version 1.1.0
The changelog does not contain an entry for version 1.1.0. Please update the changelog to include the details of this version.
Analysis chain
LGTM: Version bump looks good.
The version update from 1.0.0 to 1.1.0 is correct and follows semantic versioning practices. This minor version increment suggests new features or improvements have been added in a backward-compatible manner.
To ensure the version bump is properly documented, please verify that the changelog has been updated to reflect the changes in this new version. You can run the following script to check the changelog:
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Check if the changelog has been updated for version 1.1.0
# Test: Search for version 1.1.0 in the changelog
changelog_file=$(fd -t f -e md -e MD -i changelog)
if [ -n "$changelog_file" ]; then
if grep -q "1.1.0" "$changelog_file"; then
echo "Changelog found and contains version 1.1.0"
else
echo "Changelog found but does not contain version 1.1.0"
fi
else
echo "No changelog file found"
fi
Length of output: 935
packages/frontend/CHANGELOG.md
Outdated
* **frontend:** change lang based on profile ([61bc1f7](https://github.com/digdir/dialogporten-frontend/commit/61bc1f77c9d2342f917e4c235f52549859358bb1)) | ||
* **frontend:** conditionally show leva ([316acd9](https://github.com/digdir/dialogporten-frontend/commit/316acd94afc43ec074d6dfb71edd7d38ee2fbd64)) | ||
* **frontend:** date-fns wrapper to use selected lang ([3ecfcb5](https://github.com/digdir/dialogporten-frontend/commit/3ecfcb5c6cbb4ce5d3c15108ab943933ce507fb6)) | ||
* **frontend:** embeddable content ([c28f6dd](https://github.com/digdir/dialogporten-frontend/commit/c28f6dd7451207af9ffff48c69fd5c7f4d654b2c)) | ||
* **frontend:** make background grey when in bulk selection mode [#677](https://github.com/digdir/dialogporten-frontend/issues/677) ([3437025](https://github.com/digdir/dialogporten-frontend/commit/343702546063138f54ae76fde04ecfee1f65e160)) | ||
* **frontend:** mobile view for action panel / bulk select ([ca9d728](https://github.com/digdir/dialogporten-frontend/commit/ca9d72891ead82c17f542e3ccd1421a86fae7aad)) | ||
* **frontend:** move header and footer out of the grid ([0f8cc61](https://github.com/digdir/dialogporten-frontend/commit/0f8cc61958954c34fc49b1e4f785c40cb508e8f1)) | ||
* **frontend:** show snackbar message on when clicking the actionpanel ([7ebe264](https://github.com/digdir/dialogporten-frontend/commit/7ebe264ff0745b7e5c3d1d6dfa561ccd24f0be30)) | ||
* **frontend:** snackbar in updated design ([a727123](https://github.com/digdir/dialogporten-frontend/commit/a727123c6b03db59890657cf73e5a5b420ab7b09)) | ||
* **frontend:** updated nginx config ([d127cae](https://github.com/digdir/dialogporten-frontend/commit/d127cae4b4acf3bbc94c320b27d4ca21e2c5293d)) | ||
* **frontend:** Use `leva` for debug features ([508babf](https://github.com/digdir/dialogporten-frontend/commit/508babf96676a8f0d77d9ddbe812995f3a2503ea)) | ||
* **frontend:** when in bulk mode it shouldn't be possible to click into ([7ebf1d8](https://github.com/digdir/dialogporten-frontend/commit/7ebf1d84c82ec5602545097e0e56617142cbc345)) | ||
* **frontend:** working logout button ([0152e7c](https://github.com/digdir/dialogporten-frontend/commit/0152e7ceaf83b7e3ae85dee7b8ab71c8f6434838)) | ||
* get dialogs ([76dbc5e](https://github.com/digdir/dialogporten-frontend/commit/76dbc5e918f2444f5a936f31de16f350ba0b2234)) | ||
* GraphQL subscription (SSE) and EventSource integration ([78403a5](https://github.com/digdir/dialogporten-frontend/commit/78403a5e7218b94ac706f4cc2cb293142c0b27e7)) | ||
* Hide select button with feature flag ([3118c5c](https://github.com/digdir/dialogporten-frontend/commit/3118c5c7300821b2a770142b0e9a9925d1232988)) | ||
* inbox as entry ([47de8f5](https://github.com/digdir/dialogporten-frontend/commit/47de8f559bb35c910920cdd453d32cad13486e10)) | ||
* indicate viewtype selected in sidebar, update arrangement and icons and misc improvements ([4bb8385](https://github.com/digdir/dialogporten-frontend/commit/4bb8385dc6df80723d753287614cf4249a690eee)) | ||
* make gui action buttons work for all http methods ([bd69a60](https://github.com/digdir/dialogporten-frontend/commit/bd69a60068d9d2aadc498fde5d360c91ab2993ad)) | ||
* make Profilebutton loadable ([d3e5614](https://github.com/digdir/dialogporten-frontend/commit/d3e56142a732b52973b7b047535d78ccf81af01c)) | ||
* map data from dialogporten data model to UI ([d8a8804](https://github.com/digdir/dialogporten-frontend/commit/d8a880434380d2ca2658be2275cb4bb1be7ebae4)) | ||
* map dialog search dialogs to dialogs + minor styling fixes ([2b0ba5e](https://github.com/digdir/dialogporten-frontend/commit/2b0ba5e75790c39cbb51d303b7e03f4c1f10ad8d)) | ||
* merge subparties and refactor logic to be used in both PartyDropdown and global menu ([5a6034b](https://github.com/digdir/dialogporten-frontend/commit/5a6034ba1c0b0ffbc8c5f132d3de6a09423158c4)) | ||
* move user endpoint to graphql schema with resolver ([a6e488e](https://github.com/digdir/dialogporten-frontend/commit/a6e488e0799a4542ccfc768838d11af8b7ce4c16)) | ||
* new Badge component ([73353e1](https://github.com/digdir/dialogporten-frontend/commit/73353e1675cf3a936eb2f040dae2e341f3ab018b)) | ||
* New design, added delete popup wireframe ([#840](https://github.com/digdir/dialogporten-frontend/issues/840)) ([77ab029](https://github.com/digdir/dialogporten-frontend/commit/77ab02905d7ebadc7463a53965503dd761f51b59)) | ||
* New search component, design fixes ([#806](https://github.com/digdir/dialogporten-frontend/issues/806)) ([20e6316](https://github.com/digdir/dialogporten-frontend/commit/20e63169dac1723ad505d4731e675fbad6d457f0)) | ||
* organize data results ([217f934](https://github.com/digdir/dialogporten-frontend/commit/217f934749efaee57ddecd8a4da2583e2b6f6ec8)) | ||
* pseudo random background color generation used in avatar with a Storybook story for purpose of testinga ([a01a88d](https://github.com/digdir/dialogporten-frontend/commit/a01a88daec116b9b7a710b1a4e166cb1aeb52fa1)) | ||
* refactor all menus to depend on menuItem, aligning design and removing redundant code ([c11d28d](https://github.com/digdir/dialogporten-frontend/commit/c11d28d2169c5ceea21ac90a114cc615ff31c79a)) | ||
* refactor auth check logic, prevents app to be ninja loaded and improves lout out ux ([61a6fe1](https://github.com/digdir/dialogporten-frontend/commit/61a6fe175a7f9877e30c0d86a14bfb6670f3b2ce)) | ||
* Rewrite and design updates of Sidebar and Menubar ([#820](https://github.com/digdir/dialogporten-frontend/issues/820)) ([470d3d3](https://github.com/digdir/dialogporten-frontend/commit/470d3d3a063bec9a674038a6844f27b5622bb9f8)) | ||
* Searches now being saved per party. Party dropdown and sidebar reflects actual per party count ([#1017](https://github.com/digdir/dialogporten-frontend/issues/1017)) ([b7b72f7](https://github.com/digdir/dialogporten-frontend/commit/b7b72f7aa50b969b88e18dc02e8c5db8468e7c6c)) | ||
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628)) | ||
* support multi level and date ([22c4589](https://github.com/digdir/dialogporten-frontend/commit/22c4589f689991044b9b8b2303c924a558d99a59)) | ||
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885)) | ||
* Updated parties menu according to Figma design ([#734](https://github.com/digdir/dialogporten-frontend/issues/734)) ([2daa52e](https://github.com/digdir/dialogporten-frontend/commit/2daa52e6e2a5bb6171d4c194812cbbd6b10354f3)) | ||
* use end user as default selected party ([e2ad0ef](https://github.com/digdir/dialogporten-frontend/commit/e2ad0ef3386210d3f2690d47a921b0b69763c62d)) | ||
* Visual adjustments. Added status, timestamp and other logic to MetaData ([4d23a7a](https://github.com/digdir/dialogporten-frontend/commit/4d23a7ab0f4fa40a084b51470477b6f8b4527a12)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add dropdown on party dropdown in order to preved multiple dropdowns open at once ([e363b87](https://github.com/digdir/dialogporten-frontend/commit/e363b878c0a4724d77a94551b571a4577da5a63e)) | ||
* adjustments to layout for desktop for inbox details ([17273bc](https://github.com/digdir/dialogporten-frontend/commit/17273bc21b8545972ebc76407e9d176ac4abf05e)) | ||
* adjustments to layout for mobile and tablet for inbox details ([ddd6ff7](https://github.com/digdir/dialogporten-frontend/commit/ddd6ff72b4b7016cad31f119dc54dac15504271f)) | ||
* Arrow alignment in search dropdown ([#907](https://github.com/digdir/dialogporten-frontend/issues/907)) ([2b40f77](https://github.com/digdir/dialogporten-frontend/commit/2b40f77a0892ff7668656d64c012c14869733fa2)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor formatting improvements needed
The changelog is well-structured overall, but there are a few minor formatting issues that could be addressed:
- Remove the extra blank lines at lines 5 and 88 to maintain consistent spacing throughout the document.
- Ensure consistent use of periods at the end of each entry. Currently, some entries end with a period while others don't.
Addressing these small issues will improve the overall consistency and readability of the changelog.
Tools
LanguageTool
[style] ~18-~18: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
88-88: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/frontend/CHANGELOG.md
Outdated
### Bug Fixes | ||
|
||
* add dropdown on party dropdown in order to preved multiple dropdowns open at once ([e363b87](https://github.com/digdir/dialogporten-frontend/commit/e363b878c0a4724d77a94551b571a4577da5a63e)) | ||
* adjustments to layout for desktop for inbox details ([17273bc](https://github.com/digdir/dialogporten-frontend/commit/17273bc21b8545972ebc76407e9d176ac4abf05e)) | ||
* adjustments to layout for mobile and tablet for inbox details ([ddd6ff7](https://github.com/digdir/dialogporten-frontend/commit/ddd6ff72b4b7016cad31f119dc54dac15504271f)) | ||
* Arrow alignment in search dropdown ([#907](https://github.com/digdir/dialogporten-frontend/issues/907)) ([2b40f77](https://github.com/digdir/dialogporten-frontend/commit/2b40f77a0892ff7668656d64c012c14869733fa2)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enhance organization and clarity of the Bug Fixes section
The Bug Fixes section is comprehensive, but could be improved in the following ways:
-
Consider grouping related fixes together for easier readability. For example, group UI/design-related fixes, performance improvements, or specific component fixes.
-
Some entries could benefit from a brief explanation of the impact of the fix. For instance, for entries like "refactor horizontal line to one component" (line 126), it would be helpful to mention why this change was necessary or what improvement it brings.
-
For more technical fixes, consider adding a brief explanation for non-technical stakeholders. This will help all readers understand the importance of each fix.
These improvements will make the Bug Fixes section more informative and easier to navigate for all users of the changelog.
CHANGELOG.md
Outdated
* **azure:** change to use rbac for key vault ([#955](https://github.com/digdir/dialogporten-frontend/issues/955)) ([8d98b7d](https://github.com/digdir/dialogporten-frontend/commit/8d98b7ddcd6578e9cb30ebd18f24898dfb6ca600)) | ||
* **azure:** ensure we use ssl for postgresql connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15)) | ||
* **azure:** remove vnet from Redis ([bb38b28](https://github.com/digdir/dialogporten-frontend/commit/bb38b285ed2fac80a2cc123ee727c528d4ada8d3)) | ||
* **azure:** rename environment parameter for production ([#974](https://github.com/digdir/dialogporten-frontend/issues/974)) ([68bbd9a](https://github.com/digdir/dialogporten-frontend/commit/68bbd9a97404064305e6f81022530408b7b194a0)) | ||
* **azure:** revert vnet in favor of private link ([#489](https://github.com/digdir/dialogporten-frontend/issues/489)) ([8363339](https://github.com/digdir/dialogporten-frontend/commit/83633395407a9f9ffa11668e2fc580a7ec74c3b3)) | ||
* **azure:** separate custom domain into param ([#364](https://github.com/digdir/dialogporten-frontend/issues/364)) ([a2ea7cb](https://github.com/digdir/dialogporten-frontend/commit/a2ea7cb98e7059d1c145d3426442f721909a5792)) | ||
* **azure:** set supported azure Redis version ([#490](https://github.com/digdir/dialogporten-frontend/issues/490)) ([0322a26](https://github.com/digdir/dialogporten-frontend/commit/0322a26adb5cb23ec2a82529a10b4d1a8e06e7d0)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* **azure:** use correct connection string format for redis ([#518](https://github.com/digdir/dialogporten-frontend/issues/518)) ([4d1e59d](https://github.com/digdir/dialogporten-frontend/commit/4d1e59d00b85d3cf895242964f23da6976bf51f5)) | ||
* **azure:** use correct port for bff ([#366](https://github.com/digdir/dialogporten-frontend/issues/366)) ([3d4211e](https://github.com/digdir/dialogporten-frontend/commit/3d4211e549ef6a2db8694d6ad0708032f408566a)) | ||
* **azure:** use correct ssh public key env variable ([#995](https://github.com/digdir/dialogporten-frontend/issues/995)) ([00c082d](https://github.com/digdir/dialogporten-frontend/commit/00c082d535e30a61c3ac68855945ae3fa2efb37e)) | ||
* **bff-graphql-poc:** smaller Docker image size ([8cd60eb](https://github.com/digdir/dialogporten-frontend/commit/8cd60ebca3afc42b0cdb7270721b236b7112efa1)) | ||
* **bff:** add correct URL for oidc per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)) ([f551ebc](https://github.com/digdir/dialogporten-frontend/commit/f551ebc90e6b945cd3ef51b1017916ba27079631)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** ensure the correct dialogporten-url is used per environment ([#994](https://github.com/digdir/dialogporten-frontend/issues/994)) ([7389767](https://github.com/digdir/dialogporten-frontend/commit/738976747b4e304310c05ed0ab7c25ed185082ab)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** remove migration synchronization ([#744](https://github.com/digdir/dialogporten-frontend/issues/744)) ([35d20e2](https://github.com/digdir/dialogporten-frontend/commit/35d20e2a91cfb6b704df28dcbfe0207c41881b4a)) | ||
* **bff:** rename oidc host names ([#1026](https://github.com/digdir/dialogporten-frontend/issues/1026)) ([9521c99](https://github.com/digdir/dialogporten-frontend/commit/9521c9940dcdbbb0a18335b99851ce4a4f4dcd13)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change default subnet size to 23 ([#534](https://github.com/digdir/dialogporten-frontend/issues/534)) ([99e6da3](https://github.com/digdir/dialogporten-frontend/commit/99e6da3d221f784aea17c175fca7eac7083777f2)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* codeowners update ([2bbea47](https://github.com/digdir/dialogporten-frontend/commit/2bbea47468785cca4e1658cf87190718f10e627e)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove bff-graphql-poc ([4c3e6ec](https://github.com/digdir/dialogporten-frontend/commit/4c3e6ec203dedf5f10f6fe8ca45a2a2a8cd2a406)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* set node_env to production ([#1053](https://github.com/digdir/dialogporten-frontend/issues/1053)) ([6603d9d](https://github.com/digdir/dialogporten-frontend/commit/6603d9d50e4383bb682cac9c90e1bfdf5f3f86a8)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f)) | ||
* testing again, ensuring baseurl is overriden ([f09fdd5](https://github.com/digdir/dialogporten-frontend/commit/f09fdd529a6e765a09046581b53fa4e9a515ac1e)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* uncomment bff-migration from compose ([468ebe6](https://github.com/digdir/dialogporten-frontend/commit/468ebe657a8e768f19272200b9db630f8ccd2c4b)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update query for Dialogporten gql schema v 1.8.1 ([e8a0a94](https://github.com/digdir/dialogporten-frontend/commit/e8a0a9476751e0db3380785cb8eba3cf7b0795d5)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* use correct path for probes ([#509](https://github.com/digdir/dialogporten-frontend/issues/509)) ([49d8974](https://github.com/digdir/dialogporten-frontend/commit/49d89746baea6b5cf613281aa8a0a2375613cb9d)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enhance organization and consistency in the Bug Fixes section.
The Bug Fixes section is thorough but could be improved for clarity and organization:
- Grouping: Similar to the Features section, consider grouping related bug fixes (e.g., Azure-related, BFF-related) for better readability.
- Consistency: Standardize the level of detail, capitalization, and punctuation across all entries.
- Context: For each bug fix, briefly describe the issue and its impact, followed by the solution.
Consider applying these improvements:
- Group related bug fixes under subheadings.
- Ensure each entry starts with a capital letter and ends with a period.
- Provide a brief context for each bug fix when possible.
Example of grouped and formatted entries:
### Azure Infrastructure
* Fixed application gateway and networking issues ([#539](https://github.com/digdir/dialogporten-frontend/issues/539)). Resolved connectivity problems and improved network performance.
* Ensured SSL usage for PostgreSQL connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)). Enhanced database security by enforcing encrypted connections.
### BFF (Backend for Frontend) Improvements
* Fixed BFF migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)). Resolved issues with database schema updates.
* Added correct URL for OIDC per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)). Ensured proper authentication across different deployment environments.
CHANGELOG.md
Outdated
* **azure:** change to use rbac for key vault ([#955](https://github.com/digdir/dialogporten-frontend/issues/955)) ([8d98b7d](https://github.com/digdir/dialogporten-frontend/commit/8d98b7ddcd6578e9cb30ebd18f24898dfb6ca600)) | ||
* **azure:** ensure we use ssl for postgresql connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15)) | ||
* **azure:** remove vnet from Redis ([bb38b28](https://github.com/digdir/dialogporten-frontend/commit/bb38b285ed2fac80a2cc123ee727c528d4ada8d3)) | ||
* **azure:** rename environment parameter for production ([#974](https://github.com/digdir/dialogporten-frontend/issues/974)) ([68bbd9a](https://github.com/digdir/dialogporten-frontend/commit/68bbd9a97404064305e6f81022530408b7b194a0)) | ||
* **azure:** revert vnet in favor of private link ([#489](https://github.com/digdir/dialogporten-frontend/issues/489)) ([8363339](https://github.com/digdir/dialogporten-frontend/commit/83633395407a9f9ffa11668e2fc580a7ec74c3b3)) | ||
* **azure:** separate custom domain into param ([#364](https://github.com/digdir/dialogporten-frontend/issues/364)) ([a2ea7cb](https://github.com/digdir/dialogporten-frontend/commit/a2ea7cb98e7059d1c145d3426442f721909a5792)) | ||
* **azure:** set supported azure Redis version ([#490](https://github.com/digdir/dialogporten-frontend/issues/490)) ([0322a26](https://github.com/digdir/dialogporten-frontend/commit/0322a26adb5cb23ec2a82529a10b4d1a8e06e7d0)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* **azure:** use correct connection string format for redis ([#518](https://github.com/digdir/dialogporten-frontend/issues/518)) ([4d1e59d](https://github.com/digdir/dialogporten-frontend/commit/4d1e59d00b85d3cf895242964f23da6976bf51f5)) | ||
* **azure:** use correct port for bff ([#366](https://github.com/digdir/dialogporten-frontend/issues/366)) ([3d4211e](https://github.com/digdir/dialogporten-frontend/commit/3d4211e549ef6a2db8694d6ad0708032f408566a)) | ||
* **azure:** use correct ssh public key env variable ([#995](https://github.com/digdir/dialogporten-frontend/issues/995)) ([00c082d](https://github.com/digdir/dialogporten-frontend/commit/00c082d535e30a61c3ac68855945ae3fa2efb37e)) | ||
* **bff-graphql-poc:** smaller Docker image size ([8cd60eb](https://github.com/digdir/dialogporten-frontend/commit/8cd60ebca3afc42b0cdb7270721b236b7112efa1)) | ||
* **bff:** add correct URL for oidc per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)) ([f551ebc](https://github.com/digdir/dialogporten-frontend/commit/f551ebc90e6b945cd3ef51b1017916ba27079631)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** ensure the correct dialogporten-url is used per environment ([#994](https://github.com/digdir/dialogporten-frontend/issues/994)) ([7389767](https://github.com/digdir/dialogporten-frontend/commit/738976747b4e304310c05ed0ab7c25ed185082ab)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** remove migration synchronization ([#744](https://github.com/digdir/dialogporten-frontend/issues/744)) ([35d20e2](https://github.com/digdir/dialogporten-frontend/commit/35d20e2a91cfb6b704df28dcbfe0207c41881b4a)) | ||
* **bff:** rename oidc host names ([#1026](https://github.com/digdir/dialogporten-frontend/issues/1026)) ([9521c99](https://github.com/digdir/dialogporten-frontend/commit/9521c9940dcdbbb0a18335b99851ce4a4f4dcd13)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change default subnet size to 23 ([#534](https://github.com/digdir/dialogporten-frontend/issues/534)) ([99e6da3](https://github.com/digdir/dialogporten-frontend/commit/99e6da3d221f784aea17c175fca7eac7083777f2)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* codeowners update ([2bbea47](https://github.com/digdir/dialogporten-frontend/commit/2bbea47468785cca4e1658cf87190718f10e627e)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove bff-graphql-poc ([4c3e6ec](https://github.com/digdir/dialogporten-frontend/commit/4c3e6ec203dedf5f10f6fe8ca45a2a2a8cd2a406)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* set node_env to production ([#1053](https://github.com/digdir/dialogporten-frontend/issues/1053)) ([6603d9d](https://github.com/digdir/dialogporten-frontend/commit/6603d9d50e4383bb682cac9c90e1bfdf5f3f86a8)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f)) | ||
* testing again, ensuring baseurl is overriden ([f09fdd5](https://github.com/digdir/dialogporten-frontend/commit/f09fdd529a6e765a09046581b53fa4e9a515ac1e)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* uncomment bff-migration from compose ([468ebe6](https://github.com/digdir/dialogporten-frontend/commit/468ebe657a8e768f19272200b9db630f8ccd2c4b)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update query for Dialogporten gql schema v 1.8.1 ([e8a0a94](https://github.com/digdir/dialogporten-frontend/commit/e8a0a9476751e0db3380785cb8eba3cf7b0795d5)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* use correct path for probes ([#509](https://github.com/digdir/dialogporten-frontend/issues/509)) ([49d8974](https://github.com/digdir/dialogporten-frontend/commit/49d89746baea6b5cf613281aa8a0a2375613cb9d)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider restructuring the changelog for improved readability.
The changelog for version 1.1.0 is comprehensive and detailed, which is commendable. However, its length and current structure might make it challenging for users to quickly grasp the key changes in this release. Consider the following suggestions to enhance its overall structure and readability:
- Add a brief summary at the top highlighting the most significant changes.
- Group changes into clear categories (e.g., "Major Features", "UI Improvements", "Backend Enhancements", "Azure Infrastructure", "Bug Fixes").
- Consider using a table of contents for easy navigation.
- For very long changelogs, consider splitting it into separate files or sections for features and bug fixes, with links between them.
Here's a suggested structure:
# Changelog
## [1.1.0] - 2024-09-23
### Summary
This release includes significant improvements to the UI, enhanced Azure infrastructure, and numerous bug fixes. Key highlights include a new activity history feature, improved search functionality, and better performance in the BFF.
### Table of Contents
- [Major Features](#major-features)
- [UI Improvements](#ui-improvements)
- [Backend Enhancements](#backend-enhancements)
- [Azure Infrastructure](#azure-infrastructure)
- [Bug Fixes](#bug-fixes)
### Major Features
(List 3-5 most significant features)
### UI Improvements
(Group all UI-related changes)
### Backend Enhancements
(Group all backend-related changes)
### Azure Infrastructure
(Group all Azure-related changes)
### Bug Fixes
(Group bug fixes by area or component)
This structure will help users quickly understand the scope and impact of the release while still providing access to all the detailed information.
Tools
LanguageTool
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
128-128: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
301f413
to
16cb6e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 14
Outside diff range comments (1)
packages/frontend/package.json (1)
Line range hint
22-54
: Consider adopting a consistent versioning strategyThe
dependencies
anddevDependencies
sections use a mix of caret (^) versioning and exact versions. For better consistency and easier maintenance, consider adopting a uniform versioning strategy across all dependencies.Additionally, it might be beneficial to review and update dependencies to their latest compatible versions, especially for those using exact version numbers.
To check for outdated dependencies and get update suggestions, you can run:
npm outdatedThen, update the dependencies as needed using:
npm updateMake sure to test thoroughly after updating dependencies to ensure compatibility.
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (13)
- .release-please-manifest.json (1 hunks)
- CHANGELOG.md (1 hunks)
- package.json (1 hunks)
- packages/bff/CHANGELOG.md (1 hunks)
- packages/bff/package.json (1 hunks)
- packages/docs/CHANGELOG.md (1 hunks)
- packages/docs/package.json (2 hunks)
- packages/docusaurus-tldraw-plugin/CHANGELOG.md (1 hunks)
- packages/docusaurus-tldraw-plugin/package.json (1 hunks)
- packages/frontend/CHANGELOG.md (1 hunks)
- packages/frontend/package.json (2 hunks)
- packages/storybook/CHANGELOG.md (1 hunks)
- packages/storybook/package.json (1 hunks)
Additional context used
LanguageTool
CHANGELOG.md
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
packages/frontend/CHANGELOG.md
[style] ~18-~18: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
Markdownlint
CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
128-128: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
33-33: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docs/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
17-17: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docusaurus-tldraw-plugin/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/frontend/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
88-88: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/storybook/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Additional comments not posted (25)
.release-please-manifest.json (7)
2-2
: LGTM: Root package version update is appropriate.The root package version has been correctly updated from 1.0.0 to 1.1.0, indicating a minor version increment. This aligns with the PR objectives and suggests the addition of new features or non-breaking changes.
3-3
: LGTM: BFF package version update is consistent.The packages/bff version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
5-5
: LGTM: Docs package version update is consistent.The packages/docs version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
6-6
: LGTM: Docusaurus TLDraw plugin package version update is consistent.The packages/docusaurus-tldraw-plugin version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
7-7
: LGTM: Frontend package version update is consistent.The packages/frontend version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
8-8
: LGTM: Storybook package version update is consistent.The packages/storybook version has been correctly updated from 1.0.0 to 1.1.0, maintaining consistency with the root package version update.
2-8
: Overall version updates are consistent, with one exception.The version updates in this file are consistent and appropriate:
- All packages except one have been updated from 1.0.0 to 1.1.0.
- The minor version increment (1.0.0 to 1.1.0) aligns with semantic versioning principles for new features or non-breaking changes.
- The updates are consistent with the PR objectives and AI-generated summary.
However, it's worth noting that the "packages/bff-types-generated" package remains at version 1.0.0.
Could you please clarify why this package wasn't updated? If this is intentional, consider adding a comment in the file to explain the reason for keeping this package at version 1.0.0.
To verify the status of the "packages/bff-types-generated" package, you can run the following command:
This will help determine if there were any changes to this package that might warrant a version update.
packages/docusaurus-tldraw-plugin/package.json (1)
3-3
: Version bump to 1.1.0 looks good.The minor version increment from 1.0.0 to 1.1.0 is appropriate. This change aligns with semantic versioning principles, suggesting new features or improvements without breaking changes.
packages/docusaurus-tldraw-plugin/CHANGELOG.md (4)
1-4
: LGTM: Changelog header and version information are correct.The changelog header, version number (1.1.0), release date (September 23, 2024), and compare URL are all present and correctly formatted. This provides clear information about the release and allows for easy comparison with the previous version.
6-8
: LGTM: Feature clearly described with proper reference.The Features section accurately describes the addition of the TLDraw plugin for Docusaurus. The commit reference (df0faee) is properly included, allowing for easy traceability of the change.
11-13
: LGTM: Bug fix clearly described with proper reference.The Bug Fixes section accurately describes the update of the tldraw dependency to version 2.4.4. The commit reference (f5b6712) is properly included, allowing for easy traceability of the change. This update likely addresses compatibility issues or includes improvements from the tldraw library.
1-13
: Overall, the changelog is well-structured and informative.The CHANGELOG.md file for the Docusaurus TLDraw plugin version 1.1.0 is comprehensive and follows best practices:
- It clearly states the version number and release date.
- It provides a compare URL for easy diff viewing.
- It separates changes into Features and Bug Fixes sections.
- Each change is described concisely with a proper commit reference.
This changelog effectively communicates the updates in this release to users and developers.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docs/package.json (2)
3-3
: Version update looks good.The version bump from 1.0.0 to 1.1.0 is consistent with the release mentioned in the PR objectives and aligns with the updates described in the AI-generated summary.
41-50
: Improved formatting for browserslist.The reformatting of the browserslist section enhances readability without changing its content or functionality. This is a positive change for code maintainability.
packages/frontend/package.json (2)
3-3
: Version bump to 1.1.0The package version has been updated from 1.0.0 to 1.1.0, which is consistent with the release process mentioned in the PR objectives.
59-61
: Improved readability for MSW configuration.The
msw.workerDirectory
configuration has been reformatted for better readability. The content remains unchanged, maintaining ["public"] as the worker directory.packages/docs/CHANGELOG.md (4)
1-4
: LGTM: Header and version information are correctly formatted.The changelog header follows the standard format, including the version number, date, and a comparison link to the previous version.
6-15
: Enhance feature descriptions for clarity and consistency.While the Features section provides valuable information, consider the following improvements:
- Ensure consistent capitalization at the start of each entry.
- Provide brief explanations for technical terms or abbreviations (e.g., i18n, BFF, TLDraw).
- Add more context to entries like "implement fiterBar in app" to clarify the purpose and benefit of the feature.
- For the entry "stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one", explain the impact or benefits of this change.
These enhancements would make the changelog more accessible to all readers, regardless of their familiarity with the project.
18-22
: Improve clarity in the Bug Fixes section.
The first bug fix entry is incomplete: "attempt issue not respecting BASEURL env variable by updating". Please complete the sentence to clarify what was updated and how it resolved the issue.
There are two entries related to BASEURL. Consider combining these or providing more context on why two separate changes were needed.
For the entry about enabling application insights for BFF, briefly explain the benefit or purpose of this change.
Addressing these points would improve the clarity and usefulness of the bug fix section.
5-5
: Remove extra blank lines for consistency.There are instances of multiple consecutive blank lines in the document (after lines 4 and 16). To improve consistency and adhere to markdown best practices, remove the extra blank lines, leaving only one blank line between sections.
Also applies to: 17-17
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/package.json (2)
3-3
: Version bump looks good.The update from version 1.0.0 to 1.1.0 is correct and follows semantic versioning practices. This minor version increment suggests new features or improvements have been added in a backward-compatible manner.
3-3
: Reminder: Update the changelog for version 1.1.0As mentioned in a previous review, please ensure that the changelog has been updated to include the details for version 1.1.0. This is crucial for maintaining a clear record of changes and improvements in the package.
#!/bin/bash # Description: Check if the changelog has been updated for version 1.1.0 # Test: Search for version 1.1.0 in the changelog changelog_file=$(fd -t f -e md -e MD -i changelog) if [ -n "$changelog_file" ]; then if grep -q "1.1.0" "$changelog_file"; then echo "Changelog found and contains version 1.1.0" else echo "Changelog found but does not contain version 1.1.0" fi else echo "No changelog file found" fipackages/storybook/CHANGELOG.md (2)
6-38
: LGTM: Comprehensive Features section.The Features section provides a detailed and well-documented list of changes, covering a wide range of improvements and additions. The inclusion of commit hashes and issue numbers for most entries is excellent for traceability.
To further enhance the section:
- Consider grouping related features together (e.g., UI components, backend changes, etc.) for easier readability.
- For entries without issue numbers, consider adding them if applicable to maintain consistency.
Overall, great job on documenting the new features and improvements!
41-51
: LGTM: Well-documented Bug Fixes section.The Bug Fixes section provides a clear and concise list of issues that have been addressed. The inclusion of commit hashes and issue numbers for most entries is excellent for traceability. The fixes cover a good range of improvements, including:
- Enabling application insights
- Fixing typos and broken stories in Storybook
- Refactoring components for better consistency
- Updating dependencies
This section effectively communicates the improvements made to the project's stability and functionality.
packages/frontend/CHANGELOG.md (1)
18-18
: Consider using "cannot" instead of "can not".For improved readability and consistency with common writing practices, consider changing "can not" to "cannot" in the following line:
-* Added error message if dialog can not be shown ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1)) +* Added error message if dialog cannot be shown ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1))This change aligns with standard English usage and improves the overall consistency of the document.
Likely invalid or redundant comment.
Tools
LanguageTool
[style] ~18-~18: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
"keywords": [ | ||
"docusaurus", | ||
"tldraw", | ||
"plugin" | ||
], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improved formatting for keywords array.
The multi-line format for the keywords array enhances readability. While this change doesn't affect functionality, it's a good practice for maintaining clean and easily scannable JSON files.
Consider adding a trailing comma after the last item in the array for consistency and easier future additions:
"keywords": [
"docusaurus",
"tldraw",
- "plugin"
+ "plugin",
],
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
"keywords": [ | |
"docusaurus", | |
"tldraw", | |
"plugin" | |
], | |
"keywords": [ | |
"docusaurus", | |
"tldraw", | |
"plugin", | |
], |
packages/storybook/CHANGELOG.md
Outdated
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/storybook-v1.0.0...storybook-v1.1.0) (2024-09-23) | ||
|
||
|
||
### Features | ||
|
||
* add activity history to dialog details page ([f061c41](https://github.com/digdir/dialogporten-frontend/commit/f061c4199d819935b00ad2e0bd21c17933c76ee8)) | ||
* add all organizations option to party selection ([6717148](https://github.com/digdir/dialogporten-frontend/commit/67171487c0eb14c563c4a60dbbad3ed9f51e4962)) | ||
* Add Footer component to PageLayout ([#229](https://github.com/digdir/dialogporten-frontend/issues/229)) ([165287e](https://github.com/digdir/dialogporten-frontend/commit/165287ef4de1e64d842c8b2bffc2b52757655981)) | ||
* add global Snackbar component for desktop and mobile ([#531](https://github.com/digdir/dialogporten-frontend/issues/531)) ([32b3327](https://github.com/digdir/dialogporten-frontend/commit/32b3327a6a51fd2234fa7bd98c04caac57950033)) | ||
* add ProfileCheckbox ([9bd0e27](https://github.com/digdir/dialogporten-frontend/commit/9bd0e27799ecbbe960129fd3c39de5ae1955b4c6)) | ||
* Add SorderOrderDropdown component and bring it to the view ([f59515d](https://github.com/digdir/dialogporten-frontend/commit/f59515d930e56b07b05023cffd3046744a80e2df)) | ||
* add xs size for profile button + small fixes in header ([4aee6df](https://github.com/digdir/dialogporten-frontend/commit/4aee6df363b10a0d553a4ffc0ea9ea018ed8b88b)) | ||
* Added progress bar and updated storybook stories ([7166407](https://github.com/digdir/dialogporten-frontend/commit/7166407d161819e9a231ff5f5eb98f7b297fee6c)) | ||
* adds image url to avatar ([0c88edb](https://github.com/digdir/dialogporten-frontend/commit/0c88edb880c61b55fd9c9d9445398d36950ea983)) | ||
* avatar group ([5860194](https://github.com/digdir/dialogporten-frontend/commit/586019452c5c2e98c93be3ffa656fa2a38acad50)) | ||
* create a resuable generic dropdown menu for filter and soring ([54e3b64](https://github.com/digdir/dialogporten-frontend/commit/54e3b64d8cca622d7fd1fca33d7e600122297b57)) | ||
* design filter bar for mobile ([25debe3](https://github.com/digdir/dialogporten-frontend/commit/25debe3eee8fd2bddfba102d3c85ed0b3a81afb5)) | ||
* FilterBar [#282](https://github.com/digdir/dialogporten-frontend/issues/282) ([#313](https://github.com/digdir/dialogporten-frontend/issues/313)) ([76f846b](https://github.com/digdir/dialogporten-frontend/commit/76f846bdf10bcada272cb7998e62cde3a4d2dd01)) | ||
* flatten attachments to a single list ([33c6379](https://github.com/digdir/dialogporten-frontend/commit/33c6379618d902ef945971c38604915be9c91a48)) | ||
* **fronted:** hide sidebar when in bulk select mode [#542](https://github.com/digdir/dialogporten-frontend/issues/542) ([c1df19c](https://github.com/digdir/dialogporten-frontend/commit/c1df19c6a26790182d761f6638b9430ff2d2c832)) | ||
* **frontend:** embeddable content ([c28f6dd](https://github.com/digdir/dialogporten-frontend/commit/c28f6dd7451207af9ffff48c69fd5c7f4d654b2c)) | ||
* **frontend:** snackbar in updated design ([a727123](https://github.com/digdir/dialogporten-frontend/commit/a727123c6b03db59890657cf73e5a5b420ab7b09)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* indicate viewtype selected in sidebar, update arrangement and icons and misc improvements ([4bb8385](https://github.com/digdir/dialogporten-frontend/commit/4bb8385dc6df80723d753287614cf4249a690eee)) | ||
* make gui action buttons work for all http methods ([bd69a60](https://github.com/digdir/dialogporten-frontend/commit/bd69a60068d9d2aadc498fde5d360c91ab2993ad)) | ||
* make Profilebutton loadable ([d3e5614](https://github.com/digdir/dialogporten-frontend/commit/d3e56142a732b52973b7b047535d78ccf81af01c)) | ||
* map data from dialogporten data model to UI ([d8a8804](https://github.com/digdir/dialogporten-frontend/commit/d8a880434380d2ca2658be2275cb4bb1be7ebae4)) | ||
* new Badge component ([73353e1](https://github.com/digdir/dialogporten-frontend/commit/73353e1675cf3a936eb2f040dae2e341f3ab018b)) | ||
* pseudo random background color generation used in avatar with a Storybook story for purpose of testinga ([a01a88d](https://github.com/digdir/dialogporten-frontend/commit/a01a88daec116b9b7a710b1a4e166cb1aeb52fa1)) | ||
* refactor all menus to depend on menuItem, aligning design and removing redundant code ([c11d28d](https://github.com/digdir/dialogporten-frontend/commit/c11d28d2169c5ceea21ac90a114cc615ff31c79a)) | ||
* Rewrite and design updates of Sidebar and Menubar ([#820](https://github.com/digdir/dialogporten-frontend/issues/820)) ([470d3d3](https://github.com/digdir/dialogporten-frontend/commit/470d3d3a063bec9a674038a6844f27b5622bb9f8)) | ||
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628)) | ||
* support multi level and date ([22c4589](https://github.com/digdir/dialogporten-frontend/commit/22c4589f689991044b9b8b2303c924a558d99a59)) | ||
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885)) | ||
* Update Storybook config and add accessibility rules ([#234](https://github.com/digdir/dialogporten-frontend/issues/234)) ([e312e3d](https://github.com/digdir/dialogporten-frontend/commit/e312e3d54100febad2b101eb9d5b617daa619376)) | ||
* Visual adjustments. Added status, timestamp and other logic to MetaData ([4d23a7a](https://github.com/digdir/dialogporten-frontend/commit/4d23a7ab0f4fa40a084b51470477b6f8b4527a12)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve formatting for better readability.
The changelog content is comprehensive and well-structured. However, there are some formatting issues that should be addressed to improve readability:
- Remove the extra blank lines at lines 5 and 40 to maintain consistent spacing throughout the document.
- Consider standardizing the capitalization at the beginning of each entry (preferably starting with a capital letter).
- Ensure consistent use of punctuation (periods) at the end of each entry.
These changes will enhance the overall readability and professional appearance of the changelog.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/CHANGELOG.md
Outdated
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/bff-v1.0.0...bff-v1.1.0) (2024-09-23) | ||
|
||
|
||
### Features | ||
|
||
* add graphql-request for fetching data with example ([#543](https://github.com/digdir/dialogporten-frontend/issues/543)) ([668eff9](https://github.com/digdir/dialogporten-frontend/commit/668eff9bff7d521c8032cb538528b8a8fb169ad4)) | ||
* add log out feature ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3)) | ||
* Added fromView functionality, removed compression in query params ([#770](https://github.com/digdir/dialogporten-frontend/issues/770)) ([85ca8d5](https://github.com/digdir/dialogporten-frontend/commit/85ca8d57207614b684ff2838a835138921e832e5)) | ||
* **auth:** Add logout route ([#456](https://github.com/digdir/dialogporten-frontend/issues/456)) ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3)) | ||
* **auth:** refresh auth tokens when they expire ([#457](https://github.com/digdir/dialogporten-frontend/issues/457)) ([286544d](https://github.com/digdir/dialogporten-frontend/commit/286544d557dcd1751beec54eb52a2391df63af3e)) | ||
* **bff:** add health checks ([#1099](https://github.com/digdir/dialogporten-frontend/issues/1099)) ([4d0cfde](https://github.com/digdir/dialogporten-frontend/commit/4d0cfdee9675fb0317045e77a0362ce1eaf2c10e)) | ||
* **bff:** update DB migration code [#553](https://github.com/digdir/dialogporten-frontend/issues/553) ([900e392](https://github.com/digdir/dialogporten-frontend/commit/900e392fc6867003caaf936909cb7fc0ebfc85e9)) | ||
* **bff:** use node logger ([#1043](https://github.com/digdir/dialogporten-frontend/issues/1043)) ([d2f359c](https://github.com/digdir/dialogporten-frontend/commit/d2f359c5f24158a480cfb5689f9f03beb68c4ea2)) | ||
* **bff:** use node-logger in fastify ([#1063](https://github.com/digdir/dialogporten-frontend/issues/1063)) ([70b5e2c](https://github.com/digdir/dialogporten-frontend/commit/70b5e2c1039b840e5c8523f4d5bfa599004eeff5)) | ||
* **bff:** use node:timers ([d787f31](https://github.com/digdir/dialogporten-frontend/commit/d787f31b3f34f7d07ca4d0d67baa741aba4dc769)) | ||
* codegen for frontend based on GraphQL types in the BFF ([#541](https://github.com/digdir/dialogporten-frontend/issues/541)) ([6a2f53e](https://github.com/digdir/dialogporten-frontend/commit/6a2f53e33338fedeeeda0c4ef73570ff3a03c2c3)) | ||
* difference behaviour based on if dialog update event was a delete action or just an update event ([7066332](https://github.com/digdir/dialogporten-frontend/commit/706633209c7ab8329c76890848bdb30282aca27e)) | ||
* fetching parties with gql function and types generated from stiched schema ([570e764](https://github.com/digdir/dialogporten-frontend/commit/570e764022966e3a082c4d000493435dc380f603)) | ||
* graphql endpoint in bff ([524d495](https://github.com/digdir/dialogporten-frontend/commit/524d495aff4c1777c9ffc2de4b1c6643002c3538)) | ||
* GraphQL subscription (SSE) and EventSource integration ([78403a5](https://github.com/digdir/dialogporten-frontend/commit/78403a5e7218b94ac706f4cc2cb293142c0b27e7)) | ||
* improve login flow for app ([#436](https://github.com/digdir/dialogporten-frontend/issues/436)) ([#452](https://github.com/digdir/dialogporten-frontend/issues/452)) ([d359849](https://github.com/digdir/dialogporten-frontend/commit/d359849b43860d4831e4bc47f4b5428d20a9713e)) | ||
* map dialog search dialogs to dialogs + minor styling fixes ([2b0ba5e](https://github.com/digdir/dialogporten-frontend/commit/2b0ba5e75790c39cbb51d303b7e03f4c1f10ad8d)) | ||
* move user endpoint to graphql schema with resolver ([a6e488e](https://github.com/digdir/dialogporten-frontend/commit/a6e488e0799a4542ccfc768838d11af8b7ce4c16)) | ||
* refactor auth check logic, prevents app to be ninja loaded and improves lout out ux ([61a6fe1](https://github.com/digdir/dialogporten-frontend/commit/61a6fe175a7f9877e30c0d86a14bfb6670f3b2ce)) | ||
* Searches now being saved per party. Party dropdown and sidebar reflects actual per party count ([#1017](https://github.com/digdir/dialogporten-frontend/issues/1017)) ([b7b72f7](https://github.com/digdir/dialogporten-frontend/commit/b7b72f7aa50b969b88e18dc02e8c5db8468e7c6c)) | ||
* setup Redis in `bff` as storage for sessions ([67ae240](https://github.com/digdir/dialogporten-frontend/commit/67ae240e48f8d9963a81e26e0e66c45e7eaa853d)) | ||
* setup vitest for all packages ([a60e9b4](https://github.com/digdir/dialogporten-frontend/commit/a60e9b40b977bce24c61be45dd44af1dbaa26ada)) | ||
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628)) | ||
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* actually use the port variable ([d735613](https://github.com/digdir/dialogporten-frontend/commit/d735613b3d0aaa4ffec9a80110adacc211143e61)) | ||
* adds token to context since session object is needed in its entirety ([992f94d](https://github.com/digdir/dialogporten-frontend/commit/992f94d77a14fbb4a85c6bc6a57686839ff45ff5)) | ||
* another quickfix for making DOckerfile in bff work ([30de172](https://github.com/digdir/dialogporten-frontend/commit/30de1720a35c2cc85240b267dd7be9979b47ebe7)) | ||
* await start functions to ensure errors are logged ([#519](https://github.com/digdir/dialogporten-frontend/issues/519)) ([844c66d](https://github.com/digdir/dialogporten-frontend/commit/844c66d533ee4143c908cbdd7c61949dab207467)) | ||
* **azure:** add application insights and create container app env ([#333](https://github.com/digdir/dialogporten-frontend/issues/333)) ([13aa6ca](https://github.com/digdir/dialogporten-frontend/commit/13aa6ca097c456f93a5af66fe04873b3591ea740)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve changelog structure and content for better readability.
The changelog provides a comprehensive list of features and bug fixes, which is great. However, to enhance its readability and usefulness, consider the following suggestions:
- Group related features and bug fixes under subheadings (e.g., "GraphQL Improvements", "Authentication Enhancements", "Deployment and Infrastructure").
- For major changes, briefly explain the benefit or impact on the system or users.
- Ensure consistency in the level of detail provided for each entry.
Here's an example of how you could enhance the Features section:
### Features
#### GraphQL Improvements
* Add graphql-request for fetching data with example ([#543](https://github.com/digdir/dialogporten-frontend/issues/543)) ([668eff9](https://github.com/digdir/dialogporten-frontend/commit/668eff9bff7d521c8032cb538528b8a8fb169ad4))
- Improves data fetching efficiency and flexibility.
* Implement GraphQL endpoint in BFF ([524d495](https://github.com/digdir/dialogporten-frontend/commit/524d495aff4c1777c9ffc2de4b1c6643002c3538))
* Add GraphQL subscription support via Server-Sent Events (SSE) ([78403a5](https://github.com/digdir/dialogporten-frontend/commit/78403a5e7218b94ac706f4cc2cb293142c0b27e7))
- Enables real-time updates for improved user experience.
#### Authentication Enhancements
* Add log out feature ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3))
* **auth:** Add logout route ([#456](https://github.com/digdir/dialogporten-frontend/issues/456)) ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3))
* **auth:** Refresh auth tokens when they expire ([#457](https://github.com/digdir/dialogporten-frontend/issues/457)) ([286544d](https://github.com/digdir/dialogporten-frontend/commit/286544d557dcd1751beec54eb52a2391df63af3e))
- Improves user session management and security.
This structure provides more context and makes it easier for readers to understand the impact and importance of each change.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
33-33: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/frontend-v1.0.0...frontend-v1.1.0) (2024-09-23) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra blank lines for consistency.
To improve the document's structure and adhere to markdown best practices, consider removing the extra blank lines at the following locations:
- Between the version number and the "Features" section (line 5)
- Between the "Features" and "Bug Fixes" sections (line 88)
Maintaining a single blank line between sections is sufficient for readability while keeping the document structure clean and consistent.
Also applies to: 88-88
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/frontend/CHANGELOG.md
Outdated
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/frontend-v1.0.0...frontend-v1.1.0) (2024-09-23) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a brief summary of key changes
The changelog is comprehensive and detailed, which is excellent for developers who need in-depth information. However, for quicker consumption and to highlight the most significant changes, consider adding a brief summary of key changes at the top of the changelog.
This summary could include:
- The most important new features
- Any breaking changes or major bug fixes
- Overall themes of the release (e.g., improved performance, enhanced UI, etc.)
This addition would help users quickly grasp the main points of the release before diving into the details.
CHANGELOG.md
Outdated
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-23) | ||
|
||
|
||
### Features |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improve formatting and structure of the changelog
The overall structure of the changelog is good, but there are some formatting inconsistencies that should be addressed:
- Remove the extra blank lines between the header and the Features section (lines 4-5).
- Remove the extra blank lines between the Features and Bug Fixes sections (lines 127-128).
These changes will improve readability and adhere to markdown best practices.
Apply the following changes:
# Changelog
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-23)
-
-
### Features
* add activity history to dialog details page ([f061c41](https://github.com/digdir/dialogporten-frontend/commit/f061c4199d819935b00ad2e0bd21c17933c76ee8))
...
* Visual adjustments. Added status, timestamp and other logic to MetaData ([4d23a7a](https://github.com/digdir/dialogporten-frontend/commit/4d23a7ab0f4fa40a084b51470477b6f8b4527a12))
-
-
### Bug Fixes
* actually use the port variable ([d735613](https://github.com/digdir/dialogporten-frontend/commit/d735613b3d0aaa4ffec9a80110adacc211143e61))
Also applies to: 127-129
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
CHANGELOG.md
Outdated
* **azure:** change to use rbac for key vault ([#955](https://github.com/digdir/dialogporten-frontend/issues/955)) ([8d98b7d](https://github.com/digdir/dialogporten-frontend/commit/8d98b7ddcd6578e9cb30ebd18f24898dfb6ca600)) | ||
* **azure:** ensure we use ssl for postgresql connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15)) | ||
* **azure:** remove vnet from Redis ([bb38b28](https://github.com/digdir/dialogporten-frontend/commit/bb38b285ed2fac80a2cc123ee727c528d4ada8d3)) | ||
* **azure:** rename environment parameter for production ([#974](https://github.com/digdir/dialogporten-frontend/issues/974)) ([68bbd9a](https://github.com/digdir/dialogporten-frontend/commit/68bbd9a97404064305e6f81022530408b7b194a0)) | ||
* **azure:** revert vnet in favor of private link ([#489](https://github.com/digdir/dialogporten-frontend/issues/489)) ([8363339](https://github.com/digdir/dialogporten-frontend/commit/83633395407a9f9ffa11668e2fc580a7ec74c3b3)) | ||
* **azure:** separate custom domain into param ([#364](https://github.com/digdir/dialogporten-frontend/issues/364)) ([a2ea7cb](https://github.com/digdir/dialogporten-frontend/commit/a2ea7cb98e7059d1c145d3426442f721909a5792)) | ||
* **azure:** set supported azure Redis version ([#490](https://github.com/digdir/dialogporten-frontend/issues/490)) ([0322a26](https://github.com/digdir/dialogporten-frontend/commit/0322a26adb5cb23ec2a82529a10b4d1a8e06e7d0)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* **azure:** use correct connection string format for redis ([#518](https://github.com/digdir/dialogporten-frontend/issues/518)) ([4d1e59d](https://github.com/digdir/dialogporten-frontend/commit/4d1e59d00b85d3cf895242964f23da6976bf51f5)) | ||
* **azure:** use correct port for bff ([#366](https://github.com/digdir/dialogporten-frontend/issues/366)) ([3d4211e](https://github.com/digdir/dialogporten-frontend/commit/3d4211e549ef6a2db8694d6ad0708032f408566a)) | ||
* **azure:** use correct ssh public key env variable ([#995](https://github.com/digdir/dialogporten-frontend/issues/995)) ([00c082d](https://github.com/digdir/dialogporten-frontend/commit/00c082d535e30a61c3ac68855945ae3fa2efb37e)) | ||
* **bff-graphql-poc:** smaller Docker image size ([8cd60eb](https://github.com/digdir/dialogporten-frontend/commit/8cd60ebca3afc42b0cdb7270721b236b7112efa1)) | ||
* **bff:** add correct URL for oidc per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)) ([f551ebc](https://github.com/digdir/dialogporten-frontend/commit/f551ebc90e6b945cd3ef51b1017916ba27079631)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** ensure the correct dialogporten-url is used per environment ([#994](https://github.com/digdir/dialogporten-frontend/issues/994)) ([7389767](https://github.com/digdir/dialogporten-frontend/commit/738976747b4e304310c05ed0ab7c25ed185082ab)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** remove migration synchronization ([#744](https://github.com/digdir/dialogporten-frontend/issues/744)) ([35d20e2](https://github.com/digdir/dialogporten-frontend/commit/35d20e2a91cfb6b704df28dcbfe0207c41881b4a)) | ||
* **bff:** rename oidc host names ([#1026](https://github.com/digdir/dialogporten-frontend/issues/1026)) ([9521c99](https://github.com/digdir/dialogporten-frontend/commit/9521c9940dcdbbb0a18335b99851ce4a4f4dcd13)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change default subnet size to 23 ([#534](https://github.com/digdir/dialogporten-frontend/issues/534)) ([99e6da3](https://github.com/digdir/dialogporten-frontend/commit/99e6da3d221f784aea17c175fca7eac7083777f2)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* codeowners update ([2bbea47](https://github.com/digdir/dialogporten-frontend/commit/2bbea47468785cca4e1658cf87190718f10e627e)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove bff-graphql-poc ([4c3e6ec](https://github.com/digdir/dialogporten-frontend/commit/4c3e6ec203dedf5f10f6fe8ca45a2a2a8cd2a406)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* set node_env to production ([#1053](https://github.com/digdir/dialogporten-frontend/issues/1053)) ([6603d9d](https://github.com/digdir/dialogporten-frontend/commit/6603d9d50e4383bb682cac9c90e1bfdf5f3f86a8)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f)) | ||
* testing again, ensuring baseurl is overriden ([f09fdd5](https://github.com/digdir/dialogporten-frontend/commit/f09fdd529a6e765a09046581b53fa4e9a515ac1e)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* uncomment bff-migration from compose ([468ebe6](https://github.com/digdir/dialogporten-frontend/commit/468ebe657a8e768f19272200b9db630f8ccd2c4b)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update query for Dialogporten gql schema v 1.8.1 ([e8a0a94](https://github.com/digdir/dialogporten-frontend/commit/e8a0a9476751e0db3380785cb8eba3cf7b0795d5)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* use correct path for probes ([#509](https://github.com/digdir/dialogporten-frontend/issues/509)) ([49d8974](https://github.com/digdir/dialogporten-frontend/commit/49d89746baea6b5cf613281aa8a0a2375613cb9d)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enhance clarity and organization in the Bug Fixes section
The Bug Fixes section provides valuable information about resolved issues, but it could benefit from improved clarity, consistency, and organization. Consider the following suggestions:
-
Group related bug fixes under subheadings for better readability (e.g., "Frontend Fixes", "Backend Fixes", "Azure Infrastructure Fixes").
-
Provide more context about each bug and its impact when possible. This helps users understand the significance of the fix.
-
Ensure consistent formatting across all entries, starting with a capital letter and ending with a period.
-
For bug fixes related to specific issues, consider including the issue number in the description.
Here's an example of how you could restructure part of the Bug Fixes section:
### Bug Fixes
#### Frontend Fixes
* Fixed layout issues for mobile and desktop views in the inbox details. ([17273bc](https://github.com/digdir/dialogporten-frontend/commit/17273bc21b8545972ebc76407e9d176ac4abf05e), [ddd6ff7](https://github.com/digdir/dialogporten-frontend/commit/ddd6ff72b4b7016cad31f119dc54dac15504271f))
* Resolved zIndex issues causing overlay problems. ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d))
* Improved error handling for unrenderable dialogs. ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1))
#### Backend Fixes
* Fixed BFF migrations to ensure proper database schema updates. ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879))
* Corrected the GraphQL endpoint in the BFF. ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f))
#### Azure Infrastructure Fixes
* Ensured SSL usage for PostgreSQL connections to enhance database security. ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15))
* Fixed application gateway and networking issues to improve connectivity. ([#539](https://github.com/digdir/dialogporten-frontend/issues/539)) ([fd529b3](https://github.com/digdir/dialogporten-frontend/commit/fd529b35a7ec9e53b0f3aa29bdb7a18b5c65c2b8))
This structure provides more context for each fix and groups related fixes together, making it easier for users to understand the changes and their impact.
CHANGELOG.md
Outdated
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-23) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a brief summary of key changes
The changelog for version 1.1.0 is comprehensive, which is commendable. However, its length might make it challenging for users to quickly grasp the most important changes. Consider adding a brief summary at the top of the changelog to highlight the most significant updates.
Add a summary section just below the version header:
# Changelog
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-23)
### Summary of Key Changes
- Added activity history feature to dialog details page
- Implemented global Snackbar component for improved notifications
- Integrated GraphQL for more efficient data fetching
- Significant Azure infrastructure improvements, including application gateway and Redis setup
- Numerous UI enhancements and bug fixes for better user experience
### Features
...
This summary provides a quick overview of the most important changes, allowing users to understand the major updates at a glance before diving into the details.
16cb6e4
to
b644d84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 17
Review details
Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Files selected for processing (13)
- .release-please-manifest.json (1 hunks)
- CHANGELOG.md (1 hunks)
- package.json (1 hunks)
- packages/bff/CHANGELOG.md (1 hunks)
- packages/bff/package.json (1 hunks)
- packages/docs/CHANGELOG.md (1 hunks)
- packages/docs/package.json (2 hunks)
- packages/docusaurus-tldraw-plugin/CHANGELOG.md (1 hunks)
- packages/docusaurus-tldraw-plugin/package.json (1 hunks)
- packages/frontend/CHANGELOG.md (1 hunks)
- packages/frontend/package.json (2 hunks)
- packages/storybook/CHANGELOG.md (1 hunks)
- packages/storybook/package.json (1 hunks)
Additional context used
LanguageTool
CHANGELOG.md
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
packages/frontend/CHANGELOG.md
[style] ~18-~18: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
Markdownlint
CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
128-128: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
33-33: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docs/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
17-17: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docusaurus-tldraw-plugin/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/frontend/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
88-88: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/storybook/CHANGELOG.md
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
Additional comments not posted (24)
.release-please-manifest.json (7)
2-2
: LGTM: Root package version update is appropriate.The update of the root package version from 1.0.0 to 1.1.0 is consistent with semantic versioning principles, indicating the addition of new features or enhancements without breaking changes.
3-3
: LGTM: BFF package version update is consistent.The update of the packages/bff version from 1.0.0 to 1.1.0 is consistent with the root package version update and follows semantic versioning principles.
5-5
: LGTM: Docs package version update is consistent.The update of the packages/docs version from 1.0.0 to 1.1.0 is consistent with the root package version update and follows semantic versioning principles.
6-6
: LGTM: Docusaurus TLDraw plugin package version update is consistent.The update of the packages/docusaurus-tldraw-plugin version from 1.0.0 to 1.1.0 is consistent with the root package version update and follows semantic versioning principles.
7-7
: LGTM: Frontend package version update is consistent.The update of the packages/frontend version from 1.0.0 to 1.1.0 is consistent with the root package version update and follows semantic versioning principles.
8-8
: LGTM: Storybook package version update is consistent.The update of the packages/storybook version from 1.0.0 to 1.1.0 is consistent with the root package version update and follows semantic versioning principles.
2-8
: Overall version updates are consistent and appropriate.The version updates in this file are consistent across most packages, incrementing from 1.0.0 to 1.1.0. This minor version bump aligns with semantic versioning principles, suggesting the addition of new features or enhancements without breaking changes.
However, it's worth noting that the
packages/bff-types-generated
package remains at version 1.0.0. This might be intentional if no changes were required for this package in this release.To ensure this is intentional, you may want to verify if any changes were made to the
packages/bff-types-generated
package in this release. You can use the following script to check for any modifications:packages/docusaurus-tldraw-plugin/package.json (1)
9-13
: 🧹 Nitpick (assertive)Improved formatting for keywords array.
The multi-line format for the keywords array enhances readability. While this change doesn't affect functionality, it's a good practice for maintaining clean and easily scannable JSON files.
Consider adding a trailing comma after the last item in the array for consistency and easier future additions:
"keywords": [ "docusaurus", "tldraw", - "plugin" + "plugin", ],Likely invalid or redundant comment.
packages/docusaurus-tldraw-plugin/CHANGELOG.md (4)
1-4
: LGTM: Version and date information is correct and well-formatted.The changelog header, version number, comparison link, and release date are all properly formatted and provide clear information about this release.
1-13
: Overall, the changelog is well-structured and informative.The changelog effectively communicates the changes in this release, including both new features and bug fixes. The content follows the conventional commit format and provides clear, concise descriptions with proper commit references.
Minor formatting improvements have been suggested to maintain consistency throughout the document. Once these are addressed, the changelog will be in excellent shape.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
5-8
: 🧹 Nitpick (assertive)Remove extra blank line before Features section.
For consistency in changelog formatting, remove the extra blank line before the "Features" section.
Apply this change:
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docusaurus-tldraw-plugin-v1.0.0...docusaurus-tldraw-plugin-v1.1.0) (2024-09-24) - ### Features * TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c))
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
9-13
: 🧹 Nitpick (assertive)Remove extra blank line before Bug Fixes section.
For consistency in changelog formatting, remove the extra blank line before the "Bug Fixes" section.
Apply this change:
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) - ### Bug Fixes * **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8))
Tools
Markdownlint
10-10: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/docs/package.json (1)
3-3
: Version update looks good.The version bump from 1.0.0 to 1.1.0 is consistent with the release objectives and the reported changes in the AI-generated summary.
packages/frontend/package.json (2)
3-3
: Version bump to 1.1.0The package version has been updated from 1.0.0 to 1.1.0, which is consistent with the release information provided in the PR objectives.
59-61
: Skipping comment on MSW configuration formattingThe formatting change for the
msw.workerDirectory
configuration has already been addressed in a previous review comment.packages/docs/CHANGELOG.md (4)
1-5
: 🧹 Nitpick (assertive)Remove extra blank line for consistency.
There's an extra blank line after the version information. To improve consistency and adhere to markdown best practices, remove this extra blank line.
Apply this change:
# Changelog ## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/docs-v1.0.0...docs-v1.1.0) (2024-09-24) -
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
6-15
: 🧹 Nitpick (assertive)Enhance feature descriptions for clarity and consistency.
While the Features section provides valuable information, consider the following improvements:
- Capitalize the first letter of each entry for consistency.
- Provide brief explanations for technical terms or abbreviations (e.g., i18n, BFF).
- Add more context to entries like "implement fiterBar in app" to clarify the purpose and benefit of the feature.
These changes would make the changelog more accessible to all readers, regardless of their familiarity with the project.
Here's an example of how to improve the first few entries:
### Features * Add checking for missing i18n (internationalization) keys to improve localization coverage. * Add Husky and pre-commit hook with lint-staged to enforce code quality standards before commits. * Add extra-small (xs) size option for profile button and implement small fixes in header for improved UI consistency. * Implement filterBar in app to enhance user ability to sort and filter content.
18-22
: 🧹 Nitpick (assertive)Improve clarity in Bug Fixes section.
The Bug Fixes section needs some improvements for clarity:
- The first entry appears to have an incomplete sentence: "attempt issue not respecting BASEURL env variable by updating". Please rephrase for clarity.
- There are two entries related to BASEURL. Consider combining these or providing more context on why two separate changes were needed.
Addressing these points would improve the clarity of the bug fix section.
Here's a suggestion for improving the BASEURL-related entries:
### Bug Fixes * Resolve issue with BASEURL environment variable not being respected. Updated default BASEURL for testing purposes. * **bff:** Enable application insights for improved monitoring and debugging capabilities.
17-17
: 🧹 Nitpick (assertive)Remove extra blank line for consistency.
There's an extra blank line before the Bug Fixes section. To improve consistency and adhere to markdown best practices, remove this extra blank line.
Apply this change:
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) - ### Bug Fixes
Tools
Markdownlint
17-17: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
packages/bff/package.json (2)
3-3
: LGTM: Version bump looks good.The version update from 1.0.0 to 1.1.0 is correct and follows semantic versioning practices. This minor version increment suggests new features or improvements have been added in a backward-compatible manner.
3-3
: Reminder: Update the changelog for version 1.1.0As mentioned in a previous review, please ensure that the changelog has been updated to include the details of version 1.1.0. This is crucial for maintaining a clear record of changes and improvements in the package.
packages/storybook/CHANGELOG.md (3)
1-51
: LGTM: Comprehensive changelog with minor formatting suggestions.The changelog for Storybook version 1.1.0 is well-documented and provides detailed information about new features, improvements, and bug fixes. The structure is clear and easy to follow.
The suggested formatting improvements will enhance the overall consistency and readability of the document. Once these minor adjustments are made, the changelog will be in excellent shape.
Great job on documenting the changes for this release!
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
1-51
: 🧹 Nitpick (assertive)Remove extra blank lines for consistent formatting.
The changelog structure is good, but there are still some formatting inconsistencies:
- Remove the extra blank line at line 5 (between the version information and the Features section).
- Remove the extra blank line at line 40 (between the Features and Bug Fixes sections).
These changes will improve the overall consistency and readability of the changelog.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
40-40: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
6-38
: 🧹 Nitpick (assertive)Improve consistency in the Features section.
The Features section provides comprehensive information about the changes. To further enhance readability:
- Standardize capitalization at the start of each entry (preferably capitalize the first letter).
- Ensure consistent use of punctuation (periods) at the end of each entry.
These minor adjustments will improve the overall consistency and professional appearance of the changelog.
@@ -1,12 +1,16 @@ | |||
{ | |||
"name": "docusaurus-tldraw-plugin", | |||
"version": "1.0.0", | |||
"version": "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Version bump to 1.1.0 has inconsistencies.
- The
CHANGELOG.md
does not include an entry for version 1.1.0. - A git tag for
docusaurus-tldraw-plugin-v1.1.0
is missing.
Please update the CHANGELOG.md
with the new version details and create the corresponding git tag to ensure proper versioning.
Analysis chain
Version bump to 1.1.0 noted.
The package version has been updated from 1.0.0 to 1.1.0, indicating a minor release with new features or non-breaking changes. Ensure that this version bump aligns with the changes made in this release and follows semantic versioning principles.
To verify the consistency of this version bump across the project, run the following script:
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Check for version consistency in package.json and changelog
# Test 1: Check if the version in package.json matches the latest entry in CHANGELOG.md
version=$(jq -r .version packages/docusaurus-tldraw-plugin/package.json)
echo "Version in package.json: $version"
changelog_version=$(head -n 1 packages/docusaurus-tldraw-plugin/CHANGELOG.md | grep -oP '\d+\.\d+\.\d+')
echo "Latest version in CHANGELOG.md: $changelog_version"
# Test 2: Check if there's a corresponding entry in the root .release-please-manifest.json
manifest_version=$(jq -r '."packages/docusaurus-tldraw-plugin"' .release-please-manifest.json)
echo "Version in .release-please-manifest.json: $manifest_version"
# Test 3: Check if there's a git tag for this version
git_tag=$(git tag -l "docusaurus-tldraw-plugin-v$version")
echo "Git tag for this version: $git_tag"
Length of output: 663
@@ -1,6 +1,6 @@ | |||
{ | |||
"name": "dialogporten-frontend", | |||
"version": "1.0.0", | |||
"version": "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Version inconsistency detected in multiple package.json
files.
The following package.json
files do not have the updated version 1.1.0
:
./packages/fastify-graphiql/package.json
: null./packages/embeddable-markdown-html/package.json
: null./packages/node-logger/package.json
: 1.0.0./packages/bff-types-generated/package.json
: null
Please update these files to ensure version consistency across the project.
Analysis chain
Version update approved, but verify consistency across the project.
The version bump from 1.0.0 to 1.1.0 is correct and aligns with the release objectives.
However, let's verify the consistency of this version update across the project:
Please ensure all packages are updated consistently to maintain version coherence.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Verify version consistency across the project
# Check the version in .release-please-manifest.json
echo "Checking .release-please-manifest.json:"
jq '.[""]' .release-please-manifest.json
# Check versions in all package.json files
echo -e "\nChecking all package.json files:"
fd package.json --exec jq '.version'
# List package.json files not at version 1.1.0
echo -e "\nListing package.json files not at version 1.1.0:"
fd package.json --exec bash -c 'version=$(jq -r .version "$1"); if [ "$version" != "1.1.0" ]; then echo "$(dirname "$1")/package.json: $version"; fi' _ {} \;
Length of output: 796
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 3 chrome version", | ||
"last 3 firefox version", | ||
"last 5 safari version" | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Browserslist formatting improvement is good.
The reformatting of the browserslist section enhances readability without changing functionality. This is a positive change for maintainability.
For consistency, consider adding a trailing comma after the last item in each array. This can make future additions easier and keeps the diff cleaner. Here's a suggested minor improvement:
"browserslist": {
"production": [
">0.5%",
"not dead",
- "not op_mini all"
+ "not op_mini all",
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
- "last 5 safari version"
+ "last 5 safari version",
]
}
Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
"production": [ | |
">0.5%", | |
"not dead", | |
"not op_mini all" | |
], | |
"development": [ | |
"last 3 chrome version", | |
"last 3 firefox version", | |
"last 5 safari version" | |
] | |
"production": [ | |
">0.5%", | |
"not dead", | |
"not op_mini all", | |
], | |
"development": [ | |
"last 3 chrome version", | |
"last 3 firefox version", | |
"last 5 safari version", | |
] |
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "storybook", | |||
"private": true, | |||
"version": "1.0.0", | |||
"version": "1.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Inconsistent version numbers found in package.json files
The following package.json file has not been updated to version 1.1.0:
./packages/node-logger/package.json
Please update its version to ensure consistency across the repository.
Analysis chain
LGTM: Version bump to 1.1.0
The version update from 1.0.0 to 1.1.0 is correct and aligns with the release objectives mentioned in the PR description.
Let's verify if this version change is consistent across other package.json files in the repository:
This script will help us identify any inconsistencies in version numbers across the repository.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Check for consistency in version numbers across package.json files
# Find all package.json files and grep for the version
fd package.json --exec grep -H '"version":' {} \;
# Check if all found versions are 1.1.0
if fd package.json --exec grep -q '"version": "1.1.0"' {} \; ; then
echo "All package.json files have been updated to version 1.1.0"
else
echo "Warning: Not all package.json files have been updated to version 1.1.0"
fi
Length of output: 646
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/bff-v1.0.0...bff-v1.1.0) (2024-09-24) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Remove extra blank lines for consistent formatting.
To improve the readability and consistency of the changelog, remove the extra blank lines at the following locations:
- Line 5: Remove one blank line between the version number and the Features section.
- Line 33: Remove one blank line between the Features and Bug Fixes sections.
Apply this diff to fix the formatting:
# Changelog
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/bff-v1.0.0...bff-v1.1.0) (2024-09-24)
-
### Features
* add graphql-request for fetching data with example ([#543](https://github.com/digdir/dialogporten-frontend/issues/543)) ([668eff9](https://github.com/digdir/dialogporten-frontend/commit/668eff9bff7d521c8032cb538528b8a8fb169ad4))
...
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885))
-
### Bug Fixes
* actually use the port variable ([d735613](https://github.com/digdir/dialogporten-frontend/commit/d735613b3d0aaa4ffec9a80110adacc211143e61))
This change will ensure a consistent single blank line between sections, improving the overall formatting of the changelog.
Also applies to: 33-33
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
# Changelog | ||
|
||
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-24) | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Improve changelog structure and readability
Consider the following improvements to enhance the overall structure and readability of the changelog:
- Remove extra blank lines between sections to maintain consistent spacing.
- Add a brief summary of key changes at the beginning to provide a quick overview of the most significant updates.
Here's a suggested structure:
# Changelog
## [1.1.0](https://github.com/digdir/dialogporten-frontend/compare/dialogporten-frontend-v1.0.0...dialogporten-frontend-v1.1.0) (2024-09-24)
### Summary of Key Changes
- Added activity history feature to dialog details page
- Implemented global Snackbar component for improved notifications
- Integrated GraphQL for more efficient data fetching
- Significant Azure infrastructure improvements
- Numerous UI enhancements and bug fixes
### Features
...
### Bug Fixes
...
This structure provides a quick overview of the major updates while maintaining the detailed changelog.
Tools
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
* Added fromView functionality, removed compression in query params ([#770](https://github.com/digdir/dialogporten-frontend/issues/770)) ([85ca8d5](https://github.com/digdir/dialogporten-frontend/commit/85ca8d57207614b684ff2838a835138921e832e5)) | ||
* Added logic and design for metaData fields ([d58f435](https://github.com/digdir/dialogporten-frontend/commit/d58f43535bc5b8ff101a6e2d98ff4997838f49de)) | ||
* Added Meny-button submenus and fetching parties. ([#643](https://github.com/digdir/dialogporten-frontend/issues/643)) ([ea731c2](https://github.com/digdir/dialogporten-frontend/commit/ea731c2a04cfdfe3fff63c735aa59ce16ed7866e)) | ||
* Added progress bar and updated storybook stories ([7166407](https://github.com/digdir/dialogporten-frontend/commit/7166407d161819e9a231ff5f5eb98f7b297fee6c)) | ||
* Added show search results button, fixed schema changes from backend and other bugs ([#794](https://github.com/digdir/dialogporten-frontend/issues/794)) ([22996ca](https://github.com/digdir/dialogporten-frontend/commit/22996caf52a130bf85b996fe719b401653a6983c)) | ||
* Added skeleton loading for InboxItemPage ([#741](https://github.com/digdir/dialogporten-frontend/issues/741)) ([cedc9ce](https://github.com/digdir/dialogporten-frontend/commit/cedc9ceb745f0abf2a098adad9a2c8e65196905b)) | ||
* Added skeleton view to Inbox, Search and SavedSearches ([#730](https://github.com/digdir/dialogporten-frontend/issues/730)) ([d85855d](https://github.com/digdir/dialogporten-frontend/commit/d85855de36a4b6e3ff394e41d7839b461bcee589)) | ||
* Added Storybook ([#157](https://github.com/digdir/dialogporten-frontend/issues/157)) ([#177](https://github.com/digdir/dialogporten-frontend/issues/177)) ([5a5e6bc](https://github.com/digdir/dialogporten-frontend/commit/5a5e6bcbb3e5a25fdfdafe3360271669c1fbdfda)) | ||
* adds image url to avatar ([0c88edb](https://github.com/digdir/dialogporten-frontend/commit/0c88edb880c61b55fd9c9d9445398d36950ea983)) | ||
* **auth:** Add logout route ([#456](https://github.com/digdir/dialogporten-frontend/issues/456)) ([8a65a21](https://github.com/digdir/dialogporten-frontend/commit/8a65a2165983d87ba560bdb068daa6d950dfa8a3)) | ||
* **auth:** refresh auth tokens when they expire ([#457](https://github.com/digdir/dialogporten-frontend/issues/457)) ([286544d](https://github.com/digdir/dialogporten-frontend/commit/286544d557dcd1751beec54eb52a2391df63af3e)) | ||
* avatar group ([5860194](https://github.com/digdir/dialogporten-frontend/commit/586019452c5c2e98c93be3ffa656fa2a38acad50)) | ||
* **azure:** add application gateway ([#454](https://github.com/digdir/dialogporten-frontend/issues/454)) ([8af5ec3](https://github.com/digdir/dialogporten-frontend/commit/8af5ec3f87b9ee7e2693ec63037ed96e1cf526b8)) | ||
* **azure:** add container app env for ephemeral environments ([#988](https://github.com/digdir/dialogporten-frontend/issues/988)) ([710729a](https://github.com/digdir/dialogporten-frontend/commit/710729a97b846934faff3b5c3d8aa95f87285489)) | ||
* **azure:** add Redis ([#423](https://github.com/digdir/dialogporten-frontend/issues/423)) ([41c6658](https://github.com/digdir/dialogporten-frontend/commit/41c6658ec66cae5a87620ed98c86d50083d298d6)) | ||
* **azure:** add saved search ([#453](https://github.com/digdir/dialogporten-frontend/issues/453)) ([#498](https://github.com/digdir/dialogporten-frontend/issues/498)) ([714285f](https://github.com/digdir/dialogporten-frontend/commit/714285f17703c8bd41b6ee9e8c3877f6078aa3aa)) | ||
* **azure:** add ssh jumper ([#993](https://github.com/digdir/dialogporten-frontend/issues/993)) ([a6bc0e6](https://github.com/digdir/dialogporten-frontend/commit/a6bc0e69afcfc2a99ef68bda0b7b318528f03e54)) | ||
* **azure:** add tags on azure infra and applications ([#905](https://github.com/digdir/dialogporten-frontend/issues/905)) ([077f7ab](https://github.com/digdir/dialogporten-frontend/commit/077f7ab74a04a93ac0ad097ae27c004599ca4d4c)) | ||
* **azure:** add vnet ([#453](https://github.com/digdir/dialogporten-frontend/issues/453)) ([aa64316](https://github.com/digdir/dialogporten-frontend/commit/aa643166e822a485bfe927a78e445bc781cde772)) | ||
* better start script ([49d1f57](https://github.com/digdir/dialogporten-frontend/commit/49d1f57dc976c2faa33fca16f5e1a9ec80570af7)) | ||
* **bff-graphql-poc:** Better caching in Docker build ([f03f06a](https://github.com/digdir/dialogporten-frontend/commit/f03f06a9951b0bd2359fe15e306c10534b4c53ef)) | ||
* **bff:** add health checks ([#1099](https://github.com/digdir/dialogporten-frontend/issues/1099)) ([4d0cfde](https://github.com/digdir/dialogporten-frontend/commit/4d0cfdee9675fb0317045e77a0362ce1eaf2c10e)) | ||
* **bff:** update DB migration code [#553](https://github.com/digdir/dialogporten-frontend/issues/553) ([900e392](https://github.com/digdir/dialogporten-frontend/commit/900e392fc6867003caaf936909cb7fc0ebfc85e9)) | ||
* **bff:** use json as logger format ([#1050](https://github.com/digdir/dialogporten-frontend/issues/1050)) ([ce64a49](https://github.com/digdir/dialogporten-frontend/commit/ce64a493450000ea23d039fe41d45a6eef01a9cd)) | ||
* **bff:** use node logger ([#1043](https://github.com/digdir/dialogporten-frontend/issues/1043)) ([d2f359c](https://github.com/digdir/dialogporten-frontend/commit/d2f359c5f24158a480cfb5689f9f03beb68c4ea2)) | ||
* **bff:** use node-logger in fastify ([#1063](https://github.com/digdir/dialogporten-frontend/issues/1063)) ([70b5e2c](https://github.com/digdir/dialogporten-frontend/commit/70b5e2c1039b840e5c8523f4d5bfa599004eeff5)) | ||
* **bff:** use node:timers ([d787f31](https://github.com/digdir/dialogporten-frontend/commit/d787f31b3f34f7d07ca4d0d67baa741aba4dc769)) | ||
* cleanup code and make grouping of dialogs more flexible ([8b8738f](https://github.com/digdir/dialogporten-frontend/commit/8b8738f3f8defd7fd44b52f08bffcf693812b301)) | ||
* codegen for frontend based on GraphQL types in the BFF ([#541](https://github.com/digdir/dialogporten-frontend/issues/541)) ([6a2f53e](https://github.com/digdir/dialogporten-frontend/commit/6a2f53e33338fedeeeda0c4ef73570ff3a03c2c3)) | ||
* create a resuable generic dropdown menu for filter and soring ([54e3b64](https://github.com/digdir/dialogporten-frontend/commit/54e3b64d8cca622d7fd1fca33d7e600122297b57)) | ||
* debounce search dialogs with 300ms ([b8f87de](https://github.com/digdir/dialogporten-frontend/commit/b8f87def4ceb615b099c85425f3fb9ac4a537f20)) | ||
* design filter bar for mobile ([25debe3](https://github.com/digdir/dialogporten-frontend/commit/25debe3eee8fd2bddfba102d3c85ed0b3a81afb5)) | ||
* difference behaviour based on if dialog update event was a delete action or just an update event ([7066332](https://github.com/digdir/dialogporten-frontend/commit/706633209c7ab8329c76890848bdb30282aca27e)) | ||
* display embeddable markdown content in inbox detail ([e8f60c2](https://github.com/digdir/dialogporten-frontend/commit/e8f60c29d17fb0c386f93449c6402e65880ce3a0)) | ||
* draft of Party dropdown ([728311e](https://github.com/digdir/dialogporten-frontend/commit/728311ef928f6a45df6b720d5cb782b3b2369839)) | ||
* **embedabble-markdown-html:** sanitize html for security ([b21ea02](https://github.com/digdir/dialogporten-frontend/commit/b21ea02138ffb811cb02da96eb4260ebf7dd0aeb)) | ||
* embeddable content for Markdown & Html ([6184ce1](https://github.com/digdir/dialogporten-frontend/commit/6184ce1fcd486db484a228a112688a31adaf32f1)) | ||
* enable sorting for view ([596e219](https://github.com/digdir/dialogporten-frontend/commit/596e21927d7da8fc62ba78de39f625e6f09d73bf)) | ||
* fetch dialogs for selected party ids ([897a4ec](https://github.com/digdir/dialogporten-frontend/commit/897a4ec031b91f945469545f7c063bd03e7d77e2)) | ||
* fetching parties with gql function and types generated from stiched schema ([570e764](https://github.com/digdir/dialogporten-frontend/commit/570e764022966e3a082c4d000493435dc380f603)) | ||
* Filter toolbar design ([#866](https://github.com/digdir/dialogporten-frontend/issues/866)) ([bd51f87](https://github.com/digdir/dialogporten-frontend/commit/bd51f87405edcdf42abce2511906621a1c21d06c)) | ||
* FilterBar [#282](https://github.com/digdir/dialogporten-frontend/issues/282) ([#313](https://github.com/digdir/dialogporten-frontend/issues/313)) ([76f846b](https://github.com/digdir/dialogporten-frontend/commit/76f846bdf10bcada272cb7998e62cde3a4d2dd01)) | ||
* finalize design for Filterbar for desktop / larger screens ([a167ee6](https://github.com/digdir/dialogporten-frontend/commit/a167ee6c37934aea586b29d99ae25805f5563a0e)) | ||
* Fixed Saved Search on mobile and updated according to new Figma design ([#984](https://github.com/digdir/dialogporten-frontend/issues/984)) ([a4f2b7e](https://github.com/digdir/dialogporten-frontend/commit/a4f2b7e8d06e8328bdf4d4cfc04c0ecb9c3ddeaa)) | ||
* fixes meta fields UI for inbox details ([c2128e4](https://github.com/digdir/dialogporten-frontend/commit/c2128e47352eca7f9d0f9e614e0e46d1fdf93dd5)) | ||
* flatten attachments to a single list ([33c6379](https://github.com/digdir/dialogporten-frontend/commit/33c6379618d902ef945971c38604915be9c91a48)) | ||
* FosToolbar component ([8e2f906](https://github.com/digdir/dialogporten-frontend/commit/8e2f906129ab0754292125872ace5140e3ef877f)) | ||
* **fronted:** hide sidebar when in bulk select mode [#542](https://github.com/digdir/dialogporten-frontend/issues/542) ([c1df19c](https://github.com/digdir/dialogporten-frontend/commit/c1df19c6a26790182d761f6638b9430ff2d2c832)) | ||
* **frontend:** bulkmode updated design [#542](https://github.com/digdir/dialogporten-frontend/issues/542) ([daa1f1f](https://github.com/digdir/dialogporten-frontend/commit/daa1f1f03907d711e9b41298e3e4b48a40f8cc82)) | ||
* **frontend:** change lang based on profile ([61bc1f7](https://github.com/digdir/dialogporten-frontend/commit/61bc1f77c9d2342f917e4c235f52549859358bb1)) | ||
* **frontend:** conditionally show leva ([316acd9](https://github.com/digdir/dialogporten-frontend/commit/316acd94afc43ec074d6dfb71edd7d38ee2fbd64)) | ||
* **frontend:** date-fns wrapper to use selected lang ([3ecfcb5](https://github.com/digdir/dialogporten-frontend/commit/3ecfcb5c6cbb4ce5d3c15108ab943933ce507fb6)) | ||
* **frontend:** embeddable content ([c28f6dd](https://github.com/digdir/dialogporten-frontend/commit/c28f6dd7451207af9ffff48c69fd5c7f4d654b2c)) | ||
* **frontend:** make background grey when in bulk selection mode [#677](https://github.com/digdir/dialogporten-frontend/issues/677) ([3437025](https://github.com/digdir/dialogporten-frontend/commit/343702546063138f54ae76fde04ecfee1f65e160)) | ||
* **frontend:** mobile view for action panel / bulk select ([ca9d728](https://github.com/digdir/dialogporten-frontend/commit/ca9d72891ead82c17f542e3ccd1421a86fae7aad)) | ||
* **frontend:** move header and footer out of the grid ([0f8cc61](https://github.com/digdir/dialogporten-frontend/commit/0f8cc61958954c34fc49b1e4f785c40cb508e8f1)) | ||
* **frontend:** show snackbar message on when clicking the actionpanel ([7ebe264](https://github.com/digdir/dialogporten-frontend/commit/7ebe264ff0745b7e5c3d1d6dfa561ccd24f0be30)) | ||
* **frontend:** snackbar in updated design ([a727123](https://github.com/digdir/dialogporten-frontend/commit/a727123c6b03db59890657cf73e5a5b420ab7b09)) | ||
* **frontend:** updated nginx config ([d127cae](https://github.com/digdir/dialogporten-frontend/commit/d127cae4b4acf3bbc94c320b27d4ca21e2c5293d)) | ||
* **frontend:** Use `leva` for debug features ([508babf](https://github.com/digdir/dialogporten-frontend/commit/508babf96676a8f0d77d9ddbe812995f3a2503ea)) | ||
* **frontend:** when in bulk mode it shouldn't be possible to click into ([7ebf1d8](https://github.com/digdir/dialogporten-frontend/commit/7ebf1d84c82ec5602545097e0e56617142cbc345)) | ||
* **frontend:** working logout button ([0152e7c](https://github.com/digdir/dialogporten-frontend/commit/0152e7ceaf83b7e3ae85dee7b8ab71c8f6434838)) | ||
* get dialogs ([76dbc5e](https://github.com/digdir/dialogporten-frontend/commit/76dbc5e918f2444f5a936f31de16f350ba0b2234)) | ||
* graphql endpoint in bff ([524d495](https://github.com/digdir/dialogporten-frontend/commit/524d495aff4c1777c9ffc2de4b1c6643002c3538)) | ||
* GraphQL subscription (SSE) and EventSource integration ([78403a5](https://github.com/digdir/dialogporten-frontend/commit/78403a5e7218b94ac706f4cc2cb293142c0b27e7)) | ||
* Hide select button with feature flag ([3118c5c](https://github.com/digdir/dialogporten-frontend/commit/3118c5c7300821b2a770142b0e9a9925d1232988)) | ||
* implement fiterBar in app ([8ee871d](https://github.com/digdir/dialogporten-frontend/commit/8ee871d75f3784a4792f4a702f53ec5843bcc68f)) | ||
* improve login flow for app ([#436](https://github.com/digdir/dialogporten-frontend/issues/436)) ([#452](https://github.com/digdir/dialogporten-frontend/issues/452)) ([d359849](https://github.com/digdir/dialogporten-frontend/commit/d359849b43860d4831e4bc47f4b5428d20a9713e)) | ||
* inbox as entry ([47de8f5](https://github.com/digdir/dialogporten-frontend/commit/47de8f559bb35c910920cdd453d32cad13486e10)) | ||
* indicate viewtype selected in sidebar, update arrangement and icons and misc improvements ([4bb8385](https://github.com/digdir/dialogporten-frontend/commit/4bb8385dc6df80723d753287614cf4249a690eee)) | ||
* make gui action buttons work for all http methods ([bd69a60](https://github.com/digdir/dialogporten-frontend/commit/bd69a60068d9d2aadc498fde5d360c91ab2993ad)) | ||
* make Profilebutton loadable ([d3e5614](https://github.com/digdir/dialogporten-frontend/commit/d3e56142a732b52973b7b047535d78ccf81af01c)) | ||
* map data from dialogporten data model to UI ([d8a8804](https://github.com/digdir/dialogporten-frontend/commit/d8a880434380d2ca2658be2275cb4bb1be7ebae4)) | ||
* map dialog search dialogs to dialogs + minor styling fixes ([2b0ba5e](https://github.com/digdir/dialogporten-frontend/commit/2b0ba5e75790c39cbb51d303b7e03f4c1f10ad8d)) | ||
* merge subparties and refactor logic to be used in both PartyDropdown and global menu ([5a6034b](https://github.com/digdir/dialogporten-frontend/commit/5a6034ba1c0b0ffbc8c5f132d3de6a09423158c4)) | ||
* move user endpoint to graphql schema with resolver ([a6e488e](https://github.com/digdir/dialogporten-frontend/commit/a6e488e0799a4542ccfc768838d11af8b7ce4c16)) | ||
* new Badge component ([73353e1](https://github.com/digdir/dialogporten-frontend/commit/73353e1675cf3a936eb2f040dae2e341f3ab018b)) | ||
* New design, added delete popup wireframe ([#840](https://github.com/digdir/dialogporten-frontend/issues/840)) ([77ab029](https://github.com/digdir/dialogporten-frontend/commit/77ab02905d7ebadc7463a53965503dd761f51b59)) | ||
* new package with type from dialogporten, and added GraphQL types ([b588774](https://github.com/digdir/dialogporten-frontend/commit/b588774460bc43bce653f6483ed79dbe6c35fa95)) | ||
* New search component, design fixes ([#806](https://github.com/digdir/dialogporten-frontend/issues/806)) ([20e6316](https://github.com/digdir/dialogporten-frontend/commit/20e63169dac1723ad505d4731e675fbad6d457f0)) | ||
* **node-logger:** add node logger ([#1033](https://github.com/digdir/dialogporten-frontend/issues/1033)) ([54ef27b](https://github.com/digdir/dialogporten-frontend/commit/54ef27bcce84cb5a212c78676cdac52c45ee633a)) | ||
* organize data results ([217f934](https://github.com/digdir/dialogporten-frontend/commit/217f934749efaee57ddecd8a4da2583e2b6f6ec8)) | ||
* organizes inbox items as groups with heading ([d6a94e2](https://github.com/digdir/dialogporten-frontend/commit/d6a94e2fb3cfe09f1e3dd8d4175b19750c9123fa)) | ||
* pseudo random background color generation used in avatar with a Storybook story for purpose of testinga ([a01a88d](https://github.com/digdir/dialogporten-frontend/commit/a01a88daec116b9b7a710b1a4e166cb1aeb52fa1)) | ||
* refactor all menus to depend on menuItem, aligning design and removing redundant code ([c11d28d](https://github.com/digdir/dialogporten-frontend/commit/c11d28d2169c5ceea21ac90a114cc615ff31c79a)) | ||
* refactor auth check logic, prevents app to be ninja loaded and improves lout out ux ([61a6fe1](https://github.com/digdir/dialogporten-frontend/commit/61a6fe175a7f9877e30c0d86a14bfb6670f3b2ce)) | ||
* Rewrite and design updates of Sidebar and Menubar ([#820](https://github.com/digdir/dialogporten-frontend/issues/820)) ([470d3d3](https://github.com/digdir/dialogporten-frontend/commit/470d3d3a063bec9a674038a6844f27b5622bb9f8)) | ||
* Searches now being saved per party. Party dropdown and sidebar reflects actual per party count ([#1017](https://github.com/digdir/dialogporten-frontend/issues/1017)) ([b7b72f7](https://github.com/digdir/dialogporten-frontend/commit/b7b72f7aa50b969b88e18dc02e8c5db8468e7c6c)) | ||
* Setup of Redis & Redisinsight in Docker Compose ([399a559](https://github.com/digdir/dialogporten-frontend/commit/399a559bfcd9185dbfe5bceaee2e5110aea9dbe4)) | ||
* setup Redis in `bff` as storage for sessions ([67ae240](https://github.com/digdir/dialogporten-frontend/commit/67ae240e48f8d9963a81e26e0e66c45e7eaa853d)) | ||
* setup vitest for all packages ([a60e9b4](https://github.com/digdir/dialogporten-frontend/commit/a60e9b40b977bce24c61be45dd44af1dbaa26ada)) | ||
* stitch Dialogporten-backend-GraphQL and BFF-GraphQL together to one ([6a10124](https://github.com/digdir/dialogporten-frontend/commit/6a10124ab1b0ff29b7da56d12fe7f984901d4628)) | ||
* support multi level and date ([22c4589](https://github.com/digdir/dialogporten-frontend/commit/22c4589f689991044b9b8b2303c924a558d99a59)) | ||
* support multiselect filters ([4cd3311](https://github.com/digdir/dialogporten-frontend/commit/4cd3311ae0453a9ffc9cdfc0e7e7d55247a1e885)) | ||
* TLDraw plugin for Docusaurus ([df0faee](https://github.com/digdir/dialogporten-frontend/commit/df0faee7215a1f06ecbe601511e016a79acb578c)) | ||
* update biome ignore list ([b97ad57](https://github.com/digdir/dialogporten-frontend/commit/b97ad5720827412e8a8177d84f703a1a9f51ee88)) | ||
* Update Storybook config and add accessibility rules ([#234](https://github.com/digdir/dialogporten-frontend/issues/234)) ([e312e3d](https://github.com/digdir/dialogporten-frontend/commit/e312e3d54100febad2b101eb9d5b617daa619376)) | ||
* Updated parties menu according to Figma design ([#734](https://github.com/digdir/dialogporten-frontend/issues/734)) ([2daa52e](https://github.com/digdir/dialogporten-frontend/commit/2daa52e6e2a5bb6171d4c194812cbbd6b10354f3)) | ||
* use end user as default selected party ([e2ad0ef](https://github.com/digdir/dialogporten-frontend/commit/e2ad0ef3386210d3f2690d47a921b0b69763c62d)) | ||
* Visual adjustments. Added status, timestamp and other logic to MetaData ([4d23a7a](https://github.com/digdir/dialogporten-frontend/commit/4d23a7ab0f4fa40a084b51470477b6f8b4527a12)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Enhance organization and clarity in the Features section
To improve the readability and usefulness of the Features section, consider the following suggestions:
- Group related features under subheadings (e.g., "UI Enhancements", "Backend Improvements", "Azure Infrastructure", etc.).
- Ensure consistent formatting and level of detail across all entries.
- Provide more context for brief entries to clarify their impact or importance.
Here's an example of how you could restructure part of the Features section:
### Features
#### UI Enhancements
* Added activity history to dialog details page. ([f061c41](https://github.com/digdir/dialogporten-frontend/commit/f061c4199d819935b00ad2e0bd21c17933c76ee8))
* Implemented global Snackbar component for desktop and mobile. ([#531](https://github.com/digdir/dialogporten-frontend/issues/531)) ([32b3327](https://github.com/digdir/dialogporten-frontend/commit/32b3327a6a51fd2234fa7bd98c04caac57950033))
* Created new Badge component for improved visual feedback. ([73353e1](https://github.com/digdir/dialogporten-frontend/commit/73353e1675cf3a936eb2f040dae2e341f3ab018b))
#### Backend Improvements
* Integrated GraphQL for more efficient data fetching. ([#543](https://github.com/digdir/dialogporten-frontend/issues/543)) ([668eff9](https://github.com/digdir/dialogporten-frontend/commit/668eff9bff7d521c8032cb538528b8a8fb169ad4))
* Implemented react-query for improved state management. ([#167](https://github.com/digdir/dialogporten-frontend/issues/167)) ([f9be14d](https://github.com/digdir/dialogporten-frontend/commit/f9be14d82a3d418f398cecbd2974d6c27a12fd57))
#### Azure Infrastructure
* Added application gateway for improved routing and load balancing. ([#454](https://github.com/digdir/dialogporten-frontend/issues/454)) ([8af5ec3](https://github.com/digdir/dialogporten-frontend/commit/8af5ec3f87b9ee7e2693ec63037ed96e1cf526b8))
* Implemented Redis for caching and session management. ([#423](https://github.com/digdir/dialogporten-frontend/issues/423)) ([41c6658](https://github.com/digdir/dialogporten-frontend/commit/41c6658ec66cae5a87620ed98c86d50083d298d6))
Additionally, make the following specific improvements:
- Line 25: Change "Added error message if dialog can not be shown" to "Added error message if dialog cannot be shown" for better grammar.
- Line 44: Replace "infra" with "infrastructure" for clarity: "add tags on azure infrastructure and applications".
These changes will improve the overall readability and organization of the Features section.
Tools
LanguageTool
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
CHANGELOG.md
Outdated
* **azure:** ensure we use ssl for postgresql connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15)) | ||
* **azure:** remove vnet from Redis ([bb38b28](https://github.com/digdir/dialogporten-frontend/commit/bb38b285ed2fac80a2cc123ee727c528d4ada8d3)) | ||
* **azure:** rename environment parameter for production ([#974](https://github.com/digdir/dialogporten-frontend/issues/974)) ([68bbd9a](https://github.com/digdir/dialogporten-frontend/commit/68bbd9a97404064305e6f81022530408b7b194a0)) | ||
* **azure:** revert vnet in favor of private link ([#489](https://github.com/digdir/dialogporten-frontend/issues/489)) ([8363339](https://github.com/digdir/dialogporten-frontend/commit/83633395407a9f9ffa11668e2fc580a7ec74c3b3)) | ||
* **azure:** separate custom domain into param ([#364](https://github.com/digdir/dialogporten-frontend/issues/364)) ([a2ea7cb](https://github.com/digdir/dialogporten-frontend/commit/a2ea7cb98e7059d1c145d3426442f721909a5792)) | ||
* **azure:** set supported azure Redis version ([#490](https://github.com/digdir/dialogporten-frontend/issues/490)) ([0322a26](https://github.com/digdir/dialogporten-frontend/commit/0322a26adb5cb23ec2a82529a10b4d1a8e06e7d0)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* **azure:** use correct connection string format for redis ([#518](https://github.com/digdir/dialogporten-frontend/issues/518)) ([4d1e59d](https://github.com/digdir/dialogporten-frontend/commit/4d1e59d00b85d3cf895242964f23da6976bf51f5)) | ||
* **azure:** use correct port for bff ([#366](https://github.com/digdir/dialogporten-frontend/issues/366)) ([3d4211e](https://github.com/digdir/dialogporten-frontend/commit/3d4211e549ef6a2db8694d6ad0708032f408566a)) | ||
* **azure:** use correct ssh public key env variable ([#995](https://github.com/digdir/dialogporten-frontend/issues/995)) ([00c082d](https://github.com/digdir/dialogporten-frontend/commit/00c082d535e30a61c3ac68855945ae3fa2efb37e)) | ||
* **bff-graphql-poc:** smaller Docker image size ([8cd60eb](https://github.com/digdir/dialogporten-frontend/commit/8cd60ebca3afc42b0cdb7270721b236b7112efa1)) | ||
* **bff:** add correct URL for oidc per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)) ([f551ebc](https://github.com/digdir/dialogporten-frontend/commit/f551ebc90e6b945cd3ef51b1017916ba27079631)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** ensure the correct dialogporten-url is used per environment ([#994](https://github.com/digdir/dialogporten-frontend/issues/994)) ([7389767](https://github.com/digdir/dialogporten-frontend/commit/738976747b4e304310c05ed0ab7c25ed185082ab)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** remove migration synchronization ([#744](https://github.com/digdir/dialogporten-frontend/issues/744)) ([35d20e2](https://github.com/digdir/dialogporten-frontend/commit/35d20e2a91cfb6b704df28dcbfe0207c41881b4a)) | ||
* **bff:** rename oidc host names ([#1026](https://github.com/digdir/dialogporten-frontend/issues/1026)) ([9521c99](https://github.com/digdir/dialogporten-frontend/commit/9521c9940dcdbbb0a18335b99851ce4a4f4dcd13)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change default subnet size to 23 ([#534](https://github.com/digdir/dialogporten-frontend/issues/534)) ([99e6da3](https://github.com/digdir/dialogporten-frontend/commit/99e6da3d221f784aea17c175fca7eac7083777f2)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* codeowners update ([2bbea47](https://github.com/digdir/dialogporten-frontend/commit/2bbea47468785cca4e1658cf87190718f10e627e)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* Docker build times and caching of images locally ([32a6ebf](https://github.com/digdir/dialogporten-frontend/commit/32a6ebf48786cc01df8f9fd43a581ea3e79e6077)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove bff-graphql-poc ([4c3e6ec](https://github.com/digdir/dialogporten-frontend/commit/4c3e6ec203dedf5f10f6fe8ca45a2a2a8cd2a406)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* set node_env to production ([#1053](https://github.com/digdir/dialogporten-frontend/issues/1053)) ([6603d9d](https://github.com/digdir/dialogporten-frontend/commit/6603d9d50e4383bb682cac9c90e1bfdf5f3f86a8)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f)) | ||
* testing again, ensuring baseurl is overriden ([f09fdd5](https://github.com/digdir/dialogporten-frontend/commit/f09fdd529a6e765a09046581b53fa4e9a515ac1e)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* uncomment bff-migration from compose ([468ebe6](https://github.com/digdir/dialogporten-frontend/commit/468ebe657a8e768f19272200b9db630f8ccd2c4b)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update query for Dialogporten gql schema v 1.8.1 ([e8a0a94](https://github.com/digdir/dialogporten-frontend/commit/e8a0a9476751e0db3380785cb8eba3cf7b0795d5)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* use correct path for probes ([#509](https://github.com/digdir/dialogporten-frontend/issues/509)) ([49d8974](https://github.com/digdir/dialogporten-frontend/commit/49d89746baea6b5cf613281aa8a0a2375613cb9d)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Improve organization and clarity in the Bug Fixes section
To enhance the readability and usefulness of the Bug Fixes section, consider implementing the following improvements:
- Group related bug fixes under subheadings (e.g., "Frontend Fixes", "Backend Fixes", "Azure Infrastructure Fixes").
- Ensure consistent formatting and level of detail across all entries.
- Provide more context about the impact of each bug and the importance of the fix when possible.
Here's an example of how you could restructure part of the Bug Fixes section:
### Bug Fixes
#### Frontend Fixes
* Resolved layout issues for mobile and desktop views in the inbox details. ([17273bc](https://github.com/digdir/dialogporten-frontend/commit/17273bc21b8545972ebc76407e9d176ac4abf05e), [ddd6ff7](https://github.com/digdir/dialogporten-frontend/commit/ddd6ff72b4b7016cad31f119dc54dac15504271f))
* Fixed zIndex issues causing overlay problems in the UI. ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d))
#### Backend Fixes
* Corrected BFF migrations to ensure proper database schema updates. ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879))
* Fixed the GraphQL endpoint in the BFF to ensure correct data fetching. ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f))
#### Azure Infrastructure Fixes
* Ensured SSL usage for PostgreSQL connections to enhance database security. ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15))
* Resolved application gateway and networking issues to improve connectivity. ([#539](https://github.com/digdir/dialogporten-frontend/issues/539)) ([fd529b3](https://github.com/digdir/dialogporten-frontend/commit/fd529b35a7ec9e53b0f3aa29bdb7a18b5c65c2b8))
This structure provides more context for each fix and groups related fixes together, making it easier for users to understand the changes and their impact.
* Add SorderOrderDropdown component and bring it to the view ([58584a6](https://github.com/digdir/dialogporten-frontend/commit/58584a69a986b0b1314553f345eef9ce49433e6e)) | ||
* Add SorderOrderDropdown component and bring it to the view ([f59515d](https://github.com/digdir/dialogporten-frontend/commit/f59515d930e56b07b05023cffd3046744a80e2df)) | ||
* add xs size for profile button + small fixes in header ([4aee6df](https://github.com/digdir/dialogporten-frontend/commit/4aee6df363b10a0d553a4ffc0ea9ea018ed8b88b)) | ||
* Added error message if dialog can not be shown ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Improve language clarity and consistency
There are a couple of minor language improvements that can be made:
- Line 25: Replace "can not" with "cannot" for better readability.
- Line 44: Consider replacing "infra" with "infrastructure" for clarity.
Apply these changes:
-* Added error message if dialog can not be shown ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1))
+* Added error message if dialog cannot be shown ([d0888eb](https://github.com/digdir/dialogporten-frontend/commit/d0888ebb95d3c43bef40d49ef485bf7845f1b3c1))
-* **azure:** add tags on azure infra and applications ([#905](https://github.com/digdir/dialogporten-frontend/issues/905)) ([077f7ab](https://github.com/digdir/dialogporten-frontend/commit/077f7ab74a04a93ac0ad097ae27c004599ca4d4c))
+* **azure:** add tags on azure infrastructure and applications ([#905](https://github.com/digdir/dialogporten-frontend/issues/905)) ([077f7ab](https://github.com/digdir/dialogporten-frontend/commit/077f7ab74a04a93ac0ad097ae27c004599ca4d4c))
Also applies to: 44-44
Tools
LanguageTool
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
CHANGELOG.md
Outdated
* **azure:** ensure we use ssl for postgresql connections ([#507](https://github.com/digdir/dialogporten-frontend/issues/507)) ([5dc2717](https://github.com/digdir/dialogporten-frontend/commit/5dc271745bbb313356b7066eacaa28daaa833a15)) | ||
* **azure:** remove vnet from Redis ([bb38b28](https://github.com/digdir/dialogporten-frontend/commit/bb38b285ed2fac80a2cc123ee727c528d4ada8d3)) | ||
* **azure:** rename environment parameter for production ([#974](https://github.com/digdir/dialogporten-frontend/issues/974)) ([68bbd9a](https://github.com/digdir/dialogporten-frontend/commit/68bbd9a97404064305e6f81022530408b7b194a0)) | ||
* **azure:** revert vnet in favor of private link ([#489](https://github.com/digdir/dialogporten-frontend/issues/489)) ([8363339](https://github.com/digdir/dialogporten-frontend/commit/83633395407a9f9ffa11668e2fc580a7ec74c3b3)) | ||
* **azure:** separate custom domain into param ([#364](https://github.com/digdir/dialogporten-frontend/issues/364)) ([a2ea7cb](https://github.com/digdir/dialogporten-frontend/commit/a2ea7cb98e7059d1c145d3426442f721909a5792)) | ||
* **azure:** set supported azure Redis version ([#490](https://github.com/digdir/dialogporten-frontend/issues/490)) ([0322a26](https://github.com/digdir/dialogporten-frontend/commit/0322a26adb5cb23ec2a82529a10b4d1a8e06e7d0)) | ||
* **azure:** use correct connection string for migration job ([#335](https://github.com/digdir/dialogporten-frontend/issues/335)) ([e4838be](https://github.com/digdir/dialogporten-frontend/commit/e4838be92cc7e2f6842cab96f8afd1b0e238218b)) | ||
* **azure:** use correct connection string format for redis ([#518](https://github.com/digdir/dialogporten-frontend/issues/518)) ([4d1e59d](https://github.com/digdir/dialogporten-frontend/commit/4d1e59d00b85d3cf895242964f23da6976bf51f5)) | ||
* **azure:** use correct port for bff ([#366](https://github.com/digdir/dialogporten-frontend/issues/366)) ([3d4211e](https://github.com/digdir/dialogporten-frontend/commit/3d4211e549ef6a2db8694d6ad0708032f408566a)) | ||
* **azure:** use correct ssh public key env variable ([#995](https://github.com/digdir/dialogporten-frontend/issues/995)) ([00c082d](https://github.com/digdir/dialogporten-frontend/commit/00c082d535e30a61c3ac68855945ae3fa2efb37e)) | ||
* **bff-graphql-poc:** smaller Docker image size ([8cd60eb](https://github.com/digdir/dialogporten-frontend/commit/8cd60ebca3afc42b0cdb7270721b236b7112efa1)) | ||
* **bff:** add correct URL for oidc per environment ([#1025](https://github.com/digdir/dialogporten-frontend/issues/1025)) ([f551ebc](https://github.com/digdir/dialogporten-frontend/commit/f551ebc90e6b945cd3ef51b1017916ba27079631)) | ||
* **bff:** add the correct graphql endpoint ([#611](https://github.com/digdir/dialogporten-frontend/issues/611)) ([5780856](https://github.com/digdir/dialogporten-frontend/commit/57808562a3f706839c598373a278b83b46849d7f)) | ||
* **bff:** avoid running app on migration ([#361](https://github.com/digdir/dialogporten-frontend/issues/361)) ([038ca12](https://github.com/digdir/dialogporten-frontend/commit/038ca12b7ef900edd41994564da1ff617d1fb051)) | ||
* **bff:** bff migrations ([#555](https://github.com/digdir/dialogporten-frontend/issues/555)) ([32b8075](https://github.com/digdir/dialogporten-frontend/commit/32b80756f392cb7857d8023456f61c741b70e879)) | ||
* **bff:** convert to opentelemetry ([#1082](https://github.com/digdir/dialogporten-frontend/issues/1082)) ([9ef3427](https://github.com/digdir/dialogporten-frontend/commit/9ef34278884364bb18fc94e4819cd6d306961dc5)) | ||
* **bff:** enable application insights ([#1015](https://github.com/digdir/dialogporten-frontend/issues/1015)) ([c8fd06d](https://github.com/digdir/dialogporten-frontend/commit/c8fd06d9fdd92376d5824a2eb9a76dc85a7f7814)) | ||
* **bff:** ensure instrumentation is initialized before starting the app ([#1118](https://github.com/digdir/dialogporten-frontend/issues/1118)) ([4c0f687](https://github.com/digdir/dialogporten-frontend/commit/4c0f687e84f6cf6132112c3b6257bc15306b62c6)) | ||
* **bff:** ensure the correct dialogporten-url is used per environment ([#994](https://github.com/digdir/dialogporten-frontend/issues/994)) ([7389767](https://github.com/digdir/dialogporten-frontend/commit/738976747b4e304310c05ed0ab7c25ed185082ab)) | ||
* **bff:** fix migration job ([#358](https://github.com/digdir/dialogporten-frontend/issues/358)) ([9e9f478](https://github.com/digdir/dialogporten-frontend/commit/9e9f478cef83d7e35dbf97a23f3179322704f35f)) | ||
* **bff:** remove migration synchronization ([#744](https://github.com/digdir/dialogporten-frontend/issues/744)) ([35d20e2](https://github.com/digdir/dialogporten-frontend/commit/35d20e2a91cfb6b704df28dcbfe0207c41881b4a)) | ||
* **bff:** rename oidc host names ([#1026](https://github.com/digdir/dialogporten-frontend/issues/1026)) ([9521c99](https://github.com/digdir/dialogporten-frontend/commit/9521c9940dcdbbb0a18335b99851ce4a4f4dcd13)) | ||
* **bff:** start script ([#556](https://github.com/digdir/dialogporten-frontend/issues/556)) ([60aefc5](https://github.com/digdir/dialogporten-frontend/commit/60aefc5845c9335c7ff34e3be23fe54cb167f5af)) | ||
* **bff:** use correct command in dockerfile ([#380](https://github.com/digdir/dialogporten-frontend/issues/380)) ([33bdd7b](https://github.com/digdir/dialogporten-frontend/commit/33bdd7bd25a1037f946a8d849b934b6309e4357b)) | ||
* change default subnet size to 23 ([#534](https://github.com/digdir/dialogporten-frontend/issues/534)) ([99e6da3](https://github.com/digdir/dialogporten-frontend/commit/99e6da3d221f784aea17c175fca7eac7083777f2)) | ||
* change refresh auth token flow ([#1005](https://github.com/digdir/dialogporten-frontend/issues/1005)) ([c9b5bf6](https://github.com/digdir/dialogporten-frontend/commit/c9b5bf699d3fe7dc1a697c090bf2842912bdff5f)) | ||
* clean up bff and login ([f96eab1](https://github.com/digdir/dialogporten-frontend/commit/f96eab1e1b8f298433e673a63bee44f64bff8e27)) | ||
* click saved searches button from global menu should also close global menu ([6f26e40](https://github.com/digdir/dialogporten-frontend/commit/6f26e40f98984cda0b77a272e145a74cf3cd42d3)) | ||
* Clicking a saved search in search dropdown ([8119331](https://github.com/digdir/dialogporten-frontend/commit/8119331fe799add0ba9666b40d45c26cef271352)) | ||
* codeowners update ([2bbea47](https://github.com/digdir/dialogporten-frontend/commit/2bbea47468785cca4e1658cf87190718f10e627e)) | ||
* correct badge count for selected parties instead of all parties ([4ea3619](https://github.com/digdir/dialogporten-frontend/commit/4ea3619ffcf2eb06ea8b60a55c7ed762e04ce6dd)) | ||
* **deps:** update dependency tldraw to v2.4.4 ([f5b6712](https://github.com/digdir/dialogporten-frontend/commit/f5b6712b225bbd02e16d452c22ed4d86909d0da8)) | ||
* design fixes to global menu ([37bbbd9](https://github.com/digdir/dialogporten-frontend/commit/37bbbd9d9af28e9fd463d28327571cbe6e102a32)) | ||
* dialogporten.noconsent scope ([43846f9](https://github.com/digdir/dialogporten-frontend/commit/43846f915acaff18254a05f21a05bf9ecc2b00a1)) | ||
* Docker build times and caching of images locally ([32a6ebf](https://github.com/digdir/dialogporten-frontend/commit/32a6ebf48786cc01df8f9fd43a581ea3e79e6077)) | ||
* Dropdown link hitbox. Closing menu when redirecting. ([#904](https://github.com/digdir/dialogporten-frontend/issues/904)) ([cd68f6a](https://github.com/digdir/dialogporten-frontend/commit/cd68f6a3b1516ac7602ab9ef88b88270a083744c)) | ||
* Dropdown overflow issue ([#879](https://github.com/digdir/dialogporten-frontend/issues/879)) ([32e9d25](https://github.com/digdir/dialogporten-frontend/commit/32e9d258aa0ae54d09fd2ea48688a1171b31a3a7)) | ||
* ensure tls in Redis connection string and fix health checks ([#523](https://github.com/digdir/dialogporten-frontend/issues/523)) ([27ebed0](https://github.com/digdir/dialogporten-frontend/commit/27ebed0dbcf931a069ed4d6e7d7556812a8fad53)) | ||
* filters for same id should be grouped and not exclude each other ([40d748d](https://github.com/digdir/dialogporten-frontend/commit/40d748d722a553d6d0bd5ed1829204787b3ead8d)) | ||
* fix layout for search bar on mobile and mobile ([7a92bea](https://github.com/digdir/dialogporten-frontend/commit/7a92bea1cdb8a0416b3fb14fd910e4242ad06267)) | ||
* fix typo in type used for markdown story ([#1010](https://github.com/digdir/dialogporten-frontend/issues/1010)) ([45664de](https://github.com/digdir/dialogporten-frontend/commit/45664defb3149de302cb5f0aff70e93dbc48b553)) | ||
* fixes alignment for inbox details and adds box shadow to inbox details ([270f0b0](https://github.com/digdir/dialogporten-frontend/commit/270f0b0f4c9a3ccfe9531023f68566aa4909c58f)) | ||
* fixes broken stories in storybook that depends on react-query ([#524](https://github.com/digdir/dialogporten-frontend/issues/524)) ([6fc9456](https://github.com/digdir/dialogporten-frontend/commit/6fc9456b7a18ce7910760bc6ead31d94461de54b)) | ||
* fixes flaky fetching assement for skeleton rendering ([209c3c6](https://github.com/digdir/dialogporten-frontend/commit/209c3c6d6e0e2ee32c5deb01c6da9a7258e420c4)) | ||
* fixes logout not working ([#517](https://github.com/digdir/dialogporten-frontend/issues/517)) ([7048ee9](https://github.com/digdir/dialogporten-frontend/commit/7048ee9d8896ca36a1b52ad5c1470a2fb1a59f16)) | ||
* **frontend:** 2px button border-radius ([2804604](https://github.com/digdir/dialogporten-frontend/commit/280460461a6fa370b874c8d8f1110277b571dfa0)) | ||
* **frontend:** center footer ([0956226](https://github.com/digdir/dialogporten-frontend/commit/095622673b31318f2cf34febaf6f4ebc9b21890d)) | ||
* **frontend:** clickthrough on BottomDrawer ([b69b5e2](https://github.com/digdir/dialogporten-frontend/commit/b69b5e289dcd05a4e0ad30b1c7b248d119a4f4a5)), closes [#736](https://github.com/digdir/dialogporten-frontend/issues/736) | ||
* **frontend:** design fixes on saved search ([991b766](https://github.com/digdir/dialogporten-frontend/commit/991b7662199fff2691d9d27986c7e56e8677c6a9)), closes [#839](https://github.com/digdir/dialogporten-frontend/issues/839) | ||
* **frontend:** fix if there is no mainContentRefrence ([b339ca9](https://github.com/digdir/dialogporten-frontend/commit/b339ca9a63267afe39426aed7c8915421d1d17e6)) | ||
* **frontend:** fix outline and underline on hover ([49eec2d](https://github.com/digdir/dialogporten-frontend/commit/49eec2de622930a963181b6e300992d445bb2f46)) | ||
* **frontend:** quickfix types for actionpanel ([dfd44a5](https://github.com/digdir/dialogporten-frontend/commit/dfd44a51a0ca1dda729a4ee33fe8abfe444bb80d)) | ||
* **frontend:** remove some unused stuff from api/queries ([7162cd0](https://github.com/digdir/dialogporten-frontend/commit/7162cd052141f184e90ebc7eb47d837e2e17ad24)) | ||
* **frontend:** square icon ([0323dba](https://github.com/digdir/dialogporten-frontend/commit/0323dbaeae93318ae7e480658c1dc99a7c18d4d1)) | ||
* GUI action links now opens in new window as a link instead of doing a GET fetch ([#1024](https://github.com/digdir/dialogporten-frontend/issues/1024)) ([196910a](https://github.com/digdir/dialogporten-frontend/commit/196910a706290b897e4a88daa3b17af7cde242db)) | ||
* hide parties that are deleted ([cf49a08](https://github.com/digdir/dialogporten-frontend/commit/cf49a08cc4bbe7bd13bf4a13db938a4487e4f309)) | ||
* improve smoke-test so multiple headers, footers and sidebars are allowed ([196dfeb](https://github.com/digdir/dialogporten-frontend/commit/196dfeb05a58f4e645c2ed6236bc4821a82e6b7a)) | ||
* Improved search result listing ([#693](https://github.com/digdir/dialogporten-frontend/issues/693)) ([54cb202](https://github.com/digdir/dialogporten-frontend/commit/54cb202c1823743cc26037b4f2e82579577bb719)) | ||
* improvements to wcag ([c4cfad9](https://github.com/digdir/dialogporten-frontend/commit/c4cfad91cbfd7e54125db813aad54eccb635085f)) | ||
* incorrect icon size for close icon on mobile ([d8af852](https://github.com/digdir/dialogporten-frontend/commit/d8af852df8afd44d337c664987e89bdb16d3fd71)) | ||
* mainContentReference is nullable ([89081fd](https://github.com/digdir/dialogporten-frontend/commit/89081fdd05d244c6c8a584e6c5de042e188d83cb)) | ||
* Mobile design implementation of inbox and menu bar ([#823](https://github.com/digdir/dialogporten-frontend/issues/823)) ([e2f5a3e](https://github.com/digdir/dialogporten-frontend/commit/e2f5a3e036dd23ee5197b993ddf93d5d5ace85a6)) | ||
* Parties not showing private parties now fixed ([#898](https://github.com/digdir/dialogporten-frontend/issues/898)) ([1e614cd](https://github.com/digdir/dialogporten-frontend/commit/1e614cdabcc2d22b40d5738667971bcc1b0d2058)) | ||
* Pixel perfect implementation of Figma design ([#808](https://github.com/digdir/dialogporten-frontend/issues/808)) ([2a229aa](https://github.com/digdir/dialogporten-frontend/commit/2a229aa11873d1f71414743adb492b83084f8e48)) | ||
* quickfix for broken docker command ([316367d](https://github.com/digdir/dialogporten-frontend/commit/316367de4308b1dd0444b0bd8388f67140d18a16)) | ||
* refactor horizontal line to one component ([#929](https://github.com/digdir/dialogporten-frontend/issues/929)) ([41ad6b5](https://github.com/digdir/dialogporten-frontend/commit/41ad6b53f03261b6950d45149199c80f7985ae2b)) | ||
* refactor modal and save searches ([0eb8451](https://github.com/digdir/dialogporten-frontend/commit/0eb8451d84d1a3f5f316ea92ffb559a58a3c9331)) | ||
* refactor sidebar and fix broken story for sidebar in storybook, adding doc and improving control ([71b3384](https://github.com/digdir/dialogporten-frontend/commit/71b338417c79a59e38688c6522b6b06d8d7f855b)) | ||
* Refactoring bff and removing old frontend ([#375](https://github.com/digdir/dialogporten-frontend/issues/375)) ([05d904c](https://github.com/digdir/dialogporten-frontend/commit/05d904c100e1dd0dbb3a3af94757e11f3b4a08b5)) | ||
* remove app insights native sdk ([62b12a4](https://github.com/digdir/dialogporten-frontend/commit/62b12a45760ddeb12fd7d9fc942aef0874ebdfd9)) | ||
* remove bff-graphql-poc ([4c3e6ec](https://github.com/digdir/dialogporten-frontend/commit/4c3e6ec203dedf5f10f6fe8ca45a2a2a8cd2a406)) | ||
* remove console line ([2a558e6](https://github.com/digdir/dialogporten-frontend/commit/2a558e66a9929d42b333f77832ae06d02dc5fb38)) | ||
* remove filters with undefined as value ([88900a3](https://github.com/digdir/dialogporten-frontend/commit/88900a36b6e44cd8d4c5b33066bbb011467d8e54)) | ||
* remove hero icons ([02a5b6f](https://github.com/digdir/dialogporten-frontend/commit/02a5b6f6df4da3d8e46c3dc07a130a5a31cbb596)) | ||
* remove link decoration from links in search dropdown ([929a9f9](https://github.com/digdir/dialogporten-frontend/commit/929a9f939cc85bc18308e370ee3c15ab51ffa6ba)) | ||
* remove notion of compnay from avatar, using profile instead which is more scalable ([5d89525](https://github.com/digdir/dialogporten-frontend/commit/5d895257163d804aa692703d2ee7202fd90c44b1)) | ||
* Remove old json file ([c1fba7b](https://github.com/digdir/dialogporten-frontend/commit/c1fba7b914c33a00dd647e74fa88c6adc57b8257)) | ||
* remove unused styles ([c26c325](https://github.com/digdir/dialogporten-frontend/commit/c26c3252de89ca069671f22b902798d7c89e387c)) | ||
* replace padding with margin for misaligned horizontal line on smaller screens ([3a84637](https://github.com/digdir/dialogporten-frontend/commit/3a84637462be838b862d6308522276d34733556b)) | ||
* Resolved excessive fetching of dialogues ([#886](https://github.com/digdir/dialogporten-frontend/issues/886)) ([578ff69](https://github.com/digdir/dialogporten-frontend/commit/578ff69930f1341abbb79883f9020024380469c1)) | ||
* Saved searches in dropdown menu on mobile ([#992](https://github.com/digdir/dialogporten-frontend/issues/992)) ([0737f64](https://github.com/digdir/dialogporten-frontend/commit/0737f6403302c12a700688a4f9e2bb819e321c3c)) | ||
* Search will now work if user is on i.e. /saved-searches route ([#810](https://github.com/digdir/dialogporten-frontend/issues/810)) ([14f368a](https://github.com/digdir/dialogporten-frontend/commit/14f368a401c296b5546fc55fb172758bef0dc2a1)) | ||
* set node_env to production ([#1053](https://github.com/digdir/dialogporten-frontend/issues/1053)) ([6603d9d](https://github.com/digdir/dialogporten-frontend/commit/6603d9d50e4383bb682cac9c90e1bfdf5f3f86a8)) | ||
* some BFF rafactoring ([bd729f8](https://github.com/digdir/dialogporten-frontend/commit/bd729f81db90a086092850b8337bf3432d2debd8)) | ||
* Storybook now correctly shows company layout ([#279](https://github.com/digdir/dialogporten-frontend/issues/279)) ([1837043](https://github.com/digdir/dialogporten-frontend/commit/18370438b5182b28e22241f8b9a0f2f0012d2e92)) | ||
* Switching account immediate changes profile and refetches dialogs with selected partyId ([0df3fdf](https://github.com/digdir/dialogporten-frontend/commit/0df3fdfc36e9c99c98bea9b641e8d24f52866bbf)) | ||
* testing again, changing default baseurl ([58b7c81](https://github.com/digdir/dialogporten-frontend/commit/58b7c81db4c0d77762f35c65425e66b53005888f)) | ||
* testing again, ensuring baseurl is overriden ([f09fdd5](https://github.com/digdir/dialogporten-frontend/commit/f09fdd529a6e765a09046581b53fa4e9a515ac1e)) | ||
* ui improvements to filter bar and menu item ([dac32cd](https://github.com/digdir/dialogporten-frontend/commit/dac32cd8c2c38cb0328d948401f2d24f606ddad7)) | ||
* uncomment bff-migration from compose ([468ebe6](https://github.com/digdir/dialogporten-frontend/commit/468ebe657a8e768f19272200b9db630f8ccd2c4b)) | ||
* update altinn symbol svg for use in footer and header ([891133a](https://github.com/digdir/dialogporten-frontend/commit/891133a2515c5d81476a22e510a2d6a83aea2e26)) | ||
* update event handlers ([c2f7bb7](https://github.com/digdir/dialogporten-frontend/commit/c2f7bb74bef4aaf82c9a8bd806e4731565bac695)) | ||
* update query for Dialogporten gql schema v 1.8.1 ([e8a0a94](https://github.com/digdir/dialogporten-frontend/commit/e8a0a9476751e0db3380785cb8eba3cf7b0795d5)) | ||
* update to latest version of digdir-designsystemet-* and fix api changes ([ee7ba31](https://github.com/digdir/dialogporten-frontend/commit/ee7ba318481b1ac0a4cb7845fe65e1c36fbea47c)) | ||
* Updated according to PR comments ([4de01ac](https://github.com/digdir/dialogporten-frontend/commit/4de01ac1acf9db51521190b3936bfd29f3daef02)) | ||
* Updated footer design on desktop and mobile ([#601](https://github.com/digdir/dialogporten-frontend/issues/601)) ([d572ef8](https://github.com/digdir/dialogporten-frontend/commit/d572ef8c308542e99b266a9431ccf15d1bf6a755)) | ||
* Updated saved search according to Figma design ([#789](https://github.com/digdir/dialogporten-frontend/issues/789)) ([1aaa731](https://github.com/digdir/dialogporten-frontend/commit/1aaa731f1977d4fbce80754942f5d67142871b0d)) | ||
* updates for 1.8.1-dbe296a ([d2490f0](https://github.com/digdir/dialogporten-frontend/commit/d2490f068bc5930fafa81e4f22c7f6d673ffc150)) | ||
* use correct path for probes ([#509](https://github.com/digdir/dialogporten-frontend/issues/509)) ([49d8974](https://github.com/digdir/dialogporten-frontend/commit/49d89746baea6b5cf613281aa8a0a2375613cb9d)) | ||
* zIndex issues ([#718](https://github.com/digdir/dialogporten-frontend/issues/718)) ([8d8ae55](https://github.com/digdir/dialogporten-frontend/commit/8d8ae5589df8374427896afdb40d629acdedb24d)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Remove multiple consecutive blank lines
To improve the formatting of the changelog, remove the multiple consecutive blank lines throughout the document. Specifically:
- Remove the extra blank line between lines 4 and 6.
- Remove the extra blank line between lines 127 and 129.
This will help maintain consistent spacing and improve the overall readability of the changelog.
Tools
LanguageTool
[style] ~25-~25: Unless you want to emphasize “not”, use “cannot” which is more common.
Context: ...8b88b)) * Added error message if dialog can not be shown ([d0888eb](https://github.com/...(CAN_NOT_PREMIUM)
[style] ~44-~44: To make your text as clear as possible to all readers, do not use this foreign term. Possible alternatives are “below” or “further on” (in a document).
Context: ...f03e54)) * azure: add tags on azure infra and applications ([#905](https://github...(INFRA)
Markdownlint
5-5: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
128-128: Expected: 1; Actual: 2
Multiple consecutive blank lines(MD012, no-multiple-blanks)
b644d84
to
02d9555
Compare
02d9555
to
a57c2ea
Compare
a57c2ea
to
17513ce
Compare
17513ce
to
8a9cd05
Compare
This release is too large to preview in the pull request body. View the full release notes here: https://github.com/digdir/dialogporten-frontend/blob/release-please--branches--main--release-notes/release-notes.md