* fix: make it clear that the clearUploads button is used to "Clear file(s)" and not necessarily remove them (from the dropzone) * fix: adds extra null-check to avoid browser error on failed uploads * fix: adds check that no media files are added twice (or more) to the media picker * fix: adds try/catch around confirm modal to avoid browser error in case user cancels * fix: change from deprecated 'complete' event to 'change' event and filter out non-successful files * chore: sort imports * feat: renders the 'add' button even if the limits have been exceeded * feat: shows all values as cards even if the media item does not exist so the user has a chance to update the value * feat: shows all values as cards even if the media item does not exist so the user has a chance to update the value * feat: adds localization to the media picker context * feat: uses the media picker context to control the picker this also fixes an issue where already selected items were not preselected when opening the picker again * feat: adds a bit of margin between the dropzone and media picker itself
Umbraco CMS
Umbraco is a free and open source .NET content management system. Our mission is to help you deliver delightful digital experiences by making Umbraco friendly, simpler and social.
Learn more at umbraco.com
Looking to install Umbraco?
You can get started using the following commands on Windows, Linux and MacOS (after installing the .NET Runtime and SDK):
dotnet new install Umbraco.Templates
dotnet new umbraco --name MyProject
cd MyProject
dotnet run
Documentation
Our comprehensive documentation takes you from the fundamentals on how to start with Umbraco to deploying it to production.
Some important documentation links to get you started:
- Installing Umbraco CMS
- Getting to know Umbraco
- Tutorials for creating a basic website and customizing the editing experience
Get help
If you need a bit of feedback while building your Umbraco projects, we are chatty on Discord. Our Discord server serves both a social space but also has channels for questions and answers. Feel free to lurk or join in with your own questions. Or just post your daily Wordle score, up to you!
Looking to contribute back to Umbraco?
You came to the right place! Our GitHub repository is available for all kinds of contributions:
Umbraco is contribution-focused and community-driven. If you want to contribute back to the Umbraco source code, please check out our guide to contributing.
