Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
9.3.0 source code.tar.gz | 2025-08-07 | 632.5 MB | |
9.3.0 source code.zip | 2025-08-07 | 642.5 MB | |
README.md | 2025-08-07 | 16.8 kB | |
Totals: 3 Items | 1.3 GB | 0 |
What's Changed
- Update docs-nav.json to add the "Bunny" to the document navigation by @suhaib-mousa in https://github.com/abpframework/abp/pull/22455
- Update version for nightly build by @skoc10 in https://github.com/abpframework/abp/pull/22453
- Fix tag closing by @enisn in https://github.com/abpframework/abp/pull/22464
- Add new article by @salihozkara in https://github.com/abpframework/abp/pull/22474
- Fixes duplicated issue templates by @berkansasmaz in https://github.com/abpframework/abp/pull/22473
- Blog Post for v9.2 Release by @EngincanV in https://github.com/abpframework/abp/pull/22492
- Update latest-versions.json by @voloagent in https://github.com/abpframework/abp/pull/22491
- Update ABP Studio Installation document by @m-aliozkaya in https://github.com/abpframework/abp/pull/22503
- Update CLI document to add
password
login option. by @maliming in https://github.com/abpframework/abp/pull/22528 - Validation message localization added by @MansurBesleney in https://github.com/abpframework/abp/pull/22538
- Update latest-versions.json for 9.0.7 and 9.0.8 by @gizemmutukurt in https://github.com/abpframework/abp/pull/22551
- Update
RabbitMQ.Client
to7.x.
by @maliming in https://github.com/abpframework/abp/pull/22510 - Make sure the
existingConnection
is in theOpen
state and useIAsyncDisposable
. by @maliming in https://github.com/abpframework/abp/pull/22579 - Fix Feature management modal scrollbar issue by @realLiangshiwei in https://github.com/abpframework/abp/pull/22580
- Don't write remote exceptions to console for Blazor WASM. by @maliming in https://github.com/abpframework/abp/pull/22436
- Update post.md by @maliming in https://github.com/abpframework/abp/pull/22595
- update link by @salihozkara in https://github.com/abpframework/abp/pull/22596
- Localization fix by @MansurBesleney in https://github.com/abpframework/abp/pull/22625
- Add "timezone" section to v9.2 release post to highlight the new timezone feature by @EngincanV in https://github.com/abpframework/abp/pull/22630
- Make basic demo apps works. by @maliming in https://github.com/abpframework/abp/pull/22639
- Update obsolete attribute message for UseAbpClaimsMap method by @maliming in https://github.com/abpframework/abp/pull/22650
- Disable features if the value is not from the current provider. by @maliming in https://github.com/abpframework/abp/pull/22628
- Add option to support adding
base
element to layout page. by @maliming in https://github.com/abpframework/abp/pull/22598 - Add instructions for publishing applications as IIS sub-applications by @maliming in https://github.com/abpframework/abp/pull/22677
- Update installation instructions in documentation to use
dotnet add package
instead ofInstall-Package
by @realLiangshiwei in https://github.com/abpframework/abp/pull/22680 - Adding screenshots to the Samples documentation by @realLiangshiwei in https://github.com/abpframework/abp/pull/22690
- Add new article on common JWT Bearer errors. by @maliming in https://github.com/abpframework/abp/pull/22701
- Localization fix for the vs internal admin side by @MansurBesleney in https://github.com/abpframework/abp/pull/22721
- Localization download link fix by @MansurBesleney in https://github.com/abpframework/abp/pull/22727
- Optimization of Stream and Resource Management by @1d0n7kn0w in https://github.com/abpframework/abp/pull/21631
- Improve Hangfire Initialization code by @realLiangshiwei in https://github.com/abpframework/abp/pull/22759
- feat: add service key support in registration context. by @maliming in https://github.com/abpframework/abp/pull/22744
- Edit made on localization. by @MansurBesleney in https://github.com/abpframework/abp/pull/22779
- Fix rendered section and add Properties section for each element by @enisn in https://github.com/abpframework/abp/pull/22776
- Sort roles by name in GetRolesAsync and GetAssignableRolesAsync methods by @maliming in https://github.com/abpframework/abp/pull/22804
- Migrating abp packages/account to standalone by @erdemcaygor in https://github.com/abpframework/abp/pull/22816
- [Angular] Provide row data injection for custom table components by @davidsi02 in https://github.com/abpframework/abp/pull/22561
- Localization typo fixed by @MansurBesleney in https://github.com/abpframework/abp/pull/22841
- Add 'use-switch-checkbox' attribute to
AbpInputTagHelper
. by @maliming in https://github.com/abpframework/abp/pull/22835 - Migrating abp packages/theme basic by @erdemcaygor in https://github.com/abpframework/abp/pull/22848
- Migrating abp packages/feature management by @erdemcaygor in https://github.com/abpframework/abp/pull/22852
- Add MauiCurrentApplicationConfigurationCacheResetService class by @maliming in https://github.com/abpframework/abp/pull/22866
- Enhance layout of feature and setting management modals. by @maliming in https://github.com/abpframework/abp/pull/22865
- Refactor dropdown menu classes to remove unnecessary alignment classes by @maliming in https://github.com/abpframework/abp/pull/22833
- Update my community posts and add notes... by @EngincanV in https://github.com/abpframework/abp/pull/22875
- Assign LoginInput only when null by @MichelZ in https://github.com/abpframework/abp/pull/22887
- Export ABP documentation as PDF by @realLiangshiwei in https://github.com/abpframework/abp/pull/22430
- Introduce ITenantNameValidator for extensible tenant name validation by @suhaib-mousa in https://github.com/abpframework/abp/pull/22792
- Improve PDF file generation by @realLiangshiwei in https://github.com/abpframework/abp/pull/22899
- Add a default sort for
First/FirstOrDefault
andLast/LastOrDefault
. by @maliming in https://github.com/abpframework/abp/pull/22888 - localization added by @MansurBesleney in https://github.com/abpframework/abp/pull/22892
- When the value of 'SendExceptionsDetailsToClients' is set to true, the exception should be localized by @salihozkara in https://github.com/abpframework/abp/pull/22902
- Fix: pdf generation by @salihozkara in https://github.com/abpframework/abp/pull/22903
- Remove
Container
postfix fromid
attribute. by @maliming in https://github.com/abpframework/abp/pull/22913 - Update latest-versions.json by @voloagent in https://github.com/abpframework/abp/pull/22894
- Hide modal before creating NewEntity. by @maliming in https://github.com/abpframework/abp/pull/22914
- Update Elsa post to highlight the new Elsa 3 article by @EngincanV in https://github.com/abpframework/abp/pull/22924
- Skip disable feature if
value
orprovider name
isnull
. by @maliming in https://github.com/abpframework/abp/pull/22910 - Perf(mongodb): Optimize event inbox query for better index utilization by @Gilcemir in https://github.com/abpframework/abp/pull/22925
- Set the fixed version 1.0.0 for documents in FileSystem by @salihozkara in https://github.com/abpframework/abp/pull/22891
- Resolving Tenant from Route in ABP Framework. by @maliming in https://github.com/abpframework/abp/pull/22940
- Remove the cover photo from the front of the article. by @maliming in https://github.com/abpframework/abp/pull/22950
- Migrating abp packages to standalone structure by @erdemcaygor in https://github.com/abpframework/abp/pull/22829
- Update en.json by @halimekarayay in https://github.com/abpframework/abp/pull/22949
- Create
TextAreaExtensionProperty
to support multiline object extension for blazor ui by @EngincanV in https://github.com/abpframework/abp/pull/22936 - localization added for invalid youtube urls by @MansurBesleney in https://github.com/abpframework/abp/pull/22960
- Remove redundant header and horizontal rule from profile management tabs by @maliming in https://github.com/abpframework/abp/pull/22918
- Log exception of
ReflectionTypeLoadException
. by @maliming in https://github.com/abpframework/abp/pull/22983 - Add
EditionId
toTenantConfiguration
and use it inEditionFeatureValueProvider
. by @maliming in https://github.com/abpframework/abp/pull/22632 - Add support for custom job names in
AbpBackgroundJobOptions
. by @maliming in https://github.com/abpframework/abp/pull/22714 - [#19528] clean dependencies to leverage framework by @thompson-tomo in https://github.com/abpframework/abp/pull/19609
- Integrating .NET AI Chat Template with ABP Framework by @maliming in https://github.com/abpframework/abp/pull/22884
- Support get permisons info by group name. by @maliming in https://github.com/abpframework/abp/pull/22724
- Convert
CreationTime
to user time. by @maliming in https://github.com/abpframework/abp/pull/23000 - Localization added for vs internal issue. by @MansurBesleney in https://github.com/abpframework/abp/pull/23001
- Update latest-versions 9.2.0 by @skoc10 in https://github.com/abpframework/abp/pull/22996
- Release post for v9.2 stable by @EngincanV in https://github.com/abpframework/abp/pull/22997
- feat(MongoDB): Cache MongoClient per connection string using MongoClientFactory by @mosindi in https://github.com/abpframework/abp/pull/23007
- fix: ensure RabbitMQ QueueArguments from appsettings are parsed into correct types by @moormaster in https://github.com/abpframework/abp/pull/23016
- Update
Understanding the Embedded Files in ABP Framework
by @maliming in https://github.com/abpframework/abp/pull/23021 - Update Blazorise packages to version 1.7.7 by @maliming in https://github.com/abpframework/abp/pull/23013
- Create post.md by @salihozkara in https://github.com/abpframework/abp/pull/23025
- Place the cursor at the end after the element receives focus. by @maliming in https://github.com/abpframework/abp/pull/23005
- Add Excel export to the Audit logs by @salihozkara in https://github.com/abpframework/abp/pull/22982
- Update en.json by @MansurBesleney in https://github.com/abpframework/abp/pull/23038
- Update en.json by @MansurBesleney in https://github.com/abpframework/abp/pull/23040
- Update template projects migration. by @maliming in https://github.com/abpframework/abp/pull/23044
- fix: update AddJob method to use GetJobArgsType for background job name retrieval by @maliming in https://github.com/abpframework/abp/pull/23053
- bump Microsoft IdentityModel and OpenIddict package versions to latest by @maliming in https://github.com/abpframework/abp/pull/23033
- Add guide on solving ABP/MongoDB GUID compatibility by @burakdmir in https://github.com/abpframework/abp/pull/23051
- Angular - Checkboxes are not checked after clicking their labels. by @erdemcaygor in https://github.com/abpframework/abp/pull/23027
- Angular: Updating feature enable/disable behavior for provider criteria by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23052
- Added modular docker container management article by @yekalkan in https://github.com/abpframework/abp/pull/23061
- Announcing ABP Studio 1.0 General Availability by @EngincanV in https://github.com/abpframework/abp/pull/23041
- Update modular-docker-container-management.md by @yekalkan in https://github.com/abpframework/abp/pull/23062
- Add support for
Cron
expressions in background workers and refactor related classes by @maliming in https://github.com/abpframework/abp/pull/23071 - Improve pdf download by @salihozkara in https://github.com/abpframework/abp/pull/22922
- Angular - Multiselect extensible table by @davidsi02 in https://github.com/abpframework/abp/pull/22587
- Add Cron expressions for expired audit log deletion and Excel file cleanup options by @maliming in https://github.com/abpframework/abp/pull/23079
- Update auto-pr.yml for rel-9.3 by @skoc10 in https://github.com/abpframework/abp/pull/23082
- Update version to release 9.3.0-rc.1 by @skoc10 in https://github.com/abpframework/abp/pull/23084
- Create v9.3 Migration Guide by @EngincanV in https://github.com/abpframework/abp/pull/23090
- Update release-notes & roadmap docs for v9.3 by @EngincanV in https://github.com/abpframework/abp/pull/23104
- Remove studio beta expression by @m-aliozkaya in https://github.com/abpframework/abp/pull/23095
- Update blazor's bootstrap.css to 5.3.7. by @maliming in https://github.com/abpframework/abp/pull/23112
- Refactor tab rendering in FeatureManagementModal and SettingManagement for improved readability by @maliming in https://github.com/abpframework/abp/pull/23114
- Update version to release 9.3.0-rc.2 by @skoc10 in https://github.com/abpframework/abp/pull/23164
- Add 'Authorizing' localization text. by @maliming in https://github.com/abpframework/abp/pull/23166
- Force to set parent feature if children set. by @maliming in https://github.com/abpframework/abp/pull/23182
- Angular - Enabling configurable logo provider for the templates by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23111
- Angular - Improved positioning for date picker by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23208
- Angular - Version upgrade to v20 by @erdemcaygor in https://github.com/abpframework/abp/pull/23220
- Update Blazorise packages to version 1.8.0 by @maliming in https://github.com/abpframework/abp/pull/23265
- Update version to release 9.3.0-rc.3 by @skoc10 in https://github.com/abpframework/abp/pull/23266
- Add collapseWithMargin animation to account layout - issue 23299 by @fahrigedik in https://github.com/abpframework/abp/pull/23303
- Angular - Fixing the possible build errors on templates by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23328
- Fixed the abp-toast style for mobile view by @EngincanV in https://github.com/abpframework/abp/pull/23361
- Update version to release 9.3.0-rc.4 by @skoc10 in https://github.com/abpframework/abp/pull/23373
- Angular - If the child feature is disabled because of the edition, the parent should be too by @erdemcaygor in https://github.com/abpframework/abp/pull/23293
- Cli: Fix updating leptonx npm package problem by @yekalkan in https://github.com/abpframework/abp/pull/23382
- Update integration service implementation diagram by @maliming in https://github.com/abpframework/abp/pull/23399
- Disable background job/worker in data migration environments by @maliming in https://github.com/abpframework/abp/pull/23400
- Update LoggedOut.js by @maliming in https://github.com/abpframework/abp/pull/23397
- Angular - Cleanup: drop legacy ngcc compiler support by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23384
- Support both
MySql.EntityFrameworkCore
&Pomelo.EntityFrameworkCore.MySql
. by @maliming in https://github.com/abpframework/abp/pull/23392 - Add link to the article by @hikalkan in https://github.com/abpframework/abp/pull/23417
- Angular - Removing deprecated ngcc option check from the build script by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23422
- Update release notes for ABP Studio 1.1.0–1.1.2 by @berkansasmaz in https://github.com/abpframework/abp/pull/23430
- fix: await getInitialData() in APP_INITIALIZER to prevent localization timing issues by @fahrigedik in https://github.com/abpframework/abp/pull/23408
- Fix wrong dbcontext naming in the modular-crm tutorial by @EngincanV in https://github.com/abpframework/abp/pull/23446
- Return a new list from
WebRequestResources
. by @maliming in https://github.com/abpframework/abp/pull/23445 - Add comments to clarify the return value in
WebRequestResources
. by @maliming in https://github.com/abpframework/abp/pull/23451 - Update C# code samples for correct namespace usages on Blazor by @enisn in https://github.com/abpframework/abp/pull/23444
- Remove HTML encoding from error page output by @maliming in https://github.com/abpframework/abp/pull/23463
- Angular - Documentation updates for angular version migration to 20.0.x by @erdemcaygor in https://github.com/abpframework/abp/pull/23344
- Update version to release 9.3.0 by @skoc10 in https://github.com/abpframework/abp/pull/23467
- Angular - Adding missing config path for
@abp/utils
by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23470 - Fixing wildcard paths for
@abp/utils
by @sumeyyeKurtulus in https://github.com/abpframework/abp/pull/23472
New Contributors
- @davidsi02 made their first contribution in https://github.com/abpframework/abp/pull/22561
- @Gilcemir made their first contribution in https://github.com/abpframework/abp/pull/22925
- @thompson-tomo made their first contribution in https://github.com/abpframework/abp/pull/19609
- @mosindi made their first contribution in https://github.com/abpframework/abp/pull/23007
- @moormaster made their first contribution in https://github.com/abpframework/abp/pull/23016
- @burakdmir made their first contribution in https://github.com/abpframework/abp/pull/23051
Full Changelog: https://github.com/abpframework/abp/compare/9.2.3...9.3.0