Releases: abpframework/abp
Releases · abpframework/abp
9.0.3
What's Changed
- Update studio docs for v0.9.16 by @EngincanV in #21602
- Output full exception stack to logs. by @maliming in #21607
- Add link to document content by @salihozkara in #21613
- Update index.md by @salihozkara in #21619
- Bump up ng-bootstrap version by @masum-ulu in #21618
- Update
Pomelo.EntityFrameworkCore.MySql
to9.0.0-preview.2.efcore9.0.0
. by @maliming in #21643 - Use
UseVirtualStaticFiles
forAllowedExtraWebContentFolders
first. by @maliming in #21642 - Remove
aria-label
andaria-describedby
. by @maliming in #21639 - Startup template
Layered Solution
revisions by @ahmetfarukulu in #21648 - Allow to install with
npm
angular projects by @masum-ulu in #21650 - Update several docs for the new default start action behavior by @EngincanV in #21657
- Do not show a warning for unsaved changes if no changes have been made. by @salihozkara in #21656
- Update studio docs for v0.9.17 by @berkansasmaz in #21662
- Added redis cache information to documents by @hikalkan in #21677
- Added
Pre-Requirements
document. by @maliming in #21671 - Return jQuery object instead of empty string for invisible row action. by @maliming in #21676
- Use three digits as the package version. by @maliming in #21694
- Revise
Pre-Requirements
document. by @maliming in #21690 - Remove "How to Run?" section from solution structure documentation by @ahmetfarukulu in #21705
- Add leptonx style changes event to Documentation by @enisn in #21708
- Return
EnumValues
fornullable enum
. by @maliming in #21675 - Monolith modular tutorial start using
single-layer
template by @ahmetfarukulu in #21697 - Update ABP Studio docs for v0.9.18 by @EngincanV in #21717
- Update suite/index.md by @EngincanV in #21720
- Skip to add security headers if endpoint has
IgnoreAbpSecurityHeaderAttribute
. by @maliming in #21725 - Use
MailAddressCollection
class to validate the email address. by @maliming in #21724 - Startup template
Single-Layer Solution
revisions by @ahmetfarukulu in #21728 - Add mobile application development tutorial to documentation tree by @EngincanV in #21730
- Add MauiBlazor to getting started documentation by @enisn in #21732
- Startup template
Application Module
revisions by @ahmetfarukulu in #21746 - Add more infomation to
CheckLibs
page. by @maliming in #21747 - Added
clientIpAddress
parameter to query thesecurity logs
. by @maliming in #21735 - Upgrade
Devart.Data.Oracle.EFCore
to10.4.190.9
. by @maliming in #21762 - Reset search when checking/unchecking all permissions by @enisn in #21754
- Update docs-nav.json by @EngincanV in #21769
- Angular - Reset search filter on grant all permission button toggle by @sumeyyeKurtulus in #21770
- Update tutorials/index.md by @EngincanV in #21759
- Add TagHelpers to the documentation by @salihozkara in #21766
- Layered and Single-Layer documentations revised by @ahmetfarukulu in #21781
- Avoid HandlerFactories being changed during iteration. by @maliming in #21786
- Do not set
StatusCode
toNoContent
ifResponse.Body
has been written. by @maliming in #21785 - Use
StaticFiles
instead ofMapStaticAssets
inDevelopment
environment. by @maliming in #21784 - Update auto-pr.yml for prerel by @skoc10 in #21791
- Add @ctrl/tinycolor dependency to components lib by @masum-ulu in #21797
- Update studio docs for v0.9.19 by @EngincanV in #21804
- CLI: Use 'npx' for yarn commands by @EngincanV in #21800
- Make layered solution docs navigation lazy expandable by @EngincanV in #21816
- Update version to release 9.0.3 by @skoc10 in #21815
- Add MauiBlazor to layered tutorial by @enisn in #21820
- Basic Theme & LeptonX Lite overview documentation by @enisn in #21826
- Add missing MAUIBlazor parameter to the tutorial overview by @enisn in #21825
Full Changelog: 9.0.2...9.0.3
9.0.2
What's Changed
- Fix swagger error by @realLiangshiwei in #21539
- Update pre-requirements in the documents. by @maliming in #21534
- CLI: Update command should also update LeptonX Theme package versions by @EngincanV in #21548
- Update studio docs for v0.9.15 by @EngincanV in #21549
- Ensure
.abp/cli
folder created when executing login command by @berkansasmaz in #21553 - Fix Blazor - Permissions are not saved if you filtered permissions by @realLiangshiwei in #21557
- Update MAUI adb documentation by @enisn in #21560
- Add
UseStaticFilesForPatterns
extension method toIApplicationBuilder
by @berkansasmaz in #21559 - Update documentation of optional modules by @yekalkan in #21567
- Upgrade
Oracle.EntityFrameworkCore
to9.23.60
by @maliming in #21572 - Upgrade
Npgsql.EntityFrameworkCore.PostgreSQL
to9.0.2
. by @maliming in #21571 - Improvements for the bookstore suite tutorial by @EngincanV in #21577
- Update docs for studio build action changes by @yekalkan in #21579
- Update configuring-openIddict.md by @maliming in #21583
- Added
Translation Commercial Modules
document. by @maliming in #21582 - Update suite how-to-start document by @EngincanV in #21584
- CLI: Pass --no-audit param to npm install command by @EngincanV in #21591
- Utilize xsrf-token configuration to AbpCore provider by @masum-ulu in #21595
- Update version to release 9.0.2 by @skoc10 in #21597
Full Changelog: 9.0.1...9.0.2
9.0.1
What's Changed
- Update release-notes.md for v9.0 stable version by @EngincanV in #21389
- Update part-01.md by @bartvanhoey in #21394
- Do not set
IHttpAuthenticationFeature
. by @maliming in #21398 - Enable Blazor Web App in docs by @enisn in #21401
- Update studio docs for v0.9.8 by @EngincanV in #21402
- Add Blazor WebApp to tutorial by @enisn in #21405
- Add
Forwarded Headers
todeployment
document. by @maliming in #21411 - Added
Using Existing Configuration
section to new command samples by @yekalkan in #21416 - Update studio docs for v0.9.10 by @EngincanV in #21421
- Update studio docs for v0.9.11 by @EngincanV in #21423
- Added Build & Start hint to running applications document by @yekalkan in #21430
- Add BlazorWebApp option to Acme.Bookstore tutorial by @enisn in #21434
- Update studio docs for v0.9.13 by @berkansasmaz in #21446
- Fix Missing antiforgery token on swagger by @realLiangshiwei in #21444
- Microservice development tutorial added by @ahmetfarukulu in #21456
- Skip to write audit logs if
auditLogInfo.HttpMethod
isGET/Head
. by @maliming in #21463 - Skip to set
CorrelationId
if current value isnull
. by @maliming in #21427 - Skip to set
CorrelationId
if current value isnull
. by @maliming in #21468 - Update watch section of microservice get-started document by @yekalkan in #21471
- Check the cache to prevent remote calls. by @maliming in #21474
- Move SettingManagement to the Admin side of CMS Kit by @enisn in #21482
- Update dependency-injection.md by @maliming in #21486
- Update generic-repositories.png by @enisn in #21492
- Make sure
SettingComponentCreationContext.Groups
is not empty. by @maliming in #21500 - Fix document missing using keyword by @realLiangshiwei in #21506
- Update pen test results for v9.0 by @EngincanV in #21490
- Add CLI documentation options to skip Grafana Dashboard and test projects by @ahmetfarukulu in #21498
- Prevent rendering the settings component when there is no available setting by @enisn in #21497
- New Tutorial: Book Store with ABP Suite by @EngincanV in #21501
- Add old cli get-source command to LeptonX Theme module doc by @EngincanV in #21512
- Update book-store-with-abp-suite/part-01.md by @EngincanV in #21515
- Add Delete button to Blog post comment reply by @realLiangshiwei in #21518
- Update single layer getting started document & images by @EngincanV in #21520
- Update version to release 9.0.1 by @skoc10 in #21527
- Remove
Optional
from docker in Studio installation document by @berkansasmaz in #21529 - Update studio docs for v0.9.14 by @EngincanV in #21531
Full Changelog: 9.0.0...9.0.1
9.0.0
Blog Post
See the blog post for to learn what's new with this version:https://abp.io/blog/abp-9-0-stable-release-with-dotnet-9-0
What's Changed
- Update en.json for admin page by @honurbu in #19876
- Update en.json by @honurbu in #19943
- Update en.json by @honurbu in #19928
- Page title and descripitons localizations by @honurbu in #19964
- Update version for nightly build by @skoc10 in #20229
- Update POST.md by @salihozkara in #20261
- Add localization by @salihozkara in #20273
- Update FAQ texts by @dgnyldrm7 in #20280
- OpenIddict module localization was translated to Persian by @naderjavid in #20282
- Created docker file for azure devops by @skoc10 in #20279
- Add a json for vs-internal-4542 by @dgnyldrm7 in #20291
- Identity module's Persian localization has been updated. by @naderjavid in #20283
- IdentityServer's persian localization has been updated by @naderjavid in #20284
- New Blog Post:
Introducing the New ABP CLI
by @EngincanV in #20289 - Add
tooltip
forLockoutEnabled
filed. by @maliming in #20274 - Update Readme links by @salihozkara in #20272
- abp united by @salihozkara in #20327
- Add
WebAssemblyMultiTenantUrlProvider
. by @maliming in #20293 - Add
Extension Property Policy
feature. by @maliming in #20281 - Add IP Address of the client in community posts page by @dgnyldrm7 in #20361
- Update AsyncKeyedLock to 7.0.0 by @MarkCiliaVincenti in #20375
- Add
Width
property toTableColumn
class. by @maliming in #20326 - Add a FAQ about the Personal License by @dgnyldrm7 in #20389
- Support for Rendering Custom JSON Sections Starting with "```" by @salihozkara in #20325
- Update latest-versions.json by @voloagent in #20339
- Add deferred attribute by @salihozkara in #20392
- Fix redirection problem by @salihozkara in #20393
- Translated to Swedish (sv) by @improwise in #20423
- Fix post resubmit by @salihozkara in #20425
- Essential Videos Improvements by @dgnyldrm7 in #20437
- Trim the changed value when users change their first or last name. by @maliming in #20472
- Release post for v8.3.0 by @EngincanV in #20367
- Update dom-event-handlers.js by @salihozkara in #20480
- Ip Address' p should be a capital letter by @dgnyldrm7 in #20487
- Add DocumentRenderErrorEvent by @realLiangshiwei in #20463
- Blog Post: "New ABP Documentation System: Everything You Need In One Place 📣" by @EngincanV in #20493
- Show Document navigation text for page title by @realLiangshiwei in #20429
- Update v8.3 release post. by @EngincanV in #20508
- Add Missing Image of Module Architecture by @sedasen in #20520
- Add a FAQ about the Personal License by @dgnyldrm7 in #20518
- [blog] how to switch between user's organization units. by @maliming in #20362
- Add a FAQ about the Personal License by @dgnyldrm7 in #20527
- DateRangePicker Improvements by @realLiangshiwei in #20485
- Add a FAQ about the Personal License by @dgnyldrm7 in #20529
- Add Url to DocumentRenderErrorEvent by @realLiangshiwei in #20543
- Angular - Update Toastr Styles by @sumeyyeKurtulus in #20494
- Docs module: Show larger image on the same page by @salihozkara in #20557
- Add Yaml Support by @salihozkara in #20586
- Add new localizations by @dgnyldrm7 in #20364
- Admin.abp.io — Create "Downloads" page by @dgnyldrm7 in #20588
- Update latest-versions.json by @voloagent in #20497
- Show H1 tag value for page titles by @realLiangshiwei in #20525
- Set
IAuthenticateResultFeature
andIHttpAuthenticationFeature
after getting dynamic claims. by @maliming in #20596 - Make User-defined function mapping compatible with
DevExtreme.AspNet.Data
. by @maliming in #20642 - Disable reader cache in the development environment. by @maliming in #20638
- Support wildcard domain in
AppUrlProvider
. by @maliming in #20628 - Add ProviderKeyDisplayName to feature modal by @realLiangshiwei in #20648
- Add localization by @salihozkara in #20577
- Attach auth server current culture info to response. by @maliming in #20428
- Update index.md by @suhaib-mousa in #20684
- Hangfire Dashboard Authorization In API Website. by @maliming in #20704
- Add optional X509KeyStorageFlags parameter to
AddProductionEncryptionAndSigningCertificate
. by @maliming in #20705 - Add HowItWorks_Description_Title by @fahrigedik in #20695
- Add studio issue template by @berkansasmaz in #20712
- Fix: Blog tag problem by @salihozkara in #20719
- Update and fixes es.json by @washyn in #20725
- Update en.json for Submit post by @fahrigedik in #20703
- Add Google Cloud Storage BLOB Provider by @realLiangshiwei in #20747
- Add BLOB Storing Google Provider document by @realLiangshiwei in #20754
- Add
Volo.Abp.BlobStoring.Google
to common.ps1 by @EngincanV in #20758 - Bump AsyncKeyedLock to 7.0.1 by @MarkCiliaVincenti in #20583
- Add technical support item to the contact page by @dgnyldrm7 in #20776
- Update latest-versions.json by @voloagent in #20757
- Publish an event when dynamic permissions change. by @maliming in #20767
- admin.abp.io — Update modules page by @dgnyldrm7 in #20688
- Add Localization. by @fahrigedik in #20772
- Add Localization by @fahrigedik in #20795
- Angular - Route Based Breadcrumb Configuration for Account Package by @sumeyyeKurtulus in #20666
- Blog post for v8.3 by @EngincanV in #20763
- Only set specific type of exception's
data
toerrorInfo.Data
. by @maliming in #20812 - Feat(blazor): html ui message alert by @nebula2 in #20792
- NgbModalOptions Examples by @E-Aghbari in #20682
- Add open source template pro template upgrade question by @dgnyldrm7 in #20846
- Optimize the way to get
Map
method through reflection. by @maliming in #20829 - Add Localization - issue 5008 by @fahrigedik in #20845
- How to use with ABP Suite doc added by @ahmetfarukulu in #20832
- new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20817
- Only get dynamic claims if
IsDynamicClaimsEnabled
. by @maliming in #20879 - new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20412
- new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20726
- Language edit problem fixed by @ahmetfarukulu in #20886
- Update Localization by @fahrigedik in #20887
- Contact Page Topic Revision Recommendations by @dgnyldrm7 in https://github.co...
8.3.4
What's Changed
- Update studio docs for v0.9.5 by @berkansasmaz in #21277
- Revise studio
version compatibility
document by @berkansasmaz in #21281 - Update HTTP-Error-Handling.md by @OsamaElkorashy in #20002
- Template selection guide review by @ebicoglu in #21304
- Template selection guide by @hikalkan in #21303
- Check if folder exist in NugetPackageToLocalReferenceConverter by @yekalkan in #21312
- Fix Datatable fnSetColumnVis legacy method usage issue by @realLiangshiwei in #21316
- Always use pipelines to operate Redis by @realLiangshiwei in #21322
- Overall document for mvc ui should be seen in the navigation menu when the document is opened by @EngincanV in #21328
- Handles case where users need to confirm
email
orphone number
. by @maliming in #21271 - Update auto-pr.yml by @maliming in #21343
- Update studio docs for v0.9.6 by @berkansasmaz in #21351
- Add provider option and replacer functions to schematics by @masum-ulu in #21349
- Updated migration naming by @hirenvadher954 in #21358
- Update version to release 8.3.4 by @skoc10 in #21366
New Contributors
- @OsamaElkorashy made their first contribution in #20002
- @hirenvadher954 made their first contribution in #21358
Full Changelog: 8.3.3...8.3.4
9.0.0-rc.3
What's Changed
- Check if folder exist in NugetPackageToLocalReferenceConverter by @yekalkan in #21312
- Fix Datatable fnSetColumnVis legacy method usage issue by @realLiangshiwei in #21316
- Always use pipelines to operate Redis by @realLiangshiwei in #21322
- Upgrade to .NET 9.0 final. by @maliming in #21320
- Update default Rebus configuration by @realLiangshiwei in #21326
- Overall document for mvc ui should be seen in the navigation menu when the document is opened by @EngincanV in #21328
- Handles case where users need to confirm
email
orphone number
. by @maliming in #21271 - Update version to release 9.0.0-rc.3 by @skoc10 in #21337
Full Changelog: 9.0.0-rc.2...9.0.0-rc.3
9.0.0-rc.2
What's Changed
- Migration Guide for v9.0 by @EngincanV in #21152
- Update abp-9-0.md by @EngincanV in #21154
- Explain request-status in list-service document by @masum-ulu in #21157
- Move deployment documents to the new documentation by @skoc10 in #21161
- Update road-map.md for v9.0 by @EngincanV in #21165
- Update
How to add a custom grant type in OpenIddict
by @maliming in #21167 - Update release-notes.md for v9.0 by @EngincanV in #21174
- fixed document render error issue-5102 by @fahrigedik in #21173
- Use
Redirect
instead ofRedirectToPage
. by @maliming in #21189 - Update abp-8-3.md by @maliming in #21198
- Update adding source code for basic-theme documentation by @ahmetfarukulu in #21201
- Do not return the smtp password to the UI settings page. by @maliming in #21156
- Angular - Search Configurations for the Permissions Modal by @sumeyyeKurtulus in #21184
- Update studio docs for 0.9.3 release by @EngincanV in #21216
- Update studio docs for v0.9.4 by @EngincanV in #21221
- Add
Tenant impersonation & User impersonation
to docs menu. by @maliming in #21225 - Update abp-8-3.md by @maliming in #21224
- Make sure
Value
ofFixedLocalizableString
not null. by @maliming in #21206 - Update IIS document to explain How to get
stdout-log
by @maliming in #21231 - Update impersonation.md by @ajlirap in #21238
- Update impersonation.md by @ajlirap in #21239
- Update abppkg packages of blogging test app projects by @yekalkan in #21245
- Update configuring-openIddict.md by @maliming in #21249
- Align feature child inputs by @masum-ulu in #21250
- Update
Blazorise
to1.6.2
. by @maliming in #21255 - Update version to release 8.3.3 by @skoc10 in #21260
- Update Microservice Localization Documents (for UI Localizations & Dynamic Localization) by @EngincanV in #21219
- Update studio docs for v0.9.5 by @berkansasmaz in #21277
- Revise studio
version compatibility
document by @berkansasmaz in #21281 - Angular - Refactoring the Extension System for Using the Injection Cycle by @sumeyyeKurtulus in #21197
- Update
Blazorise
to1.6.2
by @maliming in #21285 - Update HTTP-Error-Handling.md by @OsamaElkorashy in #20002
- Update localization-system.md by @salihozkara in #21287
AddOrReplaceEvent
when unit of workCompleteAsync
. by @maliming in #21211- Update version to release 9.0.0-rc.2 by @skoc10 in #21292
- Set the first tab active after search in permissions by @enisn in #21210
- Template selection guide review by @ebicoglu in #21304
- Template selection guide by @hikalkan in #21303
New Contributors
- @OsamaElkorashy made their first contribution in #20002
Full Changelog: 9.0.0-rc.1...9.0.0-rc.2
8.3.3
What's Changed
- Add blazor-webapp option to CLI by @salihozkara in #21059
- Arrangement of the title order in documents. - Issue-21032 by @fahrigedik in #21035
- Update nav titles by @salihozkara in #21116
- Update GDPR documentation and mention cookie consent localization entries by @EngincanV in #21127
- Language edit problem fixed by @ahmetfarukulu in #21138
- Update branch name for rel-9.0 by @skoc10 in #21141
- Modular CRM tutorial updated by @ahmetfarukulu in #21129
- Move deployment documents to the new documentation by @skoc10 in #21161
- Update adding source code for basic-theme documentation by @ahmetfarukulu in #21201
- Update studio docs for 0.9.3 release by @EngincanV in #21216
- Update studio docs for v0.9.4 by @EngincanV in #21221
- Add
Tenant impersonation & User impersonation
to docs menu. by @maliming in #21225 - Update abp-8-3.md by @maliming in #21224
- Update impersonation.md by @ajlirap in #21238
- Update abppkg packages of blogging test app projects by @yekalkan in #21245
- Update configuring-openIddict.md by @maliming in #21249
- Align feature child inputs by @masum-ulu in #21250
- Update version to release 8.3.3 by @skoc10 in #21260
Full Changelog: 8.3.2...8.3.3
9.0.0-rc.1
What's Changed
- Page title and descripitons localizations by @honurbu in #19964
- Update version for nightly build by @skoc10 in #20229
- Update POST.md by @salihozkara in #20261
- Add localization by @salihozkara in #20273
- Update FAQ texts by @dgnyldrm7 in #20280
- OpenIddict module localization was translated to Persian by @naderjavid in #20282
- Created docker file for azure devops by @skoc10 in #20279
- Add a json for vs-internal-4542 by @dgnyldrm7 in #20291
- Identity module's Persian localization has been updated. by @naderjavid in #20283
- IdentityServer's persian localization has been updated by @naderjavid in #20284
- New Blog Post:
Introducing the New ABP CLI
by @EngincanV in #20289 - Add
tooltip
forLockoutEnabled
filed. by @maliming in #20274 - Update Readme links by @salihozkara in #20272
- Abp united by @salihozkara in #20327
- Add
WebAssemblyMultiTenantUrlProvider
. by @maliming in #20293 - Add
Extension Property Policy
feature. by @maliming in #20281 - Add IP Address of the client in community posts page by @dgnyldrm7 in #20361
- Update AsyncKeyedLock to 7.0.0 by @MarkCiliaVincenti in #20375
- Add
Width
property toTableColumn
class. by @maliming in #20326 - Add a FAQ about the Personal License by @dgnyldrm7 in #20389
- Support for Rendering Custom JSON Sections Starting with "```" by @salihozkara in #20325
- Update latest-versions.json by @voloagent in #20339
- Add deferred attribute by @salihozkara in #20392
- Fix redirection problem by @salihozkara in #20393
- Translated to Swedish (sv) by @improwise in #20423
- Fix post resubmit by @salihozkara in #20425
- Essential Videos Improvements by @dgnyldrm7 in #20437
- Trim the changed value when users change their first or last name. by @maliming in #20472
- Release post for v8.3.0 by @EngincanV in #20367
- Update dom-event-handlers.js by @salihozkara in #20480
- Ip Address' p should be a capital letter by @dgnyldrm7 in #20487
- Add DocumentRenderErrorEvent by @realLiangshiwei in #20463
- Blog Post: "New ABP Documentation System: Everything You Need In One Place 📣" by @EngincanV in #20493
- Show Document navigation text for page title by @realLiangshiwei in #20429
- Update v8.3 release post. by @EngincanV in #20508
- Add Missing Image of Module Architecture by @sedasen in #20520
- Add a FAQ about the Personal License by @dgnyldrm7 in #20518
- [blog] how to switch between user's organization units. by @maliming in #20362
- Add a FAQ about the Personal License by @dgnyldrm7 in #20527
- DateRangePicker Improvements by @realLiangshiwei in #20485
- Add a FAQ about the Personal License by @dgnyldrm7 in #20529
- Add Url to DocumentRenderErrorEvent by @realLiangshiwei in #20543
- Angular - Update Toastr Styles by @sumeyyeKurtulus in #20494
- Docs module: Show larger image on the same page by @salihozkara in #20557
- Add Yaml Support by @salihozkara in #20586
- Add new localizations by @dgnyldrm7 in #20364
- Admin.abp.io — Create "Downloads" page by @dgnyldrm7 in #20588
- Update latest-versions.json by @voloagent in #20497
- Show H1 tag value for page titles by @realLiangshiwei in #20525
- Set
IAuthenticateResultFeature
andIHttpAuthenticationFeature
after getting dynamic claims. by @maliming in #20596 - Make User-defined function mapping compatible with
DevExtreme.AspNet.Data
. by @maliming in #20642 - Disable reader cache in the development environment. by @maliming in #20638
- Support wildcard domain in
AppUrlProvider
. by @maliming in #20628 - Add ProviderKeyDisplayName to feature modal by @realLiangshiwei in #20648
- Add localization by @salihozkara in #20577
- Attach auth server current culture info to response. by @maliming in #20428
- Update index.md by @suhaib-mousa in #20684
- Hangfire Dashboard Authorization In API Website. by @maliming in #20704
- Add optional X509KeyStorageFlags parameter to
AddProductionEncryptionAndSigningCertificate
. by @maliming in #20705 - Add HowItWorks_Description_Title by @fahrigedik in #20695
- Add studio issue template by @berkansasmaz in #20712
- Fix: Blog tag problem by @salihozkara in #20719
- Update and fixes es.json by @washyn in #20725
- Update en.json for Submit post by @fahrigedik in #20703
- Add Google Cloud Storage BLOB Provider by @realLiangshiwei in #20747
- Add BLOB Storing Google Provider document by @realLiangshiwei in #20754
- Add
Volo.Abp.BlobStoring.Google
to common.ps1 by @EngincanV in #20758 - Bump AsyncKeyedLock to 7.0.1 by @MarkCiliaVincenti in #20583
- Add technical support item to the contact page by @dgnyldrm7 in #20776
- Update latest-versions.json by @voloagent in #20757
- Publish an event when dynamic permissions change. by @maliming in #20767
- admin.abp.io — Update modules page by @dgnyldrm7 in #20688
- Add Localization. by @fahrigedik in #20772
- Add Localization by @fahrigedik in #20795
- Angular - Route Based Breadcrumb Configuration for Account Package by @sumeyyeKurtulus in #20666
- Blog post for v8.3 by @EngincanV in #20763
- Only set specific type of exception's
data
toerrorInfo.Data
. by @maliming in #20812 - Feat(blazor): html ui message alert by @nebula2 in #20792
- NgbModalOptions Examples by @E-Aghbari in #20682
- Add open source template pro template upgrade question by @dgnyldrm7 in #20846
- Optimize the way to get
Map
method through reflection. by @maliming in #20829 - Add Localization - issue 5008 by @fahrigedik in #20845
- How to use with ABP Suite doc added by @ahmetfarukulu in #20832
- new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20817
- Only get dynamic claims if
IsDynamicClaimsEnabled
. by @maliming in #20879 - new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20412
- new.abp.io page's title and descriptions updates by @dgnyldrm7 in #20726
- Language edit problem fixed by @ahmetfarukulu in #20886
- Update Localization by @fahrigedik in #20887
- Contact Page Topic Revision Recommendations by @dgnyldrm7 in #20889
- Remove React Native template from the open source side & update docs regarding that. by @EngincanV in #20891
- Permission management modal html by @halimekarayay in #20893
- New.abp.io page's title and descriptions updates by @dgnyldrm7 in https://github.com/abpframework/abp/...
8.3.2
What's Changed
- Update release-notes for v8.3 stable version. by @EngincanV in #20875
- Docs: Update source-code command for the Lepton Theme module. by @EngincanV in #20897
- Fix code blocks by @hikalkan in #20902
- Update openiddict-mvc.md by @salihozkara in #20912
- [8.3] Translated to Swedish (sv) by @maliming in #20918
- Fix Document Error issue-20924 by @fahrigedik in #20926
- Update console & wpf startup template docs to create template with the old CLI by @EngincanV in #20929
- Update pen test results for v8.3.0 by @EngincanV in #20936
- Update link by @minhtaile2712 in #20933
- Update abp-8-2.md by @maliming in #20954
- Fix version null exception for FileSystemDocumentSource and Update document by @salihozkara in #20961
- CLI: CmdHelper should be working even the directory has 'space' characters by @EngincanV in #20965
- Remove Theme Limitation warning of BrandingProvider by @enisn in #20966
- Modular crm doc sync by @ahmetfarukulu in #20983
- Modular crm doc sample refactored by @ahmetfarukulu in #20986
- Update Studio docs for v0.8.4 by @EngincanV in #20989
- Fix Docs Browser&Menu&Page Title Differences by @salihozkara in #20973
- Update auto-pr.yml for prerel-9.0 by @skoc10 in #21003
- Change the title size in all documents - issue-21015 by @fahrigedik in #21016
- Fix sample document bug by @masum-ulu in #21020
- Update Suite docs for v8.3 by @EngincanV in #21002
- Update studio docs for v0.9.1 by @EngincanV in #21043
- Update impersonation.md by @maliming in #21051
- Use the logic in the
ResolveAsync
method to implement theResolve
method. by @maliming in #21046 - Remove
OnDisconnectedAsync
method fromAbpAuthenticationHubFilter
. by @maliming in #21070 - Downgrade codemirror to 5.65.1 version by @realLiangshiwei in #21083
- Update samples/index.md by @EngincanV in #21100
- Update version to release 8.3.2 by @skoc10 in #21104
Full Changelog: 8.3.1...8.3.2