@krakentech/blueprint-dashboard
3.0.2
Patch Changes
-
2567a7c: New bundling strategy for better performance
-
Unbundle mode Packages are now bundled using tsdown's unbundle mode. This mode drastically reduces the number of generated file compared to the glob-filtered entries we used before, and prevented proper tree-shaking.
-
Automatic package.json exports tsdown is now responsible for generating the
package.jsonexports,main,module, andtypesfields. This ensures packages follow best practices.
-
3.0.1
Patch Changes
-
c045425: Fix peer dependencies to use
^instead of exact versions.- "@krakentech/blueprint-api": "3.3.0",
+ "@krakentech/blueprint-api": "^3.3.0",
- "@vercel/edge-config": "1.1.0",
+ "@vercel/edge-config": "^1.1.0",
3.0.0
Major Changes
-
f975b8d: Bump
coraldependencies to latest major versions (v24)Follow the migration guide here: https://coral.octopus.energy/docs/releases/v24.0.0
blueprintpackages should just work once thecoraldependencies are updated.If you want to learn more about how this release is being managed by us, check out our release process documentation
2.0.0
Patch Changes
- Updated dependencies [7dc77b4]
- @krakentech/blueprint-api@3.3.0
1.0.0
Patch Changes
-
12e020f: 🎉 Release new package: Dashboard
Added
- New @blueprint/dashboard package - A comprehensive dashboard solution for Blueprint applications
- API Access Feature - Integrated API access functionality within user accounts
- Users can now manage API credentials directly from their dashboard
- Secure API key generation and management interface
- Real-time API usage monitoring and analytics
Features
- Account management with API access controls
Dependencies
- Leverages @blueprint/api types for consistent data handling Seamless integration with existing Blueprint ecosystem
Note: This is the initial release of the dashboard package. Future releases will look to migrate existing core dashboard functionality.
Breaking Changes: None (new package)
Migration: No migration required for existing Blueprint users. The dashboard packages api-access feature can be optionally integrated into existing applications.
-
Updated dependencies [72176a1]
-
Updated dependencies [12e020f]
- @krakentech/blueprint-api@3.2.0