Skip to content

Commit 9c5dfc2

Browse files
chore: bump version and create changelog for v2.36.0 (#3500)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e12b36f commit 9c5dfc2

File tree

5 files changed

+46
-5
lines changed

5 files changed

+46
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.35.1"
2+
".": "2.36.0"
33
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
## [2.36.0](https://github.com/statisticsnorway/mimir/compare/v2.35.1...v2.36.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* Add Show As Table feature to Highmaps [MIM-1831] ([#3453](https://github.com/statisticsnorway/mimir/issues/3453)) ([2502078](https://github.com/statisticsnorway/mimir/commit/25020788f1fb915a317b31ad5b1b93b1c73b7ef3))
9+
* Enable MathJax accessibility plugin [MIM-2187] ([#3461](https://github.com/statisticsnorway/mimir/issues/3461)) ([c56ab61](https://github.com/statisticsnorway/mimir/commit/c56ab61690cabb31c8dbb5a4c694626ddf664143))
10+
11+
12+
### Bug Fixes
13+
14+
* add column header fields for highmap table ([#3473](https://github.com/statisticsnorway/mimir/issues/3473)) ([aece443](https://github.com/statisticsnorway/mimir/commit/aece443abeede0640a632147836ee9e9ca27a9c8))
15+
* add municipality to html title for kommunefakta [MIM-2325] ([#3462](https://github.com/statisticsnorway/mimir/issues/3462)) ([5692e6e](https://github.com/statisticsnorway/mimir/commit/5692e6e5a587cfd822a7daeb8fd2c65dd3bf36a4))
16+
* Adjust tabindex to scrollable region (table) for Highmap [MIM-1831] ([#3463](https://github.com/statisticsnorway/mimir/issues/3463)) ([b9793c9](https://github.com/statisticsnorway/mimir/commit/b9793c9feaf1ceb6b532a0d59f74d73ac2b48bf9))
17+
* capitalize first letter in municipality title ([ffd6ae4](https://github.com/statisticsnorway/mimir/commit/ffd6ae4147b2290b3c4ee588d0efa0f270a43f52))
18+
* capitalize first letter in municipality title [MIM-2325] ([#3477](https://github.com/statisticsnorway/mimir/issues/3477)) ([ffd6ae4](https://github.com/statisticsnorway/mimir/commit/ffd6ae4147b2290b3c4ee588d0efa0f270a43f52))
19+
* Disable context menu for MathJax [MIM-2187] ([#3472](https://github.com/statisticsnorway/mimir/issues/3472)) ([d3e1772](https://github.com/statisticsnorway/mimir/commit/d3e1772a282095bc1abe68b6b8a7cb122319701c))
20+
* Fix fetch tbml data try catch for internal and new public tables [MIM-2431] ([#3469](https://github.com/statisticsnorway/mimir/issues/3469)) ([eb391cc](https://github.com/statisticsnorway/mimir/commit/eb391cc80b365294944f257a542e55e7eb98e51d))
21+
* Highmap shows correct decimal point and some code cleanup [MIM-1831] ([#3476](https://github.com/statisticsnorway/mimir/issues/3476)) ([956e2be](https://github.com/statisticsnorway/mimir/commit/956e2beb5c5261b99e903fe7e3c8178c78d86aff))
22+
* higmap small adjustment after testing [MIM-1831] ([#3479](https://github.com/statisticsnorway/mimir/issues/3479)) ([eb81dc2](https://github.com/statisticsnorway/mimir/commit/eb81dc29ee2e3a7e70c69355901198c40e57a3e3))
23+
* remove commit message from slack on mabl fail ([#3466](https://github.com/statisticsnorway/mimir/issues/3466)) ([9626174](https://github.com/statisticsnorway/mimir/commit/9626174198104d617863f53e61699488951efda3))
24+
* remove old pageContributions for tableExport ([#3499](https://github.com/statisticsnorway/mimir/issues/3499)) ([e12b36f](https://github.com/statisticsnorway/mimir/commit/e12b36fceb34367247ef60dcf8a50725f7419f7d))
25+
* Show 0 value correct in highmap tooltip ([#3486](https://github.com/statisticsnorway/mimir/issues/3486)) ([b1db3c5](https://github.com/statisticsnorway/mimir/commit/b1db3c5b540399ffed645ba0abdd466a62b056d8))
26+
* show highmap table when on same page as highchart ([e770468](https://github.com/statisticsnorway/mimir/commit/e770468f319c5a04b13b404441584b768126d833))
27+
* show highmap table when on same page as highchart [MIM-1831] ([#3497](https://github.com/statisticsnorway/mimir/issues/3497)) ([e770468](https://github.com/statisticsnorway/mimir/commit/e770468f319c5a04b13b404441584b768126d833))
28+
* Show Statbank Box component for StatisticsFigure part even if there are no tables [MIM-2334] ([#3483](https://github.com/statisticsnorway/mimir/issues/3483)) ([15c9a47](https://github.com/statisticsnorway/mimir/commit/15c9a472e8dcf502e718f34c836bcec79e1232e1))
29+
30+
31+
### Build System and dependencies
32+
33+
* Bump @eslint/js from 9.35.0 to 9.36.0 ([#3457](https://github.com/statisticsnorway/mimir/issues/3457)) ([c9fe3f1](https://github.com/statisticsnorway/mimir/commit/c9fe3f1df4c9594d76868c1696acae0442e6f491))
34+
* Bump com.enonic.xp.app from 3.6.1 to 3.6.2 ([#3481](https://github.com/statisticsnorway/mimir/issues/3481)) ([0aff7ce](https://github.com/statisticsnorway/mimir/commit/0aff7ce68f44ca255c8270931bd80fceb9498ad5))
35+
* Bump eslint from 9.35.0 to 9.36.0 ([#3458](https://github.com/statisticsnorway/mimir/issues/3458)) ([64a7555](https://github.com/statisticsnorway/mimir/commit/64a755545316cee832e14fea0d8a72198838e427))
36+
* Bump eslint-plugin-jsdoc from 54.6.0 to 60.1.0 ([#3460](https://github.com/statisticsnorway/mimir/issues/3460)) ([9c7d13c](https://github.com/statisticsnorway/mimir/commit/9c7d13c03956d1435e7fa678331475752703fc8f))
37+
* Bump node to v22 in build.gradle and testOnPr workflow [MIM-2419] ([#3464](https://github.com/statisticsnorway/mimir/issues/3464)) ([6a3968e](https://github.com/statisticsnorway/mimir/commit/6a3968e8ac42d6063168d2e9b9805b0ea5edda05))
38+
* Bump ramda ([9478863](https://github.com/statisticsnorway/mimir/commit/9478863dca931b3b616ac483794a507d2dbe6c8a))
39+
* Bump ramda from 0.31.3 to 0.32.0 in the dependencies-minor-updates group across 1 directory ([#3492](https://github.com/statisticsnorway/mimir/issues/3492)) ([9478863](https://github.com/statisticsnorway/mimir/commit/9478863dca931b3b616ac483794a507d2dbe6c8a))
40+
* Bump sass from 1.92.1 to 1.93.0 ([#3459](https://github.com/statisticsnorway/mimir/issues/3459)) ([6d0b2b9](https://github.com/statisticsnorway/mimir/commit/6d0b2b9ace18742b034aa6bb8cadc7b3109e38d9))
41+
* Bump the dependencies-patch-updates group with 2 updates ([#3494](https://github.com/statisticsnorway/mimir/issues/3494)) ([e916a4b](https://github.com/statisticsnorway/mimir/commit/e916a4b33aec39b2d3fe18f4a48fcdd971cf9380))
42+
* remove label on release-please ([#3490](https://github.com/statisticsnorway/mimir/issues/3490)) ([a139bbe](https://github.com/statisticsnorway/mimir/commit/a139bbedf36b6748f51894b67bd020ca7569ff21))
43+
344
## [2.35.1](https://github.com/statisticsnorway/mimir/compare/v2.35.0...v2.35.1) (2025-09-19)
445

546

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gradle Project settings
22
# x-release-please-start-version
33
projectName = mimir
4-
version = 2.35.1
4+
version = 2.36.0
55
# x-release-please-end
66

77
# XP App values

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mimir",
3-
"version": "2.35.1",
3+
"version": "2.36.0",
44
"description": "New cms for ssb.no",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)