Releases: PxTools/PxWeb2
Releases · PxTools/PxWeb2
PxWeb v2.1.0
What's Changed
🏕 Features
- Fix language switcher globe color by @SjurSutterudSagen in #974
- Override separators for custom number formatter by @oyessb in #961
- Sort variables by type by @oyessb in #975
- Link iconPosition fix by @MikaelNordberg in #994
- Remove old sass config from api-client by @SjurSutterudSagen in #992
- Fix/add type module to packages by @SjurSutterudSagen in #990
- Refactor aria hidden and label to be exclusive by @SjurSutterudSagen in #973
- Update node moduleResolution version by @SjurSutterudSagen in #991
- Autopivot table by @MikaelNordberg in #936
- Alert arrow icon for RTL by @MikaelNordberg in #993
- Refactor creation of bread crumbs by @PerIngeVaaje in #977
- Navlink component by @MikaelNordberg in #996
👒 Dependencies
- Bump html-validate from 10.1.2 to 10.3.0 by @dependabot[bot] in #967
- Updated dependencies, minor and patch by @PerIngeVaaje in #972
- Migrated to Storybook 10 by @MikaelNordberg in #989
Full Changelog: v2.0.2...v2.1.0
PxWeb v2.0.3-rc.1
What's Changed
🏕 Features
- Updated dependencies, minor and patch by @PerIngeVaaje in #972
- Fix language switcher globe color by @SjurSutterudSagen in #974
- Override separators for custom number formatter by @oyessb in #961
- Sort variables by type by @oyessb in #975
👒 Dependencies
- Bump html-validate from 10.1.2 to 10.3.0 by @dependabot[bot] in #967
Full Changelog: v2.0.2...v2.0.3-rc.1
PxWeb v2.0.2
What's Changed
🏕 Features
- Added aria-label for search with label text by @PerIngeVaaje in #949
- Fix problem with gradient overlay on navigation drawer by @PerIngeVaaje in #944
- Cleanup StartPage test file by @SjurSutterudSagen in #950
- Upgrade Vitest v3 to v4 by @SjurSutterudSagen in #951
- Add default color to Icon CSS by @SjurSutterudSagen in #924
- Add target type handling for links in StartPageDetails component by @oyessb in #946
- Update text for last updated and customise. by @oyessb in #947
- Use i18next translations to format date for tablecard by @oyessb in #948
- Fix problem with "skip to main " when using sub directory by @PerIngeVaaje in #963
- Configurable logo link by @MikaelNordberg in #962
- Updated norwegian translation file to show 2 digit on day and month for simple_date by @PerIngeVaaje in #964
Full Changelog: v2.0.1...v2.0.2
PxWeb v2.0.1
Various fixes, including fixes for href when using a subdomain and language handling.
What's Changed
🏕 Features
- Fix href creation for TableCard in StartPage by @SjurSutterudSagen in #918
- Fix/eslint major version upgrade by @MikaelNordberg in #931
- Pxweb2 680 text zero hit by @ssb-cgn in #911
- Change text for status message in help drawer by @oyessb in #933
- PxWeb2-874: Make the footer's appearance match figma in error messages by @SjurSutterudSagen in #919
- Add error message for no tables found on startpage by @oyessb in #913
- Removes duplicate test commands by @SjurSutterudSagen in #935
- Patch/update project dependencies by @SjurSutterudSagen in #945
- Fix/LanguageSwitcher uses wrong language for checks by @SjurSutterudSagen in #942
- Fix/i18next should use default lang by @SjurSutterudSagen in #943
👒 Dependencies
- Bump nginxinc/nginx-unprivileged from 1.29.1-alpine-slim to 1.29.2-alpine-slim by @dependabot[bot] in #929
- Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #928
- Bump eslint from 9.37.0 to 9.38.0 by @dependabot[bot] in #941
- Bump eslint-plugin-unused-imports from 4.2.0 to 4.3.0 by @dependabot[bot] in #940
- Bump react-i18next from 16.0.0 to 16.1.0 by @dependabot[bot] in #939
- Bump actions/setup-node from 5 to 6 by @dependabot[bot] in #938
Full Changelog: v2.0.0...v2.0.1
PxWeb 2.0
The initial full release of PxWeb2 v2.0.0.
Contains:
- Front page where a user can search for and filter available tables
- A page where a user can view a table.
Known Issues:
- Bug in href target for tables on the front page, when the default language is not shown in the URL.
What's Changed
🏕 Features
- Add status banner and information about missing features by @oyessb in #842
- Fix/test output spam by @SjurSutterudSagen in #851
- Pxweb2 775 filter overlay 400 by @ssb-cgn in #852
- Fix for pivot bug by @MikaelNordberg in #830
- Update patch and minor versions by @SjurSutterudSagen in #865
- Fix hardcoded colors and remove some SCSS imports by @SjurSutterudSagen in #868
- Pxweb2 842 variable case insensitive by @ssb-cgn in #866
- Patch/update minor and patch by @SjurSutterudSagen in #871
- Change empty th element to td by @oyessb in #878
- Add resize button for larger screens by @oyessb in #870
- Breadcrumbs for navigation by @KentMossback in #829
- Pxweb2 671 show more component by @ssb-cgn in #864
- Remove deprecated vite config code by @SjurSutterudSagen in #879
- Fix the types in exportUtil's test by @SjurSutterudSagen in #883
- Remove unused forwardRef from Breadcrumbs by @SjurSutterudSagen in #885
- Changed
variable.cssso that it references other css variables by @likp in #880 - Pxweb2 810 update icons by @ssb-cgn in #882
- Pxweb2 845 implement details section by @ssb-cgn in #869
- Npm upgrades week 39 by @Glenruben in #888
- Pxweb2 834 UUID fallback by @PerIngeVaaje in #887
- Fix various warnings and TypeScript errors by @SjurSutterudSagen in #886
- Change visibility of checkbox in search results by @oyessb in #881
- Feature/px web2 add 404 and 429 5xx error messages by @SjurSutterudSagen in #877
- Pxweb2 829 add breadcrumbs startpage by @ssb-cgn in #893
- Fixed problem with skip to main content by @PerIngeVaaje in #894
- Switch from href to navigate on tableCard. by @Glenruben in #898
- Footer component that you can configure by @MikaelNordberg in #867
- Pxweb2 750 Screen Reader Adaption by @Glenruben in #872
- Fix/linter and testing cleanup by @SjurSutterudSagen in #901
- Update node version in CI tests, and ES version in base tsconfig by @SjurSutterudSagen in #904
- Code adjustments before release by @MikaelNordberg in #892
- Fixes for when PxWeb in IIS subdirectory by @MikaelNordberg in #902
- New PxWeb icon and favicon by @MikaelNordberg in #900
- Refactor color naming conventions in theme files by @likp in #891
- Pxweb2 828 adjust footer startpage by @ssb-cgn in #909
- Pxweb2 782 discontinued tables by @ssb-cgn in #897
- Patch/update dependencies before release code freeze by @SjurSutterudSagen in #914
- Fix/lint warnings by @SjurSutterudSagen in #915
- Added security headers in web.config by @MikaelNordberg in #912
- Text always inside Alert by @MikaelNordberg in #910
- Feaeture/px web2 865 make correct error show for different errors by @SjurSutterudSagen in #908
- Feature/simplify showing correct error messages by @SjurSutterudSagen in #916
- Add basepath to breadcrumb by @PerIngeVaaje in #917
👒 Dependencies
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #854
- Bump SonarSource/sonarqube-scan-action from 5 to 6 by @dependabot[bot] in #889
- Bump node from 22.19.0-slim to 22.20.0-slim by @dependabot[bot] in #907
- Bump react-i18next from 15.7.3 to 16.0.0 by @dependabot[bot] in #906
Full Changelog: v2.0.0-beta.sprint27-test...v2.0.0
PxWeb 2.0 Release Candidate 1
Release Candidate for PxWeb 2
What's Changed
🏕 Features
- Add status banner and information about missing features by @oyessb in #842
- Fix/test output spam by @SjurSutterudSagen in #851
- Pxweb2 775 filter overlay 400 by @ssb-cgn in #852
- Fix for pivot bug by @MikaelNordberg in #830
- Update patch and minor versions by @SjurSutterudSagen in #865
- Fix hardcoded colors and remove some SCSS imports by @SjurSutterudSagen in #868
- Pxweb2 842 variable case insensitive by @ssb-cgn in #866
- Patch/update minor and patch by @SjurSutterudSagen in #871
- Change empty th element to td by @oyessb in #878
- Add resize button for larger screens by @oyessb in #870
- Breadcrumbs for navigation by @KentMossback in #829
- Pxweb2 671 show more component by @ssb-cgn in #864
- Remove deprecated vite config code by @SjurSutterudSagen in #879
- Fix the types in exportUtil's test by @SjurSutterudSagen in #883
- Remove unused forwardRef from Breadcrumbs by @SjurSutterudSagen in #885
- Changed
variable.cssso that it references other css variables by @likp in #880 - Pxweb2 810 update icons by @ssb-cgn in #882
- Pxweb2 845 implement details section by @ssb-cgn in #869
- Npm upgrades week 39 by @Glenruben in #888
- Pxweb2 834 UUID fallback by @PerIngeVaaje in #887
- Fix various warnings and TypeScript errors by @SjurSutterudSagen in #886
- Change visibility of checkbox in search results by @oyessb in #881
- Feature/px web2 add 404 and 429 5xx error messages by @SjurSutterudSagen in #877
- Pxweb2 829 add breadcrumbs startpage by @ssb-cgn in #893
- Fixed problem with skip to main content by @PerIngeVaaje in #894
- Switch from href to navigate on tableCard. by @Glenruben in #898
- Footer component that you can configure by @MikaelNordberg in #867
- Pxweb2 750 Screen Reader Adaption by @Glenruben in #872
- Fix/linter and testing cleanup by @SjurSutterudSagen in #901
- Update node version in CI tests, and ES version in base tsconfig by @SjurSutterudSagen in #904
- Code adjustments before release by @MikaelNordberg in #892
- Fixes for when PxWeb in IIS subdirectory by @MikaelNordberg in #902
- New PxWeb icon and favicon by @MikaelNordberg in #900
- Refactor color naming conventions in theme files by @likp in #891
- Pxweb2 828 adjust footer startpage by @ssb-cgn in #909
- Pxweb2 782 discontinued tables by @ssb-cgn in #897
- Patch/update dependencies before release code freeze by @SjurSutterudSagen in #914
- Fix/lint warnings by @SjurSutterudSagen in #915
- Added security headers in web.config by @MikaelNordberg in #912
- Text always inside Alert by @MikaelNordberg in #910
- Feaeture/px web2 865 make correct error show for different errors by @SjurSutterudSagen in #908
- Feature/simplify showing correct error messages by @SjurSutterudSagen in #916
- Add basepath to breadcrumb by @PerIngeVaaje in #917
👒 Dependencies
- Bump actions/setup-node from 4 to 5 by @dependabot[bot] in #854
- Bump SonarSource/sonarqube-scan-action from 5 to 6 by @dependabot[bot] in #889
- Bump node from 22.19.0-slim to 22.20.0-slim by @dependabot[bot] in #907
- Bump react-i18next from 15.7.3 to 16.0.0 by @dependabot[bot] in #906
Full Changelog: v2.0.0-beta.sprint27-test...v2.0.0-rc.1
PxWeb 2.0 Beta Sprint 27 TEST
What's Changed
🏕 Features
- Pxweb2-725 sort timeunit and subjects by @ssb-cgn in #834
- Fix: changing start page language did not reload table data by @Glenruben in #845
- Add label for start page search, phrases for same by @Glenruben in #846
- Pxweb2 bug fading by @ssb-cgn in #844
- Added bookmarklet to security header by @ssb-cgn in #843
- Feature/PxWeb2-135 header with language switcher select by @SjurSutterudSagen in #831
- ci: Create proper semver tags for Docker images by @runejo in #847
- Pxweb2 781 icon subjectcode by @ssb-cgn in #849
- Fix/update minor and patch versions by @SjurSutterudSagen in #850
- Add aria-labelledby for search fields in variable box by @oyessb in #828
- Accept md links and translate them to html by @PerIngeVaaje in #827
- Pxweb2 824 sort tables by @ssb-cgn in #848
- Create zip artifact when we do a release by @Glenruben in #861
- Set permission to write, so zip file can be created by @Glenruben in #862
- Creates a package with only the contents of the dist folder by @Glenruben in #863
- Feature/add base application url to config and routing by @SjurSutterudSagen in #853
👒 Dependencies
- Bump aquasecurity/trivy-action from 0.33.0 to 0.33.1 by @dependabot[bot] in #855
Full Changelog: v2.0.0-beta.sprint26...v2.0.0-beta.sprint27-test
PxWeb 2.0 Beta Sprint 26
Summer sprint and after summer sprint release.
Many changes, including:
- Saved Query and updated API client
- Continued work on the StartPage
What's Changed
🏕 Features
- Pxweb2 703 search filter by @Glenruben in #785
- Update the translationkeys for saveToFile formats by @SjurSutterudSagen in #803
- Pxweb2 796 update filter when delete filter by @ssb-cgn in #797
- Update info text for savedquery by @oyessb in #808
- Add metadata tags in head for SEO by @oyessb in #801
- Fix versionnumber for chromatic package by @SjurSutterudSagen in #813
- Feature/pxweb2 724 closed variablebox on mobile by @MikaelNordberg in #816
- Change the PivotButton to have proper design by @SjurSutterudSagen in #802
- Pxweb2 feedback filterupdate by @ssb-cgn in #799
- Security headers by @MikaelNordberg in #810
- Add SSB QA domain to CSP rule by @Glenruben in #819
- Upgrade all available packages with NCU by @Glenruben in #820
- Fix/mixed checkbox still shows mixed state with keyboard by @SjurSutterudSagen in #821
- Diacritical search by @PerIngeVaaje in #818
- Do not translate first letter to uppercase for label in variabel box and table header/stub by @PerIngeVaaje in #811
- Changed the Permission-policy by @MikaelNordberg in #823
- Pxweb2 798 filter variable search by @Glenruben in #809
- Feature/pxweb2 Hide drawer as button by @MikaelNordberg in #817
- Feature/pxweb2 Better contrast in search component by @MikaelNordberg in #822
- Update old dependencies in package-lock by @SjurSutterudSagen in #832
- Get saved query by @PerIngeVaaje in #784
- Handle language switch by @Glenruben in #826
- docs: delete documentation and related assets from the repository by @runejo in #833
- Pxweb2 698 filter url by @ssb-cgn in #814
- Remove old example stories from Storybook by @SjurSutterudSagen in #841
👒 Dependencies
- Bump nginxinc/nginx-unprivileged from 1.29.0-alpine-slim to 1.29.1-alpine-slim by @dependabot[bot] in #825
- Bump actions/upload-pages-artifact from 3 to 4 by @dependabot[bot] in #824
- Bump node from 22.18.0-slim to 22.19.0-slim by @dependabot[bot] in #837
- Bump aquasecurity/trivy-action from 0.32.0 to 0.33.0 by @dependabot[bot] in #838
- Bump the minor and patch versions of the project by @SjurSutterudSagen in #840
Full Changelog: v2.0.0-beta.sprint25...v2.0.0-beta.sprint26
PxWeb 2.0 Beta Sprint 25
What's Changed
🏕 Features
- Fix import for List component in index.ts by @SjurSutterudSagen in #763
- Pxweb2 599 select with search by @ssb-cgn in #755
- Update try.md by @AsaArrhen in #765
- Subject filter improvements by @ssb-cgn in #752
- Add save query UI to drawer save by @oyessb in #758
- Prevent empty space in variable boxes when scrolling down by @oyessb in #783
- Pxweb2 701 year filter by @ssb-cgn in #766
- docs: update docker chapter since we now have a frontpage by @runejo in #730
- Pxweb2 705 order chips by @ssb-cgn in #786
- Pxweb2 746 seo tablelist by @ssb-cgn in #794
- Fix eslint warnings about PascalCase for Stories by @SjurSutterudSagen in #775
- Fix/cleanup test command output by @SjurSutterudSagen in #774
- Only escape special character on searchterm using regex by @PerIngeVaaje in #764
- Change when NavDrawer is open by default by @SjurSutterudSagen in #767
- Add support for translations in Storybook/UI-lib by @SjurSutterudSagen in #768
- Remove intermediate status from mixed checkbox by @SjurSutterudSagen in #769
- Add first value when changing codelist for mandvar by @SjurSutterudSagen in #773
- Wrap the SaveToFile ActionItems in a list by @SjurSutterudSagen in #757
- Fix/update project dependencies minor patch by @SjurSutterudSagen in #798
- Update react router patch version by @SjurSutterudSagen in #800
👒 Dependencies
- Bump nginxinc/nginx-unprivileged from 1.27.5-alpine-slim to 1.29.0-alpine-slim by @dependabot[bot] in #760
- Bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 by @dependabot[bot] in #771
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #789
- Bump node from 22.16.0-slim to 22.18.0-slim by @dependabot[bot] in #790
- Bump tj-actions/branch-names from 8 to 9 by @dependabot[bot] in #787
Full Changelog: v2.0.0-beta.sprint24...v2.0.0-beta.sprint25
PxWeb 2.0 Beta Sprint 24
What's Changed
🏕 Features
- chore: update dependencies across packages by @Glenruben in #738
- Moved aria-live to heading by @oyessb in #741
- Use custom request.ts file that works for binary formats by @MikaelNordberg in #739
- Upgrade Storybook to major version 9 by @Glenruben in #742
- Add additional information to alerts for screenreaders by @oyessb in #743
- Changed keyboard navigation in variblebox from using arrow keys to tab by @oyessb in #716
- New component ActionItem added by @KentMossback in #731
- ci: skip Cloudflare deploy and Mabl tests for Dependabot PRs by @runejo in #744
- ci: fix security warning 'Workflow does not contain permissions' by @runejo in #745
- Pxweb2 639 pagination by @ssb-cgn in #729
- Possible to download table as file by @MikaelNordberg in #727
- Add styling and storybook story for visible legend by @oyessb in #726
- Prevent scroll on focus when interacted with pointer by @oyessb in #754
- Fix the installation of the i18next packages by @SjurSutterudSagen in #756
- Create saved query in database by @MikaelNordberg in #753
- Add pivot clockwise to navigation drawer edit pane by @SjurSutterudSagen in #714
👒 Dependencies
- Bump node from 22.14.0-slim to 22.16.0-slim by @dependabot in #692
- Bump aquasecurity/trivy-action from 0.30.0 to 0.31.0 by @dependabot in #718
Full Changelog: v2.0.0-beta.sprint23...v2.0.0-beta.sprint24