Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
16.2.0 source code.tar.gz | 2025-09-04 | 14.4 MB | |
16.2.0 source code.zip | 2025-09-04 | 22.2 MB | |
README.md | 2025-09-04 | 14.4 kB | |
Totals: 3 Items | 36.5 MB | 4 |
What's Changed
🙌 Notable Changes
- UFM: JavaScript-like Expressions by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19685
- Make logging more friendly for docker by @Migaroez in https://github.com/umbraco/Umbraco-CMS/pull/19818
- Adds abstraction around boot time checks for database availability by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19848
- Optimize document and media seeding by looking up from database in batches by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19890
- Added configuration option UseStrictDomainMatching, which allows control over whether content is routed without a matching domain by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19815
📦 Dependencies
- Bump linkifyjs from 4.3.1 to 4.3.2 in /src/Umbraco.Web.UI.Login by @dependabot[bot] in https://github.com/umbraco/Umbraco-CMS/pull/19819
- Tiptap RTE: Upgraded to latest v2.x by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19869
- build(deps): bump @umbraco-ui/uui to 1.15.0 by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19981
🚀 New Features
- V16: Siblings endpoints by @nikolajlauridsen in https://github.com/umbraco/Umbraco-CMS/pull/19657
- UFM: Adds
markedExtension
extension-type by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19684 - UFM: Make Block Settings data available by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19686
- Adds background worker to check timeout state by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19702
- V16: Build Backoffice externals with Vite by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19716
- Tiptap RTE: Custom CSS Variables for min/max height/width by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19841
- Provides an abstraction for creating the JavaScriptEncoder used in SystemTextConfigurationEditorJsonSerializer by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19849
- Tiptap RTE: Refactor Table menus to use
menu
extension-type by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19789
🐛 Bug Fixes
- Amend accessibility modifiers on file upload property editor components to support extension by @PeterKvayt in https://github.com/umbraco/Umbraco-CMS/pull/19643
- Docs: Tree example by @madsrasmussen in https://github.com/umbraco/Umbraco-CMS/pull/19624
- Hide Document/Media Collection Workspace View until the item is created by @madsrasmussen in https://github.com/umbraco/Umbraco-CMS/pull/19644
- Title returns "Server Error" in non-debug mode by @PeterKvayt in https://github.com/umbraco/Umbraco-CMS/pull/19665
- Fix issue with preview in delivery API for MNTP property editor by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19668
- Adds support for custom granular permissions when aggregating across user groups by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19660
- Fixes issues with creation of documents from blueprints that have populated file upload properties by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19655
- Clear member cache by older user name when member user name is updated (16) by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19690
- V16 QA Removed unused API acceptance tests by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19679
- V16 QA Added acceptance tests for granular document permission by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19546
- V16 QA Reverted npx command by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19699
- Fixes Block Catalogue Modal Filter by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19700
- Fix issue forceHideContentEditorInOverlay not available in RTE by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19698
- V16: Property editor file upload does not validate file types by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19714
- Fix failing integration tests in SQL Server by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19725
- Populate name for content and media on URL picker if title is left empty by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19677
- Forward merge [#19720] to V16 by @kjac in https://github.com/umbraco/Umbraco-CMS/pull/19735
- Include /.well-known/jwks in the paths covered by OpenIddict by @kjac in https://github.com/umbraco/Umbraco-CMS/pull/19749
- Add flag to exclude trashed media by @rammi987 in https://github.com/umbraco/Umbraco-CMS/pull/19746
- V16 Added acceptance tests for the regression issue [#16985] by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19712
- V16 Added acceptance tests for the regression issue [#19529] by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19713
- V16 QA Added acceptance tests for creating a document using blueprint by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19708
- Allow saving blueprints with validation errors by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19748
- Make internal & private classes sealed where possible, to avoid code for virtual dispatch by @Henr1k80 in https://github.com/umbraco/Umbraco-CMS/pull/19719
- add missing translation for DA by @rammi987 in https://github.com/umbraco/Umbraco-CMS/pull/19740
- Add a backing field for EditorUIAlias and track changes when its set. by @KevinJump in https://github.com/umbraco/Umbraco-CMS/pull/19733
- Template with Block List field with Inline Editing Mode causes Collection List View to shrink by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19754
- Make the OpenAPI security scheme name for the Management API valid by @kjac in https://github.com/umbraco/Umbraco-CMS/pull/19762
- Return 404 on delivery API requests for segments that are invalid or not created by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19718
- Add defensive coding to the member application initializer (16) by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19764
- Repository Details Manager: Prevent making requests for empty arrays by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19731
- Reloads the template tree when creating a document type with a template by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19769
- Fires the updated event when content types are updated by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19768
- Abstract submit and poll operations by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19688
- V16 QA Added acceptance tests for the 'create document' user permission by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19770
- Log the migration plan name when can't migrate from state by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19772
- [#19775] fixed get user data by applying OrderBy after counting by @enkelmedia in https://github.com/umbraco/Umbraco-CMS/pull/19776
- Fix missing tag suggestions when no culture available. by @BenWhite27 in https://github.com/umbraco/Umbraco-CMS/pull/19694
- Fix navigationUrlService and underlying models not being thread safe by @Migaroez in https://github.com/umbraco/Umbraco-CMS/pull/19689
- Fix null reference exception when removing all blocks from shared RTE in culture variant content by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19771
- Tiptap RTE: Clear Formatting, resets nodes to "paragraph" by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19781
- Fix issue with use of EF Core scopes within notification handlers (take 2 - handling scopes with a base parent) by @Migaroez in https://github.com/umbraco/Umbraco-CMS/pull/19797
- Fix issue unsaved changes always displayed when trying to move away from blueprint by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19804
- Tiptap RTE: Include Tiptap's default styles by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19805
- Tiptap RTE: Localized Character/Word Count button labels by @rammi987 in https://github.com/umbraco/Umbraco-CMS/pull/19745
- V16/docs work extensions example by @hifi-phil in https://github.com/umbraco/Umbraco-CMS/pull/19809
- V16 QA Added acceptance tests for the block with RTE in a Content by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19795
- Tiptap RTE: Block selection by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19811
- Tiptap RTE: drag-and-drop image upload by @andrejd22 in https://github.com/umbraco/Umbraco-CMS/pull/19826
- V16: Fix issue not display hidden tab name by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19370
- Add drag and drop to blockgrid area by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19383
- V16 QA Updated acceptance tests with skip() and fixme() tag by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19397
- Media Table Collection View: Adds support for Label Templates by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19842
- Omit datetime from JSON conversion that converts from strings by @Migaroez in https://github.com/umbraco/Umbraco-CMS/pull/19807
- Add testing to workspace counter examples by @hifi-phil in https://github.com/umbraco/Umbraco-CMS/pull/19838
- Docs: Storybook clean up round 1 by @madsrasmussen in https://github.com/umbraco/Umbraco-CMS/pull/19673
- Add pagination and total to examine dashboard by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19847
- Bugfix/19601 can not add ef core migrations by @idseefeld in https://github.com/umbraco/Umbraco-CMS/pull/19846
- Umbraco Engage UmbracoUrlAlias Fix - Fixes [#19654] (#19827) by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19850
- Fix issue create media folder throw error by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19854
- Added user start node restrictions to sibling endpoints by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19839
- Retrieves item counts before and after the target for sibling endpoints and returns in API response by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19844
- clean up double exports by @nielslyngsoe in https://github.com/umbraco/Umbraco-CMS/pull/19859
- 16 QA added relation type tests by @andr317c in https://github.com/umbraco/Umbraco-CMS/pull/19490
- Code Editor (PE): Fixes language syntax highlighting by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19864
- Hide property has sensitive data with normal user by @NguyenThuyLan in https://github.com/umbraco/Umbraco-CMS/pull/19857
- V16: Tree Stores should be optional to use by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19858
- V16 QA Implement new release tag for E2E tests by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19697
- Ensure block values aren't null before attempting to process them on removal by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19645
- V16 QA add slack webhook for e2e tests by @andr317c in https://github.com/umbraco/Umbraco-CMS/pull/19866
- Tiptap RTE: Undo deleted blocks by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19851
- Fix logic with check for duplicate container name at level by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19803
- Use GeneratedRegex, FrozenSet, new Lock object & static by @Henr1k80 in https://github.com/umbraco/Umbraco-CMS/pull/19872
- V16 Added acceptance tests for regression issues by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19874
- Umbraco logo label update by @engijlr in https://github.com/umbraco/Umbraco-CMS/pull/19875
- Fixed layout and formatting of saved search delete dialog on the log viewer by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19855
- Adds support for the "folders only" flag on retrieving siblings of a node. by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19861
- Remove property value permissions when related content and/or property types are removed by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19778
- Fixes the Checkbox, Dropdown and Select list when the models change the UI updates. by @readingdancer in https://github.com/umbraco/Umbraco-CMS/pull/19487
- V16 Added acceptance tests for issue [#17753] by @nhudinh0309 in https://github.com/umbraco/Umbraco-CMS/pull/19876
- Tiptap RTE: Fixes embedded media spacing by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19878
- Tiptap RTE: Reduce loading layout shift by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/19860
- Moving properties between groups sometimes clears their values by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19881
- Content picker search with start node configured not taking user start nodes into account by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19871
- Fix [#19675] by @nielslyngsoe in https://github.com/umbraco/Umbraco-CMS/pull/19891
- Fix [#19676] by @nielslyngsoe in https://github.com/umbraco/Umbraco-CMS/pull/19886
- V16: Media Picker property editor should allow more dropped and picked files, and other enhancements by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/19900
- Adds configuration for document and media hybrid cache seed batch size by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19894
- Close dropdown when "Reload"-Entity Action has executed by @madsrasmussen in https://github.com/umbraco/Umbraco-CMS/pull/19808
- Handle segmentation when segment alias includes underscore character(s) by @nathanwoulfe in https://github.com/umbraco/Umbraco-CMS/pull/19782
- Chore: JSDocs for RTE CSS Props by @leekelleher in https://github.com/umbraco/Umbraco-CMS/pull/20008
- fix: pins the UmbracoExtension
@hey-api/*
versions to that of the Backoffice client by @iOvergaard in https://github.com/umbraco/Umbraco-CMS/pull/20016
New Contributors
- @BenWhite27 made their first contribution in https://github.com/umbraco/Umbraco-CMS/pull/19694
Full Changelog: https://github.com/umbraco/Umbraco-CMS/compare/release-16.1.1...release-16.2.0