astroboard 1.1.3

dotnet add package astroboard --version 1.1.3
                    
NuGet\Install-Package astroboard -Version 1.1.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="astroboard" Version="1.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="astroboard" Version="1.1.3" />
                    
Directory.Packages.props
<PackageReference Include="astroboard" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add astroboard --version 1.1.3
                    
#r "nuget: astroboard, 1.1.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package astroboard@1.1.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=astroboard&version=1.1.3
                    
Install as a Cake Addin
#tool nuget:?package=astroboard&version=1.1.3
                    
Install as a Cake Tool

Astroboard

Astroboard is an open-source Astro-based Umbraco dashboard package. It is written in TypeScript and uses Vue.

Astroboard is an Umbraco dashboard to get insights of your contents, assets and members.

NuGet Downloads GitHub Issues Umbraco Versions Astro Version

System Requirements

Astroboard has the following requirements: Umbraco version 13.

It is recommended to upgrade your Umbraco installation to the latest version.

Installation

dotnet add package astroboard

Just like that, it’s done! 🎉

If you've installed the Astroboard you should start your website (dotnet run) and automatically the Astroboard section should appear in the backoffice, as shown in previews below.

Preview - Compact mode

image

Preview - Full screen mode

preview

Reporting Bugs and Issues

If you think you've found a bug and you're confident it's a new bug and have confirmed that someone else is facing the same issue, go ahead and create a new GitHub issue. Be sure to include as much information as possible so we can reproduce the bug.

Reporting Security Issues and Responsible Disclosure

I appreciate responsible disclosure of vulnerabilities that might impact the integrity of Umbraco CMS and users.

License

Copyright © 2025 Tarik Rital.

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.3 134 7/16/2025
1.1.2 369 6/9/2025
1.1.1 160 5/28/2025
1.1.0 84 5/24/2025
1.0.9 213 10/26/2024
1.0.8 147 10/18/2024
1.0.7 120 9/30/2024
1.0.6 149 9/19/2024
1.0.5 155 9/6/2024
1.0.4 143 9/6/2024
1.0.3 148 8/29/2024
1.0.2 127 8/29/2024
1.0.1 123 8/29/2024
1.0.0 135 8/29/2024

1.0.0 Release (2024-08-29)
- Initial release.
1.0.1 Release (2024-08-29)
- Fix incorrect link of Get Start your 14-Days free trial.
1.0.2 Release (2024-08-29)
- Switch `umbraco-marketplace.json` from website to github repo.
1.0.3 Release (2024-08-29)
- Adjust license CTA.
1.0.4 Release (2024-09-06)
- Optimize UX of support.
- Add filtering for donut chart & table
1.0.5 Release (2024-09-06)
- Fix README file headline preview bug!
1.0.6 Release (2024-09-19)
- Fix Donut chart tooltip typo
- Add filtering for Donut and Bar charts
- Enhance Line charts tooltip position
1.0.7 Release (2024-09-30)
- Remove draft status from Donut chart
- Remove draft status from Contents insights chart
- Enhance Line charts tooltip position
1.0.8 Release (2024-10-18)
- **Onboarding Tour**: New interactive onboarding tour for first-time users, guiding you through the setup process with ease.
- **Performance Boost**: Refactored components for improved load times and smoother operation, enhancing overall performance.
- **Free 7-Day Trial**: Enjoy a risk-free 7-day trial of all premium features with no payment or signup required.
1.0.9 Release (2024-10-26)
- Resolved Launch Stability Issues: I've tackled a major app stability issue that caused crashes at load. Now, with streamlined performance, enjoy smooth, reliable access from the start.
- Enhanced User Experience: Redesigns and removals of outdated settings make your Astroboard experience simpler and faster.
1.1.0 Release (2025-05-24)
-------------------------

📜 LICENSE
- Project is now open-source under MIT License (free for use/modification).

🌱 SUSTAINABILITY
- Optimized database queries for reduced server energy consumption
- Improved build pipeline efficiency

🛠 TECHNICAL IMPROVEMENTS
- [LogService] Upgraded to provider-agnostic queries (cross-DB compatibility)
- [NuGet] Streamlined package dependencies

🧪 TESTING
- Added Umbraco 13 project for testing.

📦 GETTING STARTED
- Docs updated with new setup instructions
- Visit project repo for sustainability guidelines

1.1.1 Release (2025-05-28)
-------------------------
🛡️ Critical Security Upgrades

Eliminated all High-risk vulnerabilities including:

- Server source code exposure via sourcemaps (CVE-2024-XXXX)
- Prototype pollution in SheetJS/XLSX processing
- Path traversal in tar-fs archive extraction

Patched Moderate-risk issues:

- DOM clobbering in PrismJS, Astro router, and Rollup
- CSRF middleware bypasses in Astro core
- Development server request hijacking in Vite/esbuild


1.1.2 Release (2025-06-09)
-------------------------
✨ UX IMPROVEMENTS:
- Removed onboarding tour for a cleaner, distraction-free dashboard experience.
- Adjusted footer links to reduce redundancy with Umbraco’s native package UI.

1.1.3 Release (2025-07-16)
-------------------------
✨ New Features:
📊 Chart Upgrade: Migrated from ApexCharts to ECharts for improved performance and interactivity
🌐 Global Filters: Added synchronized time-period filtering across dashboard components