Releases: abpframework/abp
Releases · abpframework/abp
9.1.1
What's Changed
- Update version to release 9.0.7 by @skoc10 in #22283
- Remove
InteractiveAuto
check to add style files by @realLiangshiwei in #22296 - Add guidance and revisit the cancellation token document by @hikalkan in #22310
- Map static assets if there is a blazor client project. by @maliming in #22306
- Delete all
blog posts
when deleting theblog
. by @maliming in #22298 - Add
IgnoredNavigationEntitySelectors
toAbpEntityChangeOptions
to ignore navigation properties. by @maliming in #22315 - Update studio docs for v0.9.23 by @ekaradev in #22322
- Close the feature management modal after reset values by @realLiangshiwei in #22321
- Update studio docs for v0.9.24 by @ekaradev in #22340
- Add documentation for custom components in Blazor navigation menu by @enisn in #22344
- Update outdated blazor documents. by @maliming in #22332
- Update studio docs for v0.9.25 by @ekaradev in #22342
- Cli: provided a way to hide commands from command list by @yekalkan in #22338
- Include
RemoteServiceConfigurationProvider
in the client proxies documentation by @enisn in #22355 - Update documents for health check feature by @yekalkan in #22359
- Angular - Updating migration guide for angular version upgrade by @sumeyyeKurtulus in #22365
- Angular - Updating migration guide for angular version upgrade [typo fix] by @sumeyyeKurtulus in #22367
- Remove duplicate
Module Development Best Practices
. by @maliming in #22371 - Update MongoDB documentation to enable transactions and add Docker setup instructions by @maliming in #22370
- Pre-defined service feature docs by @ekaradev in #22358
- Remove
Microsoft.EntityFrameworkCore.Relational
fromVolo.Abp.EntityFrameworkCore.MySQL.csproj
by @maliming in #22381 - Avoid loading the script twice and style
flicker
problem after prerender. by @maliming in #22357 - Update identityserver4-step-by-step.md by @maliming in #22400
- Redirect to login URL instead of logout URL in WebAssemblyRedirectToLogin Component by @realLiangshiwei in #22412
- Explain data deletion process briefly in the GDPR Module document by @EngincanV in #22402
- Make Bundling system support MAUI Blazor by @realLiangshiwei in #22333
- Angular - Fixing depth margin for feature management component by @sumeyyeKurtulus in #22418
- Update version mismatch warning during solution creation by @yekalkan in #22422
- Update auto-pr.yml for rel-9.2 by @skoc10 in #22440
- Update the template selection image by @maliming in #22435
- Update Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling project target to net9.0 by @realLiangshiwei in #22441
- Update version to release 9.0.8 by @skoc10 in #22456
- Update version to release 9.1.1 by @skoc10 in #22475
- test: error notification by @salihozkara in #22478
- Revert "test: error notification" by @salihozkara in #22480
- Update ABP Penetration Test Report by @salihozkara in #22477
Full Changelog: 9.1.0...9.1.1
9.0.8
What's Changed
- Add documentation for custom components in Blazor navigation menu by @enisn in #22344
- Include
RemoteServiceConfigurationProvider
in the client proxies documentation by @enisn in #22355 - Update MongoDB documentation to enable transactions and add Docker setup instructions by @maliming in #22370
- Remove
Microsoft.EntityFrameworkCore.Relational
fromVolo.Abp.EntityFrameworkCore.MySQL.csproj
by @maliming in #22381 - Update version to release 9.0.8 by @skoc10 in #22456
Full Changelog: 9.0.7...9.0.8
9.2.0-rc.1
What's Changed
- Update version for 9.2.0-preview by @skoc10 in #21794
- Add localizations by @salihozkara in #21787
- Angular - Update documentation for the advanced entity filters by @sumeyyeKurtulus in #21813
- Update latest-versions.json by @voloagent in #21832
- Update Entity Cache document by @realLiangshiwei in #21842
- Update AbpTabTagHelperService.cs. Fix content-class attributes to use the .Value property by @ejohnson-dotnet in #21875
- Use
Debug
instead of"Information
log level during module loading. by @maliming in #21870 - Update
Blazorise
to latest1.7.2
. by @maliming in #21881 - Add
DistributedLock
for background worker. by @maliming in #21916 - Replace toastr with a new implementation. by @maliming in #21940
- Update
abp-toast.js
to use fontawesome icons. by @maliming in #21956 - Create a release post for v9.1 by @EngincanV in #21960
- Update migration guides for v9.1 by @EngincanV in #21966
- Create a new blog post: "ABP Studio Now Supports MacOS Intel" by @EngincanV in #21972
- Upgrade
MongoDB.Driver
to3.1.0
. by @maliming in #21807 - Add an article to
Fix Openiddict IIS problem
. by @maliming in #21981 - Get the before and after changes of navigation properties. by @maliming in #21873
- Update en.json by @salihozkara in #21987
- New FAQ Texts Added by @MansurBesleney in #21999
- Update latest-versions.json by @voloagent in #21958
- Update
Blazorise
to latest1.7.3
. by @maliming in #22006 - Documentation updates for docker-compose support in app template by @realLiangshiwei in #22013
- Added user clean up pages localization values. by @MansurBesleney in #21908
- Vs internal issue #5807 by @MansurBesleney in #21989
- Add security info to OpenAI integration article by @berkansasmaz in #22050
- Added localization texts. by @MansurBesleney in #22049
- Update form-elements.md to link to en-us language page of Microsoft by @ejohnson-dotnet in #22051
- Fix Pagination Previous Button Behavior by @magicjar in #22007
- Add an article to explain transaction in UOW. by @maliming in #21998
- feat(blob-storing): implement Bunny.net blob storage provider by @suhaib-mousa in #22004
- New Article: Customizing Authentication Flow with OpenIddict Events in ABP Framework by @EngincanV in #22070
- Update en.json by @salihozkara in #22072
- Update en.json by @halimekarayay in #22034
- Update Article Post by @yagmurcelk in #22082
- Update Article POST by @yagmurcelk in #22091
- Add "alternative words" to filter items in docs by @realLiangshiwei in #22065
- Update update-versions.yml github action pipeline by @skoc10 in #22101
- Added the correct link to a tags href attribute in localization files. by @MansurBesleney in #22112
- Fix common.props by @maliming in #22128
- Remove
@abp/toastr
fromaspnetcore.mvc.ui.theme.shared
package. by @maliming in #22129 - Changes to make LocalDistributedEventBus able to use outbox/inbox patterns by @NunoGamaVieira in #21965
- Fix duplicate consumption of events when connection is broken by @realLiangshiwei in #22119
- Add new articles by @salihozkara in #22121
- Refactor connection string checkers to initialize connection settings within try blocks. by @maliming in #22146
- Localize "No data available" message in AbpExtensibleDataGrid component. by @maliming in #22155
- Update Rendering Logic to Standardize URL Handling by @realLiangshiwei in #22088
- Update latest-versions.json by @voloagent in #22149
- Upgrade OpenIddict to
6.1.0
. by @maliming in #22160 - Revert "v9.2.0-preview" by @masum-ulu in #22180
- Added localization by @MansurBesleney in #22181
- Add Sortable to DataGrid ExtraProperties Column by @realLiangshiwei in #22190
- Provided links at FAQ sections. by @MansurBesleney in #22188
- Disable
PushedAuthorizationBehavior
feature by default. by @maliming in #22193 - Add
RequireEmailVerificationToRegister
setting. by @maliming in #21973 - Localization values added. by @MansurBesleney in #22202
- Localization values added. by @MansurBesleney in #22203
- Encryption and Decryption in ABP Framework. by @maliming in #22195
- Update en.json by @salihozkara in #22209
- Update modals.md to use Bootstrap 5 attributes by @ejohnson-dotnet in #22210
- Localization typo fix. by @MansurBesleney in #22217
- Using Pushed Authorization Requests In ABP Framework. by @maliming in #22165
- Update POST.md to specify the ABP version that support PAR. by @maliming in #22220
- Typo fix on permission name and menu name. by @MansurBesleney in #22225
- Update documentation for Desktop and Mobile toolbar by @realLiangshiwei in #22218
- Refactor AbpDatePickerBaseTagHelper to accept IOptions for improved configuration by @realLiangshiwei in #22233
- Update
OpenIddict
to6.1.1
. by @maliming in #22235 - Update
CaptchaExplanation
text. by @maliming in #22242 - Refactor AbpDatePickerBaseTagHelper by @salihozkara in #22239
- Improve Feature management modal by @realLiangshiwei in #22237
- add new article by @salihozkara in #22255
- Localization Update by @MansurBesleney in #22265
- Angular - Adding localization keys for the audit logging module by @sumeyyeKurtulus in #22131
- Update post.md by @salihozkara in #22280
- Remove unnecessary retrieval of application, authorization, scope, and token models. by @maliming in #22281
- Update all ms packages to latest. by @maliming in #22277
- Update latest-versions.json by @voloagent in #22261
- Update version to release 9.0.7 by @skoc10 in #22283
- Downgrade Microsoft.CodeAnalysis package versions to 4.5.0 by @maliming in #22287
- Update package references to latest versions in templates. by @maliming in #22293
- Update
How to add a custom grant type in OpenIddict
. by @maliming in #22295 - Update latest-versions.json to v9.1.0 by @EngincanV in #22284
- Remove
InteractiveAuto
check to add style files by @realLiangshiwei in #22296 - Warn developer to migrate & seed database if no user in the database. by @maliming in #21906
- Add
ApplicationName
property to isolate jobs/workers. by @maliming in #22169 - Using Outbox/Inbox Pattern for Reliable Event Handling in a Multi-Module Monolithic Application by @maliming in #22194
- Add guidance and revisit the cancellation token document by @hikalkan in #22310
- Update template migration files. by @maliming in #22316
- Add documentation for configuring background jobs and workers with multiple applications by @maliming in https://github.com/abpframework/ab...
9.0.7
What's Changed
- Update microservice-mongodb.md by @EngincanV in #22266
- Update version to release 9.0.7 by @skoc10 in #22283
Full Changelog: 9.0.6...9.0.7
9.1.0
What's Changed
- Update version for 9.1.0-preview by @skoc10 in #21007
- Change dotnetRunMessages to bool for launchSettings.json by @wangj90 in #20847
- Bump AsyncKeyedLock to 7.0.2 by @MarkCiliaVincenti in #21067
- Improved performance for SemaphoreSlim locking. by @MarkCiliaVincenti in #21065
- Add new reference to "How to use .NET Aspire with ABP framework" article by @berkansasmaz in #21092
- Change the is satisfied and to expression examples by @HamzaSallakh in #21091
- Update latest-versions.json by @voloagent in #21111
- Prepare blog post for v9.0 release by @EngincanV in #21160
- Add Localization. by @fahrigedik in #21177
- Fix small typos in the ".NET Aspire vs ABP Studio: Side by Side" article by @EngincanV in #21066
- Delete comments when deleting blog posts and pages by @realLiangshiwei in #21108
- ABP Community Article: Hybrid Cache in .NET 9 by @EngincanV in #21233
- Add Localization. issue-5213 by @fahrigedik in #21215
- ABP Community Article: EF Core 9 Read-only Primitive Collections by @berkansasmaz in #21254
- Update Localization by @salihozkara in #21252
- Created .NET Aspire 9.0 Features community article by @ismcagdas in #21264
- Docs Content Reviews - Issue 4531 2 by @fahrigedik in #21220
- Update studio docs for v0.9.5 by @berkansasmaz in #21276
- Fix typo in Spanish translation for "Loading..." by @LuisPignataro in #20297
- Create Keyed DI in middlewares community article by @salihozkara in #21274
- Add article on SignalR support for trimming and Native AOT by @ahmetfarukulu in #21280
- Update latest-versions.json by @voloagent in #21269
- AsyncKeyedLock optimizations by @MarkCiliaVincenti in #21305
- Add localization. by @fahrigedik in #21195
- Add localization - issue 5294 by @fahrigedik in #21243
- Community article
Optimize-static-web-asset-delivery
by @maliming in #21275 - Remove
secondaryIds
from path if itsOptional
. by @maliming in #21307 - ABP Community Article:
EF Core 9 LINQ & SQL translation
by @realLiangshiwei in #21341 - C# 13 Features Article by @enisn in #21346
- Update latest-versions.json by @voloagent in #21370
- Update latest-versions.json by @voloagent in #21386
- Add localization - issue-5286 by @fahrigedik in #21387
- Add localization. by @fahrigedik in #21418
- Angular - Aligning Related Dependencies for NPM (abp) by @sumeyyeKurtulus in #21384
- add localization. - issue-5471 by @fahrigedik in #21431
- Check & move related blog posts on deletion by @realLiangshiwei in #21348
- Update PermissionDataSeeder.cs by @mazarkaman in #21445
- Skip insert
permissions
if thepermissions
are empty. by @maliming in #21453 - Update get-started doc - issue-5489 by @fahrigedik in #21451
- Create blog post for v9.0 stable release by @EngincanV in #21388
- Add
ProxyHttpClientPreSendActions
toAbpHttpClientOptions
. by @tiantian0531 in #21213 - Add
Idle Session Timeout
document. by @maliming in #21464 - Add dapr event handlers as an endpoint to compatible with Dapr SDK. by @maliming in #21488
- Add new community article: "How to use OpenAI API with ABP framework" by @berkansasmaz in #21503
- Add cover image to OpenAI-Integration article by @berkansasmaz in #21523
- Update latest-versions.json by @voloagent in #21536
- Make edit and delete buttons work with dark theme by @realLiangshiwei in #21543
- Remove class if an entity action has no text by @realLiangshiwei in #21547
- Upgrade
Hangfire
packages to latest(1.8.17
). by @maliming in #21525 - Angular - Small Fix on Test Email Modal by @sumeyyeKurtulus in #21537
- Improve bookstore tutorial according to the feedback by @realLiangshiwei in #21545
- Added community article explaining new unit test structure. by @maliming in #21580
- Add options to include/exclude query schema and host by @realLiangshiwei in #21586
- Fix contents of the code are invisible and corrupt in docs module document by @realLiangshiwei in #21593
- Delete unnecessary
_Host.cshtml
files. by @maliming in #21606 - Update latest-versions.json by @voloagent in #21601
- Update latest-versions.json by @gizemmutukurt in #21624
- added interface for rabbitmq eventbus by @tntwist in #21630
- Create a new blog post for announcing Abp Studio r2r publishing by @EngincanV in #21637
- Allow to customize the distributed lock key of BackgroundJobWorker by @realLiangshiwei in #21641
- Add Tencent cloud sms support by @jiaguangli in #21651
- Init Document Node Breadcrumb by @realLiangshiwei in #21599
- Enable object-mapping when source and destination is an enum by @MarkusHoz in #21660
- Angular - Update Templates to the Version 19.0.x by @sumeyyeKurtulus in #21668
- Ignore
defaultLanguage
if there is only one language. by @maliming in #21666 - Angular 19 version update by @masum-ulu in #21669
- Unify the bundling system of
blazor server/wasm and mvc
. by @maliming in #19968 - Rename
IProductRepository
toIRepository<Product, Guid>
. by @maliming in #21687 - Upgrade to Openiddict 6.0.0 by @maliming in #20979
- Update the community article to mention ABP's ExposeKeyedServiceAttribute by @EngincanV in #21714
- Update discord link by @salihozkara in #21727
- Updated VirtualFileExplorer demo and Blazor columns to support HTML rendering by @dolunay in #21450
- Lazy expandable feature for documentation by @realLiangshiwei in #21689
- Add comments for extension methods of
IAuthorizationService/IFeatureChecker
. by @maliming in #21737 - Add an option to return value if decrypt failed by @realLiangshiwei in #21744
- Added
filter
toGetWaitingEventsAsync
method. by @maliming in #21716 - Ordered by creation time by default. by @realLiangshiwei in #21736
- Update
ABP Global Assets - New way to bundle JavaScript/CSS files in Blazor WebAssembly app
. by @maliming in #21742 - Update global-scripts-styles.md by @maliming in #21752
- Update localization by @salihozkara in #21763
- Fix the issue of cancel edit button wrong URL by @salihozkara in #21753
- Add permissions for dynamic menu items by @realLiangshiwei in #21733
- Fix: Docs permission problem by @salihozkara in #21756
- Add new localizations to account resource by @berkansasmaz in #21774
- Prevent loading child items when lazy expand menu redirect by @realLiangshiwei in #21777
- Add new localizations by @salihozkara in #21773
- Favorites filtering blog posts by @suhaib-mousa in #21236
- Make methods of local distributed eventbus virtual by @tntwist in #2166...
9.0.6
What's Changed
- Angular - Fixing angular eslint dependency problem on templates by @sumeyyeKurtulus in #22157
- Remove
datatables.net
compatible code. by @maliming in #22159 - Add a note to 9.0 migration guide to indicate supporting both .NET 8 & .NET 9 by @EngincanV in #22170
- Update
list-modules
description in cli docs by @yekalkan in #22183 - Update account-pro document and add additional properties for AbpAccountOptions by @EngincanV in #22196
- Angular - Fix saas proxy generation imports by @erdemcaygor in #22204
- Update
Pomelo.EntityFrameworkCore.MySql
to9.0.0-preview.3.efcore9.0.0
by @maliming in #22213 - Fix part-08.md for modular monolith tutorial (delete the wrong project reference) by @EngincanV in #22227
- Refactor date handling in abp.js and add normalizeString function for date formatting by @realLiangshiwei in #22226
- Update
Npgsql.EntityFrameworkCore.PostgreSQL
to9.0.4
. by @maliming in #22247 - Update migration guide for ABP 9.0 to clarify .NET compatibility by @realLiangshiwei in #22248
- Update version to release 9.0.6 by @skoc10 in #22256
New Contributors
- @erdemcaygor made their first contribution in #22204
Full Changelog: 9.0.5...9.0.6
9.1.0-rc.3
What's Changed
- [rel-9.1] Changes to make LocalDistributedEventBus able to use outbox/inbox patterns. by @maliming in #22134
- Add the missing translation text. by @maliming in #22135
- Add custom
IdentityErrorDescriber
for localized error messages. by @maliming in #22137 - Angular - Fixing angular eslint dependency problem on templates by @sumeyyeKurtulus in #22157
- Remove
datatables.net
compatible code. by @maliming in #22159 - Refactor permission management logic to fix 'Grant all permissions' problem by @realLiangshiwei in #22144
- Add a note to 9.0 migration guide to indicate supporting both .NET 8 & .NET 9 by @EngincanV in #22170
- Angular - Fixing tree node selection problem by @sumeyyeKurtulus in #22154
- Angular - Fixing filter bug on permission modal by @sumeyyeKurtulus in #22152
- Update
list-modules
description in cli docs by @yekalkan in #22183 - Update account-pro document and add additional properties for AbpAccountOptions by @EngincanV in #22196
- Refactor connection string checkers to initialize connection settings within try blocks. by @maliming in #22185
- Angular - Fix saas proxy generation imports by @erdemcaygor in #22204
- Update
Pomelo.EntityFrameworkCore.MySql
to9.0.0-preview.3.efcore9.0.0
by @maliming in #22213 - Update version to release 9.1.0-rc.3 by @skoc10 in #22221
New Contributors
- @erdemcaygor made their first contribution in #22204
Full Changelog: 9.1.0-rc.2...9.1.0-rc.3
9.0.5
What's Changed
- Update ABP Studio docs for v0.9.22 by @EngincanV in #21975
- Fix wrong sample link in the modular monolith tutorial by @EngincanV in #21974
- Publish
DistributedEventSent/Received
events inLocalDistributedEventBus
. by @maliming in #21985 - Move Cms-Kit menu item to root by @yekalkan in #22000
- Skip adding namespaces if module doesn't need
ThemeModule
. by @maliming in #22009 - Remove
protected
modifier from DTO properties. by @maliming in #22016 - Update Studio Monitoring Applications document by @berkansasmaz in #22019
- Made improvements for modular monolith tutorial by @EngincanV in #22023
- Update login command description in CLI document by @berkansasmaz in #22029
- Revise the samples document by @EngincanV in #22027
- Angular - Fix proxy generation problems for the enum types by @sumeyyeKurtulus in #22037
- Revise "Blazor UI: Overall" documentation by @EngincanV in #22040
- Update step3-deployment-github-action.md by @EngincanV in #22062
- Clear event predicates after
GetEventsRecords
method. by @maliming in #22056 - Angular - Fixing the Vite builder warning problem by @sumeyyeKurtulus in #22073
- Fixing local registration for es-build function to consider
cultureNameLocaleFileMap
by @sumeyyeKurtulus in #22078 - Update version to release 9.0.5 by @skoc10 in #22085
- Angular - Adding missing localizations by @sumeyyeKurtulus in #22084
- Check user password if sign in result is
IsNotAllowed
. by @maliming in #22093 - Chore: update .NET Core version from 8.x to 9.x in GitHub Actions dep… by @skoc10 in #22104
- Make Single-Layer Solution navigation Lazy expand by @realLiangshiwei in #22103
- Fix Blog post tag filtering problem by @realLiangshiwei in #22113
- Angular - Fixing nullability and type problems while generating proxy by @sumeyyeKurtulus in #22120
- Add the missing translation text. by @maliming in #22135
- Add custom
IdentityErrorDescriber
for localized error messages. by @maliming in #22137
Full Changelog: 9.0.4...9.0.5
9.1.0-rc.2
What's Changed
- Clear Breadcrumbs & Page ToolbarItems while disposing PageHeader by @enisn in #21888
- Use
ubuntu-22.04
to build and test. by @maliming in #21919 - Set
.AspNetCore.Culture
cookiepath
to/
. by @maliming in #21917 - Angular - Fixing proxy generation problem for the enum type by @sumeyyeKurtulus in #21922
- Publish
DistributedEventSent/DistributedEventReceived
events in unit test for testing. by @maliming in #21928 - Update
Npgsql.EntityFrameworkCore.PostgreSQL
to 9.0.3. by @maliming in #21927 - Added
Encrypting Setting Values in the Application Configuration
section. by @maliming in #21933 - Check if property has
RequiredMemberAttribute
to determineIsRequired
. by @maliming in #21931 - Enhance comment time formatting with localized time ago display by @suhaib-mousa in #21329
- Update version to release 9.0.4 by @skoc10 in #21945
- Update configuring-openIddict.md by @maliming in #21943
- Angular - Fixing the nullability check for proxy generation by @sumeyyeKurtulus in #21951
- Bump up ng-zorro-antd by @masum-ulu in #21954
- Update docs after v9.1 release by @EngincanV in #21962
- Update migration guides for v9.1 by @EngincanV in #21967
- Update ABP Studio docs for v0.9.22 by @EngincanV in #21975
- Fix wrong sample link in the modular monolith tutorial by @EngincanV in #21974
- Angular - Update version to 19.1.x by @sumeyyeKurtulus in #21964
- Publish
DistributedEventSent/Received
events inLocalDistributedEventBus
. by @maliming in #21985 - Fix lazy-expand menu click problem by @realLiangshiwei in #21938
- Move Cms-Kit menu item to root by @yekalkan in #22000
- Update TypeApiDescriptionModel to include instance and public properties. by @maliming in #22011
- Skip adding namespaces if module doesn't need
ThemeModule
. by @maliming in #22009 - Remove
protected
modifier from DTO properties. by @maliming in #22016 - Update Studio Monitoring Applications document by @berkansasmaz in #22019
- Add
LogoUrl
andAppName
to account layout. by @maliming in #21942 - Made improvements for modular monolith tutorial by @EngincanV in #22023
- Update login command description in CLI document by @berkansasmaz in #22029
- Revise the samples document by @EngincanV in #22027
- Angular - Fix proxy generation problems for the enum types by @sumeyyeKurtulus in #22037
- Revise "Blazor UI: Overall" documentation by @EngincanV in #22040
- Update idle-session-timeout.md by @anderjef in #22058
- Update step3-deployment-github-action.md by @EngincanV in #22062
- Clear event predicates after
GetEventsRecords
method. by @maliming in #22056 - Angular - Fixing the Vite builder warning problem by @sumeyyeKurtulus in #22073
- Fixing local registration for es-build function to consider
cultureNameLocaleFileMap
by @sumeyyeKurtulus in #22078 - Update version to release 9.0.5 by @skoc10 in #22085
- Angular - Adding missing localizations by @sumeyyeKurtulus in #22084
- Check user password if sign in result is
IsNotAllowed
. by @maliming in #22093 - Update
System.Linq.Dynamic.Core
to1.6.0.1
by @maliming in #22099 - Chore: update .NET Core version from 8.x to 9.x in GitHub Actions dep… by @skoc10 in #22104
- Make Single-Layer Solution navigation Lazy expand by @realLiangshiwei in #22103
- Update version to release 9.1.0-rc.2 by @skoc10 in #22114
- Angular - Access token management fixes by @sumeyyeKurtulus in #22066
- Fix Blog post tag filtering problem by @realLiangshiwei in #22113
- Angular - Fixing nullability and type problems while generating proxy by @sumeyyeKurtulus in #22120
New Contributors
Full Changelog: 9.1.0-rc.1...9.1.0-rc.2
9.0.4
What's Changed
- Set CI timeout to 40 minutes. by @maliming in #21822
- Update studio docs for v0.9.20 by @EngincanV in #21844
- Remove eshoponabp live demo link from docs by @EngincanV in #21859
- Update configuring-openIddict.md by @MuhammadRashed in #21878
- Fix basic theme blazor menu remain open problem. by @maliming in #21841
- Update auto-pr.yml for rel-9.1 by @skoc10 in #21890
- Updated book store with suite tutorial for other UIs & DBs by @EngincanV in #21887
- Enhance documentation for
abp bundle
by @enisn in #21897 - AbpIoSourceCodeStore should also cover leptonx npm packages by @EngincanV in #21901
- Clear Breadcrumbs & Page ToolbarItems while disposing PageHeader by @enisn in #21888
- Use
ubuntu-22.04
to build and test. by @maliming in #21919 - Set
.AspNetCore.Culture
cookiepath
to/
. by @maliming in #21917 - Angular - Fixing proxy generation problem for the enum type by @sumeyyeKurtulus in #21922
- Publish
DistributedEventSent/DistributedEventReceived
events in unit test for testing. by @maliming in #21928 - Added
Encrypting Setting Values in the Application Configuration
section. by @maliming in #21933 - Update version to release 9.0.4 by @skoc10 in #21945
- Update configuring-openIddict.md by @maliming in #21943
New Contributors
- @MuhammadRashed made their first contribution in #21878
Full Changelog: 9.0.3...9.0.4