Releases: Altinn/app-frontend-react
Releases Β· Altinn/app-frontend-react
v3.66.0
What's Changed
New Features π
- Text cell with help text in grid by @lassopicasso in #1286
- DevTools: Logs by @bjosttveit in #1297
- Switch to Inter font by @bjosttveit in #1173
- Support
renderAsSummary
components in PDF by @bjosttveit in #1318 - Update instance selection table and add pagination by @Magnusrm in #1300
- DevTools: Language selector by @bjosttveit in #1321
- DevTools: Download/Upload xml form data by @bjosttveit in #1319
- feat(Alert): add Alert component which uses @digdir/design-system-react by @mikaelrss in #1289
- New expression:
displayValue
by @bjosttveit in #1341 - Feat/1285 accordion and accordion group by @mikaelrss in #1301
- Static query parameters for options by @bjosttveit in #1370
Bugfixes π
- Option select styling with and without description by @lassopicasso in #1304
- Quick Fix: styling in FileUploadTable by @lassopicasso in #1307
- fix(RadioButtons): add disabled property to FieldSet when readOnly is true by @mikaelrss in #1309
- Fix bug for auto save behavior on change page by @lasseklovstad in #1314
- Fixed log-related render loop in pdf view by @bjosttveit in #1328
- useLogs hook by @bjosttveit in #1334
- Fix bug where rowsPerPage gets set to 0 when defaultSelectedOption is 0 by @Magnusrm in #1340
- Fix hierarchy generator logs freezing app by @bjosttveit in #1351
- fix(Accordion): bug with titles in Accordions. They did not use useLa⦠by @mikaelrss in #1352
- fix(Alert): use body instead of description for alert textResourceBin⦠by @mikaelrss in #1355
- Prevent crash on save invalid decimal value by @bjosttveit in #1358
- Fix useDisplayData hook usage in
RepeatingGroupTableRow
by @bjosttveit in #1369 - Fix
Checkboxes
to uselang
instead oflangAsString
by @bjosttveit in #1368
Other Changes
- Modularize validations by @bjosttveit in #1281
- Testing schema formats by @bjosttveit in #1316
- Add JSON schema for applicationmetadata by @Magnusrm in #1322
- Replace table in likert component with table from designsystem by @Magnusrm in #1332
- DevTools: Improved the general tab layout by @bjosttveit in #1306
- Fix CSS injection order by @bjosttveit in #1330
- Refactor fileupload components by @lassopicasso in #1343
Dependency Upgrades π¦
- Update npm non-major dependencies by @renovate in #1293
- Update npm non-major dependencies by @renovate in #1311
- Update dependency @digdir/design-system-react to ^0.18.0 by @renovate in #1312
- Update npm non-major dependencies by @renovate in #1324
- Update dependency prettier to v3 by @renovate in #1327
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 by @renovate in #1339
- chore(deps): update npm non-major dependencies by @renovate in #1338
- Installing
ts-node
andtsconfig-paths
by @olemartinorg in #1345 - fix(deps): update npm non-major dependencies by @renovate in #1346
- chore(deps): update dependency eslint-plugin-unused-imports to v3 by @renovate in #1348
- chore(deps): update dependency @typescript-eslint/parser to v6 by @renovate in #1347
- chore(deps): update npm non-major dependencies by @renovate in #1356
- Updated design system and tokens, and grouped renovate PRs for design system by @bjosttveit in #1360
Full Changelog: v3.65.1...v3.66.0
v3.66.0-alpha3
What's Changed
New Features π
- New expression:
displayValue
by @bjosttveit in #1341 - Feat/1285 accordion and accordion group by @mikaelrss in #1301
- Static query parameters for options by @bjosttveit in #1370
Bugfixes π
- fix(Accordion): bug with titles in Accordions. They did not use useLa⦠by @mikaelrss in #1352
- fix(Alert): use body instead of description for alert textResourceBin⦠by @mikaelrss in #1355
- Prevent crash on save invalid decimal value by @bjosttveit in #1358
- Fix useDisplayData hook usage in
RepeatingGroupTableRow
by @bjosttveit in #1369 - Fix
Checkboxes
to uselang
instead oflangAsString
by @bjosttveit in #1368
Other Changes
- Refactor fileupload components by @lassopicasso in #1343
Dependency Upgrades π¦
- chore(deps): update npm non-major dependencies by @renovate in #1356
- Updated design system and tokens, and grouped renovate PRs for design system by @bjosttveit in #1360
Full Changelog: v3.66.0-alpha2...v3.66.0-alpha3
v3.66.0-alpha2
What's Changed
New Features π
- Update instance selection table and add pagination by @Magnusrm in #1300
- DevTools: Language selector by @bjosttveit in #1321
- DevTools: Download/Upload xml form data by @bjosttveit in #1319
- feat(Alert): add Alert component which uses @digdir/design-system-react by @mikaelrss in #1289
Bugfixes π
- Fixed log-related render loop in pdf view by @bjosttveit in #1328
- useLogs hook by @bjosttveit in #1334
- Fix bug where rowsPerPage gets set to 0 when defaultSelectedOption is 0 by @Magnusrm in #1340
- Fix hierarchy generator logs freezing app by @bjosttveit in #1351
Other Changes
- Add JSON schema for applicationmetadata by @Magnusrm in #1322
- Replace table in likert component with table from designsystem by @Magnusrm in #1332
- DevTools: Improved the general tab layout by @bjosttveit in #1306
- Fix CSS injection order by @bjosttveit in #1330
Dependency Upgrades π¦
- Update npm non-major dependencies by @renovate in #1324
- Update dependency prettier to v3 by @renovate in #1327
- chore(deps): update dependency @typescript-eslint/eslint-plugin to v6 by @renovate in #1339
- chore(deps): update npm non-major dependencies by @renovate in #1338
- Installing
ts-node
andtsconfig-paths
by @olemartinorg in #1345 - fix(deps): update npm non-major dependencies by @renovate in #1346
- chore(deps): update dependency eslint-plugin-unused-imports to v3 by @renovate in #1348
- chore(deps): update dependency @typescript-eslint/parser to v6 by @renovate in #1347
Full Changelog: v3.66.0-alpha1...v3.66.0-alpha2
v3.66.0-alpha1
What's Changed
New Features π
- Text cell with help text in grid by @lassopicasso in #1286
- DevTools: Logs by @bjosttveit in #1297
- Switch to Inter font by @bjosttveit in #1173
- Support
renderAsSummary
components in PDF by @bjosttveit in #1318
Bugfixes π
- Option select styling with and without description by @lassopicasso in #1304
- Quick Fix: styling in FileUploadTable by @lassopicasso in #1307
- fix(RadioButtons): add disabled property to FieldSet when readOnly is true by @mikaelrss in #1309
- Fix bug for auto save behavior on change page by @lasseklovstad in #1314
Other Changes
- Modularize validations by @bjosttveit in #1281
- Testing schema formats by @bjosttveit in #1316
Dependency Upgrades π¦
- Update npm non-major dependencies by @renovate in #1293
- Update npm non-major dependencies by @renovate in #1311
- Update dependency @digdir/design-system-react to ^0.18.0 by @renovate in #1312
Full Changelog: v3.65.1...v3.66.0-alpha1
v3.65.1-interpreview2
Inter font
v3.65.1-interpreview
Inter font preview
v3.65.1
What's Changed
Bugfixes π
- Urgent: Fixing state overwrite in Dropdown by @olemartinorg in #1296
Full Changelog: v3.65.0...v3.65.1
v3.65.0
What's Changed
New Features π
- New trigger:
validateCurrentAndPreviousPages
by @bjosttveit in #1229 - Extended attachment validation by @bjosttveit in #1243
- Feature 1161; Add save on Change page Settings by @lasseklovstad in #1162
- Support layout sets for signing task type by @bjosttveit in #1260
- Language cleanup (all keys can now be overridden with text resources) by @olemartinorg in #1255
- Min count validation for repeating groups by @Magnusrm in #1252
- Add alertOnDelete on fileUpload + refactoring by @lassopicasso in #1253
- DevTools: Minor fixes, features: 'vis alle steg i evalueringen', expression history by @olemartinorg in #1277
- Add new RadioButton and RadioGroup components. by @mikaelrss in #1258
- Title and Aria-Label on Summary Page v2 by @lassopicasso in #1278
- Allowing Custom components to be rendered in table, ButtonGroup by @olemartinorg in #1271
- DevTools: Control panel for setting feature toggles by @olemartinorg in #1287
- JsonSchema for text resources by @olemartinorg in #1292
Bugfixes π
- Respect
doNotPromptForParty
profile preference by @bjosttveit in #1204 - Quick fix - fix styling of error message by @lassopicasso in #1240
- change size - ErrorMessage typography by @lassopicasso in #1241
- Wait for save before validating autoSaveBehavior="OnChangePage" by @lasseklovstad in #1262
- Grid: Empty text cells should be treated the same as
{}
andnull
by @olemartinorg in #1269 - Prevent opening group for editing when clicking validation messages in some cases by @olemartinorg in #1282
- Fixing text resource bindings set to empty strings in repeating groups by @olemartinorg in #1290
- Making list of hidden components reactive, static options for Dropdown by @olemartinorg in #1279
Other Changes
- Removing autosave functionality (not in use) by @olemartinorg in #1227
Dependency Upgrades π¦
- Update @digdir/design-system-react to 0.14.0 by @bjosttveit in #1235
- Update npm non-major dependencies by @renovate in #1236
- Update dependency typescript to v5 by @renovate in #1035
- Update dependency html-react-parser to v4 by @renovate in #1237
- Update npm non-major dependencies by @renovate in #1248
- Update dependency @navikt/aksel-icons to v4 by @renovate in #1250
- Update dependency @digdir/design-system-react to v0.16.0 by @renovate in #1249
- Update npm non-major dependencies by @renovate in #1273
- Update dependency cypress-wait-until to v2 by @renovate in #1275
- Update dependency @altinn/altinn-design-system to v0.29.0 by @renovate in #1274
New Contributors
- @mikaelrss made their first contribution in #1258
Full Changelog: v3.64.0...v3.65.0
v3.64.0
What's Changed
New Features π
- Feature: Link component by @bjosttveit in #1189
- Added grouping indicator to non-repeating group by @bjosttveit in #1200
- New functions to expressions by @framitdavid in #1209
- IFrame: Allow popups properties by @bjosttveit in #1221
- Able to download the attachment from form in form filling state + new styling by @lassopicasso in #1199
- Feat/565 countdown remaining letters by @framitdavid in #1193
Bugfixes π
- Validations: Hiding validations for hidden components (JsonSchema edition) by @olemartinorg in #1190
- Grid rows in repeating group: Implementing missing mobile mode by @olemartinorg in #1186
- Quickfix: Panel in PDF by @bjosttveit in #1201
- DevTools: Fixing data model schema lookups by @olemartinorg in #1203
- Bug: Fix label for Likert table by @lasseklovstad in #1206
- WCAG: Party selection buttons by @bjosttveit in #1215
- Refac: use dataSources instead of AltinnWindow by @framitdavid in #1214
- Add error page and handling for forbidden actions by @Magnusrm in #1207
- Expressions: Refinements to new functions by @olemartinorg in #1217
- Quickfix: Generic component hidden in PDF in some cases by @bjosttveit in #1225
- Default height on <TextArea/> by @framitdavid in #1231
- Fix focus on component in rep-group by @bjosttveit in #1232
Other Changes
- Refactoring
updateRepeatingGroups
by @olemartinorg in #1198 - Refactoring layout/node type mapping by @olemartinorg in #1202
Dependency Upgrades π¦
- Update npm non-major dependencies by @renovate in #1194
- Update dependency fork-ts-checker-notifier-webpack-plugin to v7 by @renovate in #1197
- Update dependency @types/marked to v5 by @renovate in #1196
- Update npm non-major dependencies by @renovate in #1223
- Update dependency @altinn/altinn-design-system to v0.27.8 by @renovate in #1222
- Dep: update @digdir/design-system-react to 0.13.0 by @bjosttveit in #1224
Full Changelog: v3.63.0...v3.64.0
v3.64.0-alpha1
What's Changed
New Features π
- Feature: Link component by @bjosttveit in #1189
- Added grouping indicator to non-repeating group by @bjosttveit in #1200
- New functions to expressions by @framitdavid in #1209
- IFrame: Allow popups properties by @bjosttveit in #1221
- Able to download the attachment from form in form filling state + new styling by @lassopicasso in #1199
Bugfixes π
- Validations: Hiding validations for hidden components (JsonSchema edition) by @olemartinorg in #1190
- Grid rows in repeating group: Implementing missing mobile mode by @olemartinorg in #1186
- Quickfix: Panel in PDF by @bjosttveit in #1201
- DevTools: Fixing data model schema lookups by @olemartinorg in #1203
- Bug: Fix label for Likert table by @lasseklovstad in #1206
- WCAG: Party selection buttons by @bjosttveit in #1215
- Refac: use dataSources instead of AltinnWindow by @framitdavid in #1214
- Add error page and handling for forbidden actions by @Magnusrm in #1207
- Expressions: Refinements to new functions by @olemartinorg in #1217
Other Changes
- Refactoring
updateRepeatingGroups
by @olemartinorg in #1198 - Refactoring layout/node type mapping by @olemartinorg in #1202
Dependency Upgrades π¦
- Update npm non-major dependencies by @renovate in #1194
- Update dependency fork-ts-checker-notifier-webpack-plugin to v7 by @renovate in #1197
- Update dependency @types/marked to v5 by @renovate in #1196
- Update npm non-major dependencies by @renovate in #1223
- Update dependency @altinn/altinn-design-system to v0.27.8 by @renovate in #1222
Full Changelog: v3.63.0...v3.64.0-alpha1