Skip to content

Commit 6cebad8

Browse files
arabot-1thekidnamedkdtyhonchik
authored
Release v1.26.0 (#1074)
* Release v1.26.0 * fix(APP-559): Implement advanced gov designer cutoff date for access (#1075) * chore: use cutoff, featureFlags from CMS * chore: include changeset * chore: remove changeset, remove environment shim * fix: remove empty changeset --------- Co-authored-by: heykd.eth <65736142+thekidnamedkd@users.noreply.github.com> Co-authored-by: Andrew <ilin.andrii@gmail.com>
1 parent cd6d7ef commit 6cebad8

22 files changed

+119
-157
lines changed

.changeset/app-560-dashboard-onboarding-state.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/app-573-add-number-of-delegations-metric-for-members.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/app-593-fix-crash-removing-early-field-array-items.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/blue-spies-sip.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/huge-baboons-trade.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/little-needles-sniff.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/pretty-radios-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/some-bats-lose.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @aragon/app
22

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- [#1061](https://github.com/aragon/app/pull/1061) [`ef68d72`](https://github.com/aragon/app/commit/ef68d72650a0af27db401e544bcf49ba20eea05f) Thanks [@milosh86](https://github.com/milosh86)! - Add onboarding dashboard state with CTAs when only the admin plugin is installed
8+
9+
- [#1045](https://github.com/aragon/app/pull/1045) [`16d4619`](https://github.com/aragon/app/commit/16d46191df042e1db13f887353c7a28c5c372732) Thanks [@milosh86](https://github.com/milosh86)! - Add the number of delegations metrics to a token members list
10+
11+
- [#1062](https://github.com/aragon/app/pull/1062) [`f91e042`](https://github.com/aragon/app/commit/f91e04242746ef86c94684bf6e0ed851e1b3c6f7) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Implement gate for Governance Designer 'Advanced' flow
12+
13+
- [#1060](https://github.com/aragon/app/pull/1060) [`56550fe`](https://github.com/aragon/app/commit/56550fe3bb28980010c5870ecee39066d9680c4a) Thanks [@tyhonchik](https://github.com/tyhonchik)! - Update Playwright smoke coverage to exercise real DAOs and feature-specific scenarios
14+
15+
### Patch Changes
16+
17+
- [#1073](https://github.com/aragon/app/pull/1073) [`cd6d7ef`](https://github.com/aragon/app/commit/cd6d7ef086758c3f9f6edf58fa8541df495aa8ba) Thanks [@milosh86](https://github.com/milosh86)! - Fix crash when removing items from watched field arrays
18+
19+
- [#1066](https://github.com/aragon/app/pull/1066) [`bb2198b`](https://github.com/aragon/app/commit/bb2198b1746d97e654fba7b87ee7456d4513b49e) Thanks [@thekidnamedkd](https://github.com/thekidnamedkd)! - Resolve cryptex voting escrow addresses dynamically
20+
321
## 1.25.0
422

523
### Minor Changes

config/.env.development

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ NEXT_PUBLIC_API_ALLOWED_DOMAIN=https://dev.app.aragon.org/
1313
# API version for Aragon backend service (v2 for production, v3 for dev/sandbox)
1414
NEXT_PUBLIC_API_VERSION=v3
1515

16-
# Unix timestamp (seconds) cutoff for advanced governance availability.
17-
# DAOs created before this date can access advanced governance in production.
18-
# Non-production environments bypass this check.
19-
NEXT_PUBLIC_GOVERNANCE_ADVANCED_CUTOFF_TIMESTAMP=
16+
# Advanced governance cutoff timestamp: 2026-04-02 00:00:01 UTC
17+
NEXT_PUBLIC_GOVERNANCE_ADVANCED_CUTOFF_TIMESTAMP=1775088001

0 commit comments

Comments
 (0)