CES Marvin
a72d965b56
Prepare for next development iteration
2026-03-11 15:02:18 +00:00
CES Marvin
1b9bb49b4c
Release version 3.11.6
2026-03-11 14:12:11 +00:00
CES Marvin
66ef8b05e1
Prepare for next development iteration
2026-02-25 13:15:50 +00:00
CES Marvin
0e780dd068
Release version 3.11.5
2026-02-25 12:28:10 +00:00
René Pfeuffer
67b98ba8fe
Prepare for next development iteration
2026-02-25 11:34:49 +01:00
CES Marvin
1b192ffa38
Release version 3.11.4
2026-02-11 13:20:14 +00:00
René Pfeuffer
fbd78ab7e1
Prepare for next development iteration
2026-02-10 17:29:33 +01:00
CES Marvin
452703eb3d
Release version 3.11.3
2026-02-10 15:36:30 +00:00
CES Marvin
2a4089de3d
Prepare for next development iteration
2026-01-12 10:44:14 +00:00
CES Marvin
5186c2c9f1
Release version 3.11.2
2026-01-12 09:54:50 +00:00
CES Marvin
fa37ba0efa
Prepare for next development iteration
2025-11-28 15:20:19 +00:00
CES Marvin
14e908b6be
Release version 3.11.1
2025-11-28 14:31:02 +00:00
Florian Scholdei
3d238db2e0
Remove duplicated @deprecated tag
...
The `@deprecated` tag was applied twice to old `useKeyboardIteratorTarget()` and new `useKeyboardIteratorTargetV2()`.
2025-10-21 13:05:11 +00:00
CES Marvin
75b5842b12
Prepare for next development iteration
2025-09-26 12:07:56 +00:00
CES Marvin
ca5aa4c24c
Release version 3.11.0
2025-09-26 11:58:20 +00:00
René Pfeuffer
453796f03b
Prepare for next development iteration
2025-09-17 08:44:34 +02:00
CES Marvin
6d8a96e890
Release version 3.10.3
2025-09-17 05:40:18 +00:00
CES Marvin
0a2b0667a9
Prepare for next development iteration
2025-09-02 17:05:25 +00:00
CES Marvin
7838cd48a1
Release version 3.10.2
2025-09-02 16:56:26 +00:00
CES Marvin
d5096cf025
Prepare for next development iteration
2025-08-28 17:27:56 +00:00
CES Marvin
490ec9c274
Release version 3.10.1
2025-08-28 16:44:37 +00:00
René Pfeuffer
77223676d6
Prepare for next development iteration
2025-08-20 07:42:13 +02:00
René Pfeuffer
064e292435
Release version 3.10.0
2025-08-20 07:39:10 +02:00
CES Marvin
a2a9cddb22
Prepare for next development iteration
2025-08-01 10:32:05 +00:00
CES Marvin
de201433e6
Release version 3.9.0
2025-08-01 09:41:18 +00:00
Till-André Diegeler
9c8c5ab9ce
Implement confirmation dialog before repository delete
...
Squash commits of branch feature/confirm_repo_delete:
- Implement confirmation dialog before repository delete
- Change repo alert
- The input does not support autocomplete
Therefore it should not be announced as an autocomplete input by assistive technologies.
- Change repo alert
- Remove unused import
- Update snapshots
2025-07-24 13:27:04 +02:00
Viktor Egorov
31232d802f
Add accessibility for ExpandableText.tsx
...
Squash commits of branch poc/toggle_description_for_extended_description:
- Add accessibility for ExpandableText.tsx
- Change paragraph to details in ExpandableText.tsx
- Change paragraph to details in ExpandableText.tsx
2025-07-09 17:40:19 +02:00
Viktor Egorov
5fedbbc4d2
Expandable text for inputs
2025-07-06 10:18:15 +02:00
Viktor Egorov
3b86d588c5
New status icon sizes
2025-05-08 15:09:40 +02:00
René Pfeuffer
406421c8e5
Merge branch 'support/3.8.x' into develop
2025-05-07 15:55:40 +02:00
Florian Scholdei
18102bc3db
Fix excessive left padding in input fields
2025-05-06 13:07:59 +02:00
René Pfeuffer
44567deff5
Merge branch 'support/3.8.x' into develop
2025-05-05 15:20:10 +02:00
Thomas Zerr
3c252d7172
Add export of StatusVariants
2025-05-05 12:29:35 +02:00
Thomas Zerr
8a85d29419
Add export of status package
2025-05-05 09:57:12 +02:00
Viktor Egorov
554d2c7af6
Icon and banner to show workflow
2025-05-05 08:51:50 +02:00
Rene Pfeuffer
63aa914e79
Use uniform document titles in configuration pages
...
Squash commits of branch feature/uniform_configuration_document_titles:
- Use uniform document titles in configuration pages
- Use different titles for global, repository and namespace config
- Make the code a lot prettier
- Remove detailed configuration title
2025-04-30 13:25:26 +02:00
CES Marvin
9423f54d6d
Prepare for next development iteration
2025-04-14 14:21:06 +00:00
CES Marvin
0f0a9b1a67
Release version 3.8.0
2025-04-14 13:35:58 +00:00
Thomas Zerr
48bbfc5960
Prepare for next development iteration
2025-04-14 14:26:10 +02:00
Thomas Zerr
070e5ee31f
Merge branch 'main' into develop
2025-04-14 14:09:11 +02:00
CES Marvin
660a3267c1
Release version 3.7.5
2025-04-14 10:41:03 +00:00
Thomas Zerr
395a2edeb3
Fix order of items in keyboard iterator
...
The previous keyboard iterator did not take into account, if multiple items deregistered at once.
Therefore, the keyboard iterator ran into an iterator invalidation bug, because the assigned index of an element can run out of bounds.
Elements with an out of bounds assigned index, would not be able to deregister and therefore stay in the list of registered items.
Therefore messing up the iteration logic.
2025-04-09 10:54:53 +02:00
Till-André Diegeler
1fea8429b1
Accessible File Search
...
- keyboard combination g+f in code view
- navigatable file search list with j+k
- remove helptext tooltip
2025-03-24 15:34:06 +01:00
René Pfeuffer
eb646f0a77
Merge branch 'hotfix/3.7.4' into develop
2025-03-12 16:00:24 +01:00
René Pfeuffer
9322dbb0ab
Prepare for next development iteration
2025-03-12 15:57:40 +01:00
CES Marvin
817e06cfc5
Release version 3.7.4
2025-03-12 14:13:24 +00:00
Florian Scholdei
60514dd8e6
Improve usability and accessibility of tertiary button
...
Squash commits of branch feature/tertiary_buttons:
- Improve usability and accessibility of tertiary button
- Remove special cases for outline variants
2025-03-11 11:37:44 +01:00
Viktor Egorov
99f6422577
Fix export FieldMessage
2025-02-25 17:30:44 +01:00
René Pfeuffer
0eab2e1ec4
Merge commit 'main' into develop
2025-02-25 13:19:59 +01:00
René Pfeuffer
a4e51ebfe6
Prepare for next development iteration
2025-02-25 13:16:32 +01:00