Release Notes
Important
If you are upgrading DNN from an earlier version, please follow the Suggested Upgrade Path
Starting with DNN 10.2.0 a new upgrade process has been put in place to make upgrades more reliable. Read more about it in the documentation
We'd like to first thank everyone from the community who has submitted pull requests or reported issues.
Noteworthy Changes in v10.3.3
Bug Fixes
- Fixed an unreliable DnnMvcHandler.DisableMvcResponseHeader #7271 Thanks @dimarobert
- Avoids TypeLoadException in PreparePackaging redirect generation #7339 Thanks @valadas
- Fixed page workflow state when workflow disabled #7344 Thanks @tvatavuk
- Fixed an issue where user was unable to create social group as non-admin #7345 Thanks @bdukes
- FIX: Default.css > Typo in custom property name > ui/_forms.scss #7353 Thanks @Timo-Breumelhof
- FIX: default.css > Invalid rgba() arguments: modules/_tables.scss #7354 Thanks @Timo-Breumelhof
- FIX: default.css > Default css/rgb var not dynamic #7356 Thanks @Timo-Breumelhof
- FIX: default.css > h2.dnn form section head a > default.scss #7357 Thanks @Timo-Breumelhof
- FIX: default.css > Conflicting duplicate rule padding blocks for the same selectors > forms.scss #7358 Thanks @Timo-Breumelhof
- FIX: default.css > Headings Duplicate property in the same rule > type.scss #7359 Thanks @Timo-Breumelhof
- FIX: default.css > double color declaration > _dnn-autocomplete.scss #7360 Thanks @Timo-Breumelhof
- Fixed Persona bar icon not highlighted when Locked #6697 #7364 Thanks @Timo-Breumelhof
- FIX: CKEditor padding + heading sizes #7368 Thanks @Timo-Breumelhof
- FIX: Show expand collapse icons in CKEditor config screen #7369 Thanks @Timo-Breumelhof
- Improved css reset for default.css #7371 Thanks @valadas
- Provide default priority for CDF controls #7337 Thanks @bdukes
Enhancements
- Implemented better support for empty elements in manifest. #7302 Thanks @dimarobert
- Added folder icon to Site Assets root node in Resource Manager. #7314 Thanks @r90727
- Added an AppOffline.htm when the local upgrade process is unpacking files #7328 Thanks @donker
Maintenance
- Bumped actions/setup-node from 6.3.0 to 6.4.0 #7243
- Automated : Merged CI changes into develop #7244 #7266
- Bumped NuGet/login from 1.1.0 to 1.2.0 #7245
- Bumped dotnet-sdk from 10.0.202 to 10.0.203 #7246
- Updated caniuse database #7253 #7274 #7304 #7325 #7346
- Bumped eslint from 9.39.4 to 10.2.1 #7254
- Bumped axios from 1.15.0 to 1.16.0 in the npm_and_yarn group across 1 directory #7261
- Bumped github/codeql-action from 4.35.2 to 4.35.3 #7269
- Bumped github/codeql-action from 4.35.3 to 4.35.4 #7273
- Bumped WindowsAzure.Storage from 8.3.0 to 9.3.3 #7276 Thanks @bdukes
- Bumped actions/dependency-review-action from 4.9.0 to 5.0.0 #7277
- Bumped brace-expansion from 1.1.12 to 5.0.6 in the npm_and_yarn group across 1 directory #7279
- Bumped zizmorcore/zizmor-action from 0.5.3 to 0.5.5 #7284
- Bumped dotnet-sdk from 10.0.203 to 10.0.300 #7285
- Bumped ws from 8.17.1 to 8.20.1 in the npm_and_yarn group across 1 directory #7286
- Bumped qs from 6.15.0 to 6.15.2 in the npm_and_yarn group across 1 directory #7292
- Bumped calibreapp/image-actions from 1.4.1 to 1.5.0 #7294
- Bumped zizmorcore/zizmor-action from 0.5.5 to 0.5.6 #7295
- Bumped tmp from 0.2.5 to 0.2.6 in the npm_and_yarn group across 1 directory #7300
- Bumped github/codeql-action from 4.35.4 to 4.36.0 #7303
- Bumped actions/setup-dotnet from 5.2.0 to 5.3.0 #7307
- Bumped @storybook/addon-docs from 10.3.3 to 10.4.1 #7308
- Bumped react-router from 7.13.1 to 7.15.0 in the npm_and_yarn group across 1 directory #7310
- Yarn bump (bumped several sub-dependencies) #7316 #7329 Thanks @bdukes
- Bumped github/codeql-action from 4.36.0 to 4.36.1 #7319
- Bumped actions/checkout from 6.0.2 to 6.0.3 #7320
- Bump github/codeql-action from 4.36.1 to 4.36.2 #7321
- Bump the nuget group (Pinned System.Net.Http at 4.3.4) with 1 update #7323
- Bumped esbuild from 0.28.0 to 0.28.1 in the npm_and_yarn group across 1 directory #7324
- Bumped tmp from 0.2.6 to 0.2.7 in the npm_and_yarn group across 1 directory #7326
- Bumped dotnet-sdk from 10.0.300 to 10.0.301 #7331
- Bump the npm_and_yarn group across 1 directory with 2 updates (@babel/core and form-data) #7332
- Bump the npm_and_yarn group across 1 directory with 3 updates (dompurify, jodit, undici) #7333
- Bumped EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 #7334
- Bumped actions/checkout from 6.0.3 to 7.0.0 #7340
- Bump @sigstore/core from 3.0.0 to 3.2.1 in the npm_and_yarn group across 1 directory #7343
- Bumped rsbuild from 1.x to 2.x #7347
- Bumped the npm_and_yarn group across 1 directory with 2 updates (js-yaml, sigstore) #7348
- Bumped actions/setup-dotnet from 5.3.0 to 5.4.0 #7351
- Bumped actions/attest from 4.1.0 to 4.1.1 #7363
- Bumped github/codeql-action/upload-sarif from 4.36.2 to 4.36.3 #7370
Documentation / Developer Experience
- Fixed a bug report version issue using RC #7258 Tahnks @bdukes
- Added merge_group triggers for PR workflows #7278 Thanks @bdukes
- Actions cleanup #7327 Thanks @bdukes
- Removed manual version resolution for esbuild #7330 Thanks @bdukes
- Simplified guard for PR step #7336 Thanks @bdukes
- Reproducible test parameters #7349 Thanks @bdukes
List of Contributors
- @Timo-Breumelhof Timo Breumelhof
- @bdukes Brian Dukes
- @valadas Daniel Valadas
- @dimarobert Robert Dima
- @donker Peter Donker
- @tvatavuk
- @r90727 Roman M
Additional Resources
Is this your first time installing or upgrading DNN? If so, you can find some help with the installation and upgrade documentation.