Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5a0e78c
Fix did page bug
varsha766 May 20, 2026
e1bf1e2
Merge branch 'master' into develop
varsha766 May 20, 2026
7f011ca
Fix UI bug (#175)
varsha766 May 20, 2026
95a3701
fixed error
varsha766 May 25, 2026
8a32884
updated package.json
varsha766 May 25, 2026
7e92154
Sync develop
varsha766 May 29, 2026
5b21994
Merge branch 'master' into develop
varsha766 May 29, 2026
3f00c5f
fixed typo bug
varsha766 May 29, 2026
2a7ba86
updated version
varsha766 May 29, 2026
80679fd
sync with develop
varsha766 May 29, 2026
b9b28db
fixed a bug
varsha766 May 29, 2026
88ede64
Added option to configure role for dashboard (#184)
varsha766 Jun 2, 2026
a001b65
Revert dashboard access (#186)
varsha766 Jun 3, 2026
eb4dc59
Bug/fix (#187)
varsha766 Jun 8, 2026
2cedf51
updated version
varsha766 Jun 2, 2026
86bcbb6
updated chnage log and package
varsha766 Jun 8, 2026
d95742f
fixed chnage.md
varsha766 Jun 8, 2026
d4e75ed
Merge branch 'master' into develop
Pratap2018 Jun 9, 2026
7cd3897
feat: UBO kyc sparation (#189)
Pratap2018 Jun 10, 2026
6e06d61
Minor UI changes (#192)
Vishwas1 Jun 11, 2026
b18d41e
UI/improvement (#193)
varsha766 Jun 18, 2026
0aacf75
Updated id widget (#194)
varsha766 Jun 29, 2026
05e80d4
Merge branch 'master' into develop
varsha766 Jun 29, 2026
2d00ec2
Zkp/widget config (#195)
Pratap2018 Jul 2, 2026
4800b3d
Zkp/widget config (#200)
varsha766 Jul 3, 2026
3cb1d28
Merge branch 'master' into develop
varsha766 Jul 3, 2026
153c734
update selective disclosure (#198)
Pratap2018 Jul 6, 2026
32e1108
Merge branch 'master' into develop
varsha766 Jul 6, 2026
7ce1133
keeping name and surname as default in sd
varsha766 Jul 6, 2026
fd9e1c9
Rearranged the stepper for kyc service
varsha766 Jul 6, 2026
b3f80ad
fixed bug
varsha766 Jul 6, 2026
d5a5b74
Merge branch 'master' into develop
varsha766 Jul 6, 2026
35ba43b
fixed consent
varsha766 Jul 6, 2026
3e3d9e6
Merge branch 'master' into develop
varsha766 Jul 6, 2026
ce01fd6
updated package json
varsha766 Jul 6, 2026
955c65b
Merge branch 'develop' of https://github.com/hypersign-protocol/entit…
varsha766 Jul 6, 2026
c04f753
updated change log
varsha766 Jul 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Changelog

## [Unreleased]
### [3.12.1] - 2026-07-06
### [3.12.2] - 2026-07-06
### Fixed
- Fixed a bug where a section was removed from the consent screen.

### [3.12.1] - 2026-07-06
### Changed
- Rearranged the order of the service list.
### [3.12.0]- 2026-07-03
### Added
- Added toggle for requesting fields for selective disclosure
### Fixed
- Fixed a bug where a section was removed from the consent screen.

### [3.12.0]- 2026-07-03
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entity-developer-dashboard",
"version": "3.12.1",
"version": "3.12.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode production",
Expand Down
4 changes: 2 additions & 2 deletions src/views/playground/WidgetConfig/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ ul {

</div>
</div>
<!-- <div class="col">
<div class="col">
<div class="row">
<div class="col">
<div class="row">
Expand All @@ -243,7 +243,7 @@ ul {

</div>
</div>
</div> -->
</div>
</div>
</li>
<li class="list-group-item">
Expand Down
Loading