Releases: PxTools/PxWeb2
PxWeb 2.0 Beta Sprint 19
Some of the changes are
- Details view show more metadata
- Keyboard navigation in mobil fixes
- Number of decimals
What's Changed
🏕 Features
- PXWEB2-452 Override apiUrl with query-string parameter by @likp in #565
- Map organization for contact by @oyessb in #566
- Feature/pxweb2-460: Add global color values and fix semantic colors in the default theme by @SjurSutterudSagen in #567
- Add missing (but empty) fields to table testdata by @SjurSutterudSagen in #569
- Remove old and unused NavigationRail file by @SjurSutterudSagen in #570
- Pxweb2 585 output decimals by @KentMossback in #571
- Update techdebt about React/TS versions by @SjurSutterudSagen in #582
- PXWEB2-127 fix wrong formatting of variable footnotes by @PerIngeVaaje in #580
- Update dependencies in package-lock by @SjurSutterudSagen in #583
- Refactor main table view into page, create initial placeholder for entry page by @Glenruben in #584
- Feature/px web2 540 fix keyboard navigation navbar navrail by @SjurSutterudSagen in #578
- PxWeb2-540: Fix firefox focusing a container div with kb-nav by @SjurSutterudSagen in #588
- Update
Create Pull Requests
chapter in MAINTAINERS.md by @runejo in #590 - Add details tab to table information sidesheet by @oyessb in #577
- Add aria-labels for time variable element. Make html ids unique in mobile table by @MikaelNordberg in #557
- Fix/pxweb2-540: Two small fixes for keyboard nav/focus marking by @SjurSutterudSagen in #593
- Fixed formatting issue for mobile table header when only 2 dimesion selected by @PerIngeVaaje in #594
- Add variables without selected values to selection payload for data requests by @oyessb in #592
👒 Dependencies
- Patch/update minor and patch dependencies by @SjurSutterudSagen in #568
- Updated packages by @MikaelNordberg in #579
- Bump aquasecurity/trivy-action from 0.29.0 to 0.30.0 by @dependabot in #586
- Bump motion from 12.4.13 to 12.5.0 by @dependabot in #585
- Updated packages by @PerIngeVaaje in #589
- Fix/install specific versions of react typescript by @SjurSutterudSagen in #591
New Contributors
- @Glenruben made their first contribution in #584
Full Changelog: v2.0.0-beta.sprint18...v2.0.0-beta.sprint19
PxWeb 2.0 Beta Sprint 18
Changed metadata response to json-stat2.
Mapping of contacts, notes and content information.
Various WCAG fixes
Generated new api client
What's Changed
🏕 Features
- Remove aria-label from header div without role by @oyessb in #530
- PXWEB2-413 Screen reader info for variable box by @oyessb in #523
- Update project dependencies - minor and patch by @SjurSutterudSagen in #538
- Feature/pxweb2 428 jsonstat2 mapping by @MikaelNordberg in #527
- Feature/pxweb2 428 jsonstat2 contacts by @MikaelNordberg in #545
- Add keyboard nav and focus to the Select in VarBox by @SjurSutterudSagen in #535
- Add missing node types to base package.json by @SjurSutterudSagen in #546
- Fix missing contacts in table testdata by @SjurSutterudSagen in #547
- Adds a section about the current tech debt by @SjurSutterudSagen in #549
- Feature/pxweb2 539 contact by @oyessb in #536
- Pxweb2 127 list by @PerIngeVaaje in #544
- Feature/pxweb2 428 jsonstat2 notes by @MikaelNordberg in #548
- Feature/pxweb2 428 generate api client by @MikaelNordberg in #554
- Fix wrong fill and clip rule syntax in new icons by @SjurSutterudSagen in #556
- Fix focus styling for the Select by @SjurSutterudSagen in #555
- Fix/px-web2-568: search focusmarking and keyboard nav by @SjurSutterudSagen in #553
👒 Dependencies
- Bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #512
- Bump motion from 12.2.0 to 12.4.2 by @dependabot in #532
- Bump vite from 6.0.11 to 6.1.0 by @dependabot in #534
- Bump node from 22.13.1-slim to 22.14.0-slim by @dependabot in #539
- Remove alpine version in nginx-unprivileged by @runejo in #550
- Updated outdated packages by @oyessb in #551
- Bump nginxinc/nginx-unprivileged from 1.27.3-alpine-slim to 1.27.4-alpine-slim by @dependabot in #552
Full Changelog: v2.0.0-beta.sprint17...v2.0.0-beta.sprint18
PxWeb 2.0 Beta Sprint 17
Added Sidesheet and various fixes
What's Changed
🏕 Features
- Validate HTML after render by @michaelpande in #482
- Keyboard navigation for navbar & navrail & drawer by @michaelpande in #461
- Fix the error in vite.config in pxweb2ui by @SjurSutterudSagen in #487
- fix/Add storybook-static to lint ignore by @SjurSutterudSagen in #486
- Update the generated api-client to the latest spec by @SjurSutterudSagen in #489
- Add mocking in test for useTranslate by @SjurSutterudSagen in #493
- Bump vite to fix vuln by @michaelpande in #495
- Remove the last types from NX in the projecct by @SjurSutterudSagen in #492
- Fix missing type-module in package.json files by @SjurSutterudSagen in #491
- Asa arrhen patch 1 by @AsaArrhen in #496
- Asa arrhen patch 2 by @AsaArrhen in #500
- Some minor clean up by @michaelpande in #501
- Fix vite/vitest configs and remove useTranslate mock by @SjurSutterudSagen in #502
- Finishing touches 2 by @michaelpande in #505
- Fix mocking of react-i18next's useTranslate by @SjurSutterudSagen in #503
- Update try.md by @AsaArrhen in #504
- Fix code for using the accessibility provider by @SjurSutterudSagen in #506
- Update old storybook addons versions to current by @SjurSutterudSagen in #507
- Last focus fix by @michaelpande in #509
- Add storybook addon for a11y checks in components by @SjurSutterudSagen in #508
- Updated dependecies by @MikaelNordberg in #510
- Updated to motion 12 by @MikaelNordberg in #511
- Fearure/pxweb2 409 landmarks by @KentMossback in #443
- Feature/pxweb2 340 icons by @KentMossback in #490
- Fix/cleanup tests output to increase readability by @SjurSutterudSagen in #519
- Feature/pxweb2 117 sidesheet by @MikaelNordberg in #483
- Fix PxWeb2 font-family and font-weights by @SjurSutterudSagen in #522
- Update project dependencies minor/patch versions by @SjurSutterudSagen in #524
- PXWEB2-537 Change value for checkbox with space by @oyessb in #525
- PXWEB2-538 Fix focus handling for table information opener links by @oyessb in #526
- Update ariaControls to include uniqueId by @oyessb in #528
- Separate features and depencencies in release notes by @runejo in #520
- Prevent autoscrolling when opening variableboxes by @SjurSutterudSagen in #529
- Feature/pxweb2 414 sr modal by @oyessb in #488
- Feature/pxweb2 327 navigation bar layout fix by @KentMossback in #521
👒 Dependencies
- Bump vite from 6.0.7 to 6.0.9 by @dependabot in #494
- Bump storybook from 8.4.7 to 8.5.2 by @dependabot in #484
- Bump node from 22.13.0-slim to 22.13.1-slim by @dependabot in #485
- Bump @typescript-eslint/eslint-plugin from 8.19.0 to 8.20.0 by @dependabot in #478
- Bump @storybook/addon-onboarding from 8.4.7 to 8.5.2 by @dependabot in #497
- Bump @storybook/react from 8.4.7 to 8.5.2 by @dependabot in #498
- Bump @storybook/react-vite from 8.4.7 to 8.5.2 by @dependabot in #499
- Bump vitest from 2.1.8 to 3.0.4 by @dependabot in #514
- Bump eslint from 9.19.0 to 9.20.0 by @dependabot in #531
- Bump sass from 1.83.4 to 1.84.0 by @dependabot in #533
Full Changelog: v2.0.0-beta.sprint16...v2.0.0-beta.sprint17
PxWeb 2.0 Beta Sprint 16
Mobile version for table
WCAG improvements
Various fixes
What's Changed
- Added Lodash types by @MikaelNordberg in #432
- Remove Nx Console from recommended repo extensions by @SjurSutterudSagen in #434
- Bump style-dictionary from 4.2.0 to 4.3.0 by @dependabot in #430
- Bump @typescript-eslint/parser from 7.17.0 to 7.18.0 by @dependabot in #428
- Bump motion from 11.13.1 to 11.15.0 by @dependabot in #435
- Bump react-i18next from 15.1.3 to 15.2.0 by @dependabot in #436
- Fix/pxweb2 437 dataprovider bug by @MikaelNordberg in #433
- Add Trivy image scanning and update Dockerfile by @runejo in #437
- Bump react-i18next from 15.2.0 to 15.4.0 by @dependabot in #449
- Bump react-router from 7.0.2 to 7.1.1 by @dependabot in #448
- Bump sass from 1.82.0 to 1.83.0 by @dependabot in #447
- Bump vite-plugin-dts from 4.3.0 to 4.4.0 by @dependabot in #445
- Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.18.2 by @dependabot in #450
- Remove most of the remaining nx residue from project by @michaelpande in #377
- Fix theme building by @michaelpande in #442
- Bump @typescript-eslint/parser from 8.18.2 to 8.19.0 by @dependabot in #454
- Bump @typescript-eslint/eslint-plugin from 8.18.2 to 8.19.0 by @dependabot in #455
- Fixed issues with variablebox by @michaelpande in #441
- Add SonarQube Cloud to .vscode by @runejo in #457
- Update to latest testing-library in pxweb2-ui by @SjurSutterudSagen in #451
- Bump eslint-plugin-react from 7.32.2 to 7.37.3 by @dependabot in #452
- Remove unused eslint plugin for cypress by @SjurSutterudSagen in #458
- Feature/pxweb2 362 heading hierarchy by @MikaelNordberg in #463
- Bump node from 20.18.1-slim to 22.13.0-slim by @dependabot in #466
- Update eslint by @michaelpande in #465
- Bump vite-plugin-dts from 4.4.0 to 4.5.0 by @dependabot in #468
- Bump jsdom from 25.0.1 to 26.0.0 by @dependabot in #467
- Bump motion from 11.15.0 to 11.17.0 by @dependabot in #469
- +-Feature/pxweb2 397 jsonstat2 mapping by @MikaelNordberg in #464
- Fix/pxweb2-198: Show groupings last in codelists by @SjurSutterudSagen in #460
- Fix checks for contexts being inside Providers by @SjurSutterudSagen in #474
- Fix unused variable in TableDataProvider by @SjurSutterudSagen in #475
- 412 status messages to screenreader by @oyessb in #459
- Update navigtionDrawer to start closed on mobile by @SjurSutterudSagen in #438
- Pivoted table on mobile by @MikaelNordberg in #345
Full Changelog: v2.0.0-beta.sprint15.1...v2.0.0-beta.sprint16
PxWeb 2.0 Beta Sprint 15.1
Extra release to get possibility to change variable codelist.
What's Changed
- Bump nginxinc/nginx-unprivileged from 1.27.2-alpine3.20 to 1.27.3-alpine3.20 by @dependabot in #389
- Bump sass from 1.81.0 to 1.82.0 by @dependabot in #391
- Introduce end-of-line normalization by @runejo in #425
- Feature/pxweb2 198 add ability to change codelist on variable by @SjurSutterudSagen in #336
- Limit to 5 PRs and ignore semver-patch for NPM by @runejo in #424
Full Changelog: v2.0.0-beta.sprint15...v2.0.0-beta.sprint15.1
PxWeb 2.0 Beta Sprint 15
Our sprintgoal was to make PxWeb2 work on mobile phones and be WCAG compliant. Replaced NX with npm workspaces.
What's Changed
- Create CODEOWNERS by @runejo in #372
- Update docker documentation by @runejo in #373
- Remove nx by @michaelpande in #374
- Fix building and testing on macs by @SjurSutterudSagen in #380
- Build multi-platform docker image on every PR by @runejo in #379
- Fix for missing color on VariableBox title by @SjurSutterudSagen in #383
- Add CNMM instructions for Docker by @runejo in #382
- Fix missing storybook by @michaelpande in #386
- Update Vite to 6 & fix dart-sass warnings by @michaelpande in #387
- Dependabot version updates - Support NPM Workspaces and Docker by @runejo in #384
- Use motion instead of framer-motion by @michaelpande in #388
- Fix chromatic path issue by @michaelpande in #403
- Changed focus order and styling for variable box by @oyessb in #343
- Use react-router instead of react-router-dom by @michaelpande in #405
- Autofix eslint issues that can be fixed & Prettify all the things always by @michaelpande in #406
- Feature/pwweb2 141 checkboxstate new new by @KentMossback in #385
- Removed Johannes from codeowners file by @likp in #409
- Feature/pxweb2 404 skip to main link by @oyessb in #404
Full Changelog: v2.0.0-beta.sprint14.1...v2.0.0-beta.sprint15
PxWeb 2.0 Beta Sprint 14.1
What's Changed
- Updated packages by @michaelpande in #352
- Update the API-client to the newest version by @SjurSutterudSagen in #356
- Add docker and customization documentation by @runejo in #353
- Use a more presise image tag by @runejo in #354
- Increase open-pull-requests-limit from default 5 to 20 by @runejo in #355
- Added action publishing docker images to github [PXWEB2-350] by @likp in #344
New Contributors
Full Changelog: v2.0.0-beta.sprint14...v2.0.0-beta.sprint14.1
PxWeb 2.0 Beta Sprint 14
Release build for sprint 14
What's Changed
- Asa arrhen patch 1 by @AsaArrhen in #332
- Pxweb2 384 fix unit tests for variable box by @michaelpande in #334
- Update the API-query for the metadata by @SjurSutterudSagen in #335
- Sticky items for search/select are added by topItemCount prop. When s… by @oyessb in #333
- PXWEB2 Fixed error by @PerIngeVaaje in #340
- PXWEB2-389 Dynamic heights for variable boxes by @oyessb in #338
- PXWEB2-391 Remove left border only in first repetition in header by @PerIngeVaaje in #341
- Feature/pxweb2 319 add metainfo to cells by @PerIngeVaaje in #337
Full Changelog: sprint-14-skopje...v2.0.0-beta.sprint14
PxWeb 2.0 Sprint 14 Skopje
Information
This release is a special demo edition for the user group meeting in Skopje
What's Changed
- PXWEB2-10-add-nx-project-skeleton by @SjurSutterudSagen in #2
- PXWEB2-10 Add the base of ui library to project by @SjurSutterudSagen in #3
- Fix: Rebuild the package-lock.json to fix npm install errors on windows by @SjurSutterudSagen in #4
- Pxweb2-27 install and setup storybook by @SjurSutterudSagen in #5
- pxweb2-9 new output directory for storybook build by @PerIngeVaaje in #7
- PXWEB2-9 publish Storybook on Chromatic by @PerIngeVaaje in #10
- Pxweb2 9 install chromatic by @SjurSutterudSagen in #12
- Changed color to test review function in chromatic. by @oyessb in #13
- Added LICENSE.md and SECURITY.md by @michaelpande in #14
- Initial style dictionary by @michaelpande in #16
- PXWEB2-75-fix-style-dictionary-build by @SjurSutterudSagen in #20
- Added a simple unfinished link element, with examples of color usage from style dictionary by @michaelpande in #17
- Pxweb2 40 setup theming by @SjurSutterudSagen in #18
- Added all semantically named colors by @michaelpande in #22
- PXWEB2-39 Run Chromatic action when push to main by @SjurSutterudSagen in #24
- Added contrib and mainternes file by @likp in #19
- Use variables from default_theme by @michaelpande in #23
- PXWEB2-59 Added spacing by @oyessb in #25
- Move storybook-a11y to dev dependencies by @SjurSutterudSagen in #26
- PXWEB2-61 Added PxWeb default font by @MikaelNordberg in #27
- PXWEB2-61 Added folders for typography by @oyessb in #28
- Use CSS variables instead by @michaelpande in #29
- Pxweb2 60 icons by @michaelpande in #37
- Feature/pxweb2 89 bodyshort by @MikaelNordberg in #36
- Feature/pxweb 88 body long by @PerIngeVaaje in #35
- PXWEB2-86 Heading component by @oyessb in #33
- Pxweb2 87 ingress by @KentMossback in #30
- Feature/pxweb2 90 label by @MikaelNordberg in #38
- Feature/pxweb2 92 typography refactoring by @PerIngeVaaje in #39
- Added netlify badge in footer template by @likp in #42
- PXWEB2-95 App facelift by @PerIngeVaaje in #43
- test the update process with the whole team by @SjurSutterudSagen in #47
- Create deploy.yml by @michaelpande in #53
- Update deploy.yml by @michaelpande in #55
- Update package.json by @michaelpande in #56
- Improve relative paths for github pages by @michaelpande in #57
- Add missing deps to package-lock.json by @SjurSutterudSagen in #58
- Add dependabot config - dependency version control by @SjurSutterudSagen in #48
- Remove an old, unused package-lock file by @SjurSutterudSagen in #54
- Bump actions/setup-node from 3 to 4 by @dependabot in #59
- Fix base url for relative react paths by @michaelpande in #60
- PXWEB2-111 Color handling icons by @michaelpande in #45
- Feature/pxweb2-41 install i18next by @SjurSutterudSagen in #61
- Add typesafety/intellisense to translation keys by @SjurSutterudSagen in #64
- Tag component with nx migrations by @MikaelNordberg in #51
- PXWEB2-34 Added option for icon left and icon right. Added stories. by @PerIngeVaaje in #41
- Feature/pxweb2 99 formatting numbers based on language by @SjurSutterudSagen in #65
- Reorganized translation file structure by @MikaelNordberg in #68
- Update MAINTAINERS.md by @SjurSutterudSagen in #69
- Patch/update project dependencies by @SjurSutterudSagen in #73
- Feature/pxweb2 63 add global breakpoint tokens by @SjurSutterudSagen in #74
- Feature/pxweb2 130 data access structure by @MikaelNordberg in #75
- Updated dependency in package-lock.json by @MikaelNordberg in #76
- Feature/pxweb2 130 shared data types by @MikaelNordberg in #77
- Update dependencies with nx migrate latest by @SjurSutterudSagen in #79
- Feature/pxweb2 94 pxweb2 api client by @MikaelNordberg in #83
- Feature/pxweb2 131 convert api response by @MikaelNordberg in #84
- Fix the variable name for pxTable state by @SjurSutterudSagen in #93
- Update dependencies by @SjurSutterudSagen in #94
- Delete obselete deploy.yml for Github Pages deployment by @SjurSutterudSagen in #95
- Patch/pxweb2 154 update chromatic to v11 by @SjurSutterudSagen in #96
- Checkbox by @michaelpande in #67
- Fix warnings cause by argument names in Icons list by @SjurSutterudSagen in #97
- Feature/pxweb2 149 common text styling by @PerIngeVaaje in #78
- Feature/pxweb2 46 link by @PerIngeVaaje in #66
- Feature/pxweb2 156 add text style to heading by @SjurSutterudSagen in #98
- PXWEB2-166 Add command for running tests in all projects by @SjurSutterudSagen in #104
- Create ci-tests.yml for running tests in pipeline by @SjurSutterudSagen in #105
- PXWEB2-166 Add test for the state of checkbox by @SjurSutterudSagen in #106
- Patch/update dependencies by @SjurSutterudSagen in #103
- Update dependencies by @SjurSutterudSagen in #107
- Feature/pxweb2 155 use common text styles for bodylong and link by @PerIngeVaaje in #108
- Added initial documentation structure by @likp in #40
- Bump actions/setup-node from 3 to 4 by @dependabot in #114
- Bump actions/checkout from 3 to 4 by @dependabot in #115
- Update dependencies by @SjurSutterudSagen in #116
- Feature/pxweb2 52 select component take3 by @MikaelNordberg in #109
- Pxweb2 100 config by @michaelpande in #117
- Refactor Select into 2 sub-components by @SjurSutterudSagen in #119
- Initial project docs by @likp in #120
- Feature/pxweb2 33 search new by @KentMossback in #85
- Pxweb2 164 presentation page by @michaelpande in #125
- Fixed first pages by @likp in #121
- Feature/pxweb2 115 modal by @MikaelNordberg in #127
- Update ci-tests.yml by @SjurSutterudSagen in #128
- Make tests work by @MikaelNordberg in #129
- Update CSS variable name to fix typo by @SjurSutterudSagen in #130
- Updated dependencies by @MikaelNordberg in #131
- Create process.md by @AsaArrhen in #126
- Feature/pxweb2 115 modal with styling take2 by @MikaelNordberg in #133
- Feature/pxweb2 55 add variable box component by @SjurSutterudSagen in #138
- Combine multiple elements, languages and sidebar by @michaelpande in #140
- PXWEB2-For-demo by @PerIngeVaaje in #141
- Kristin glomsas update project doc by @AsaArrhen in #144
- Since we want to keep the dependencies in the project up-to-date, we by @PerIngeVaaje in #145
- Asa Arrhen patch 2 by @AsaArrhen in #146
- Feature/pxweb2 206 update api client by @...
PxWeb v2.0 Alpha-test
These are the links for the test-release pages:
https://test.pxweb2.pages.dev/table/TAB4246
https://test.pxweb2.pages.dev/table/TAB5659
(The assets below are not relevant for this release.)
New Contributors
- @SjurSutterudSagen made their first contribution in #2
- @PerIngeVaaje made their first contribution in #7
- @oyessb made their first contribution in #13
- @michaelpande made their first contribution in #14
- @MikaelNordberg made their first contribution in #27
- @KentMossback made their first contribution in #30