Open
Conversation
3 tasks
ba0365c to
032a73f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@openzeppelin/ui-builder-adapter-evm@1.6.0
Minor Changes
#338
da33121Thanks @pasevin! - Add access control service integration and indexer URL configurationgetAccessControlService()with lazy initialization on EvmAdapteraccessControlIndexerUrlendpoints for all EVM mainnet networks (Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche, BSC, Polygon zkEVM, ZKsync, Scroll, Linea)accessControlIndexerUrlendpoints for all EVM testnet networks (Sepolia, Amoy, Arbitrum Sepolia, Optimism Sepolia, Base Sepolia, Fuji, BSC Testnet, Polygon zkEVM Cardona, ZKsync Sepolia, Scroll Sepolia, Linea Sepolia, Monad Testnet)#338
da33121Thanks @pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
#338
da33121Thanks @pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#338
da33121Thanks @pasevin! - Gate access-control-indexer service form behind feature flagrequiredFeature: 'access_control_indexer'filterEnabledServiceFormsin health check hook to skip disabled services@openzeppelin/ui-builder-adapter-midnight@1.6.0
Minor Changes
da33121Thanks @pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
da33121Thanks @pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters@openzeppelin/ui-builder-adapter-polkadot@1.6.0
Minor Changes
#338
da33121Thanks @pasevin! - Add access control service integration to Polkadot adaptergetAccessControlService()with lazy initialization on PolkadotAdapter#338
da33121Thanks @pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
#338
da33121Thanks @pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#338
da33121Thanks @pasevin! - Gate access-control-indexer service form behind feature flagrequiredFeature: 'access_control_indexer'filterEnabledServiceFormsin health check hook to skip disabled services@openzeppelin/ui-builder-adapter-solana@1.6.0
Minor Changes
da33121Thanks @pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-typesPatch Changes
da33121Thanks @pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters@openzeppelin/ui-builder-adapter-stellar@1.6.0
Minor Changes
#338
da33121Thanks @pasevin! - Add self-describing ecosystem metadata to all adaptersecosystemMetadatawith display info(name, icon, description, styling classes, default feature config)
./metadatasubpath export for lightweight static importsEcosystemExportinterface from ui-types#338
da33121Thanks @pasevin! - Add chain-agnostic capability flags and expiration metadatahasRenounceOwnershipfrom ABI detection, sethasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagementto falsegetExpirationMetadata()returningmode: 'required'with label "Expiration Ledger" and unit "ledger number"Patch Changes
#338
da33121Thanks @pasevin! - Bump @openzeppelin/ui-types to ^1.8.0, ui-utils to ^1.2.1, and ui-components to ^1.2.1 across all adapters#338
da33121Thanks @pasevin! - Add defense-in-depth capability checks to Stellar access control servicegetOwnership()now validateshasOwnablecapability before callingget_owner()when contract is registeredgetAdminInfo()now validateshasTwoStepAdmincapability before callingget_admin()when contract is registeredgetAdminAccount()now validateshasTwoStepAdmincapability before callingget_admin()when contract is registeredOperationFailederrors instead of confusing on-chain failures@openzeppelin/ui-builder-adapter-evm-core@1.1.0
Minor Changes
#338
da33121Thanks @pasevin! - Add access control module for EVM-compatible contracts#338
da33121Thanks @pasevin! - Add human-readable role labels for EVM access control#338
da33121Thanks @pasevin! - Add chain-agnostic capability flags, expiration metadata, and admin delay infohasRenounceOwnership,hasRenounceRole,hasCancelAdminTransfer,hasAdminDelayManagementfrom ABI in feature-detectiongetExpirationMetadata()returningmode: 'none'for ownership andmode: 'contract-managed'for admin transfersdelayInfo(current delay fromdefaultAdminDelay()) ingetAdminInfo()response@openzeppelin/ui-builder-app@0.12.15
Patch Changes
da33121,da33121,da33121,da33121,da33121,da33121,da33121]: