Skip to content

Releases: PxTools/PxWeb2

PxWeb v2.8.0

15 Jun 08:03
a279416

Choose a tag to compare

What's Changed

Big refactoring of the Table component and layout structure of the table presentation page.

Some of the things that has been refactored:

Layout structure of the table presentation page

Only one scrollbar for the presentation area
Popup windows works as expected
Global alert has been moved

Table component

The table is virtualized meaning that only the rows and columns that are scrolled into view are rendered. This gives much better performance when it comes to rendering and also memory usage for the table. This is especially true for large tables.
The Table component has been divided into a number of sub components. Among them a mobile component and a desktop component.

🏕 Features

Full Changelog: v2.7.0...v2.8.0

PxWeb v2.7.0

11 Jun 08:46
0a93739

Choose a tag to compare

What's Changed

Added a Badge that shows active filters in the StartPage filtering, with new translation keys.

🏕 Features

👒 Dependencies

  • build(deps): bump chromaui/action from 16.10.1 to 17.0.0 by @dependabot[bot] in #1296
  • build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0 by @dependabot[bot] in #1297
  • build(deps): bump docker/setup-buildx-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #1295
  • build(deps): bump docker/metadata-action from 6.0.0 to 6.1.0 by @dependabot[bot] in #1294
  • build(deps): bump github/codeql-action from 4.35.5 to 4.36.0 by @dependabot[bot] in #1293
  • build(deps): bump i18next-http-backend from 3.0.6 to 4.0.0 by @dependabot[bot] in #1298
  • build(deps): bump chromaui/action from 17.0.0 to 17.1.0 by @dependabot[bot] in #1310
  • build(deps): bump SonarSource/sonarqube-scan-action from 8.0.0 to 8.1.0 by @dependabot[bot] in #1311
  • build(deps): bump docker/setup-qemu-action from 4.0.0 to 4.1.0 by @dependabot[bot] in #1313
  • build(deps): bump docker/login-action from 4.1.0 to 4.2.0 by @dependabot[bot] in #1314
  • build(deps): update Node.js version from 24.14.1-slim to 24.16.0-slim… by @SjurSutterudSagen in #1315
  • chore: Update project minor and patch versions by @SjurSutterudSagen in #1321
  • chore: Update concurrently from v9 to v10 by @SjurSutterudSagen in #1309

Full Changelog: v2.6.7...v2.7.0

PxWeb v2.6.7

02 Jun 08:43
ef05005

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • build(deps): bump github/codeql-action from 4.35.2 to 4.35.4 by @dependabot[bot] in #1274
  • build(deps): bump brace-expansion from 5.0.5 to 5.0.6 by @dependabot[bot] in #1273
  • build(deps): bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0 by @dependabot[bot] in #1265
  • build(deps-dev): bump qs from 6.15.1 to 6.15.2 by @dependabot[bot] in #1279
  • build(deps): bump docker/build-push-action from 7 to 7.1.0 by @dependabot[bot] in #1280
  • build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 by @dependabot[bot] in #1282
  • build(deps): bump docker/login-action from 4 to 4.1.0 by @dependabot[bot] in #1284
  • build(deps): bump nginxinc/nginx-unprivileged from 1.29.8-alpine-slim to 1.31.1-alpine-slim by @dependabot[bot] in #1281
  • chore: Patch/minor before new layout by @PerIngeVaaje in #1291

Full Changelog: v2.6.6...v2.6.7

PxWeb v2.6.6

19 May 09:24
67bdac2

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • build(deps): bump github/codeql-action from 4.35.1 to 4.35.2 by @dependabot[bot] in #1242
  • build(deps): bump cloudflare/wrangler-action from 3.14.1 to 3.15.0 by @dependabot[bot] in #1243
  • Update project dependencies by @SjurSutterudSagen in #1254
  • build(deps-dev): bump jsdom from 28.1.0 to 29.0.2 by @dependabot[bot] in #1245
  • build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in #1255
  • build(deps): bump SonarSource/sonarqube-scan-action from 7 to 7.1.0 by @dependabot[bot] in #1256
  • build(deps): bump aquasecurity/trivy-action from 0.35.0 to 0.36.0 by @dependabot[bot] in #1257

Full Changelog: v2.6.5...v2.6.6

PxWeb v2.6.5

24 Apr 09:13
4be8d52

Choose a tag to compare

What's Changed

This release contains mostly fixes, performance enhancements and version updates.

🏕 Features

👒 Dependencies

Full Changelog: v2.6.4...v2.6.5

PxWeb v2.6.4

12 Mar 10:03
9badebe

Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

  • build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 in /.github/workflows by @dependabot[bot] in #1145
  • build(deps): bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by @dependabot[bot] in #1161

Full Changelog: v2.6.3...v2.6.4

PxWeb v2.6.3

11 Feb 14:05
85c5373

Choose a tag to compare

This contains a performance fix for the startpage/landingpage.

What's Changed

🏕 Features

Full Changelog: v2.6.2...v2.6.3

PxWeb v2.6.2

06 Feb 10:33
9a2ba75

Choose a tag to compare

This release includes security fixes.

What's Changed

🏕 Features

Full Changelog: v2.6.1...v2.6.2

PxWeb v2.6.1

02 Feb 14:09
bba1995

Choose a tag to compare

Primarily for fixing SavedQuery API calls.

The definitions tab changes is missing the API call, so for now that tab will not be shown.

What's Changed

🏕 Features

Full Changelog: v2.6.0...v2.6.1

PxWeb v2.6.0

28 Jan 13:13
d74c52c

Choose a tag to compare

Expanded translation files to cover new "show Api" functionality.

What's Changed

🏕 Features

New Contributors

Full Changelog: v2.5.0...v2.6.0