Fahri Gedik
0c4d22c93d
Update download link for source code in tutorial
3 months ago
Engincan VESKE
06a2985c25
Merge pull request #24240 from abpframework/10.0-ai-menuitem
Update docs-nav.json
3 months ago
enisn
da037b795d
Update docs-nav.json
3 months ago
Engincan VESKE
3bb9ff973f
Merge pull request #24235 from abpframework/10.0-blazor-docs-fix
Update folder paths for BlazorServer in tutorial
3 months ago
Engincan VESKE
ba4177399b
Merge pull request #24236 from abpframework/10.0-mauiblazor-fix
Update startup project instructions for UI variants
3 months ago
enisn
ae8999a65e
Update namespace selection in Blazor tutorial
Adjusted the namespace declaration in the Blazor tutorial to conditionally use 'TodoApp.Pages' for Blazor UI and 'TodoApp.Components.Pages' otherwise. This clarifies the correct namespace usage based on the UI framework.
3 months ago
enisn
e6df217adf
Update startup project instructions for UI variants
Replaced the hardcoded Blazor project name with a conditional statement to support both Blazor and MAUIBlazor UI options in the tutorial documentation.
3 months ago
enisn
cb6d92cf35
Update folder paths for BlazorServer in tutorial
Adjusted instructions to reference the correct `Components/Pages` folder for BlazorServer projects instead of `Pages`, ensuring clarity for users following the tutorial.
3 months ago
Engincan VESKE
3d4604cd39
Merge pull request #24231 from abpframework/MongoDB.Driver.3.5.1
Update MongoDB.Driver to version 3.5.1
3 months ago
maliming
66db8cb38e
Update MongoDB.Driver to version 3.5.1
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.5.1
3 months ago
Enis Necipoglu
fcf819b3ef
Merge pull request #24225 from abpframework/10.0-release-post
Add blog post for ABP.IO Platform 10.0 stable release
3 months ago
enisn
64124a4f13
Merge branch '10.0-release-post' of https://github.com/abpframework/abp into 10.0-release-post
3 months ago
enisn
a195b5bab0
Update POST.md
3 months ago
github-actions[bot]
9235787ee5
Optimised images with calibre/image-actions
3 months ago
enisn
8d3edadb32
Add blog post for ABP.IO Platform 10.0 stable release
Added a new blog post announcing the release of ABP.IO Platform 10.0 stable version, including upgrade instructions, migration guides, and community news. Also added related images for the post.
3 months ago
erdem
3cc38e0471
Merge pull request #24222 from abpframework/fix/components-upward-conflict
Angular - Fixing the merger conflict on extensible form prop component
3 months ago
Ma Liming
4b713df21d
Merge pull request #24221 from abpframework/EngincanV/migration-noote
Add MySQL compatibility notice for .NET 10.0 to migration guide
3 months ago
Engincan VESKE
ea25805665
Update MySQL compatibility note for ABP 10.0
3 months ago
EngincanV
a8de9df45c
Add MySQL compatibility notice for .NET 10.0 to migration guide
Added a section to the ABP 10.0 migration guide warning users about limited MySQL provider support for .NET 10.0 and recommending to delay upgrades until stable releases are available.
3 months ago
sumeyye
d8acd9a606
fix: merger conflict on extensible form prop component
3 months ago
Engincan VESKE
1fe9757be6
Merge pull request #24217 from abpframework/Docs-Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
Update migration guide for Razor Runtime Compilation
3 months ago
Engincan VESKE
3b538b62f2
Merge pull request #24156 from abpframework/10.0-ai-docs
Revise AI integration docs for ABP Framework
3 months ago
EngincanV
22e370963e
Merge branch 'rel-10.0' into 10.0-ai-docs
3 months ago
maliming
0c1e493122
Update migration guide for Razor Runtime Compilation
3 months ago
Enis Necipoglu
96ad507ab3
Merge pull request #24211 from abpframework/EngincanV-patch-2
Fix typo in the ai doc
3 months ago
Engincan VESKE
89b53e2d78
Fix typo in ai doc
3 months ago
voloagent
6be25c2fcc
Merge branch 'rel-10.0' of https://github.com/abpframework/abp into rel-10.0
3 months ago
voloagent
1356d0133c
Update_NPM_Packages
3 months ago
Ma Liming
0c57de7ead
Merge pull request #24204 from abpframework/auto-merge/rel-9-3/4141
Merge branch rel-10.0 with rel-9.3
3 months ago
Fahri Gedik
f6e6958999
Merge branch 'rel-10.0' into auto-merge/rel-9-3/4141
3 months ago
Alper Ebiçoğlu
937b9b20f5
Merge pull request #24205 from abpframework/skoc10-patch-1
Update version to release 10.0.0 stable
3 months ago
selman koc
1f831c9f65
Update version to release 10.0.0 stable
3 months ago
Yağmur Çelik
0e9d12a425
Merge pull request #24194 from abpframework/issue-#20992
Add custom i18n adapter for ng-bootstrap datepicker
3 months ago
Fahri Gedik
cf2065e166
Add TimepickerI18nAdapter for ng-bootstrap timepicker
Introduces TimepickerI18nAdapter to provide localized AM/PM labels for NgbTimepickerI18n. Updates providers and index exports to register and expose the new adapter.
3 months ago
Yağmur Çelik
10b833cd76
Merge pull request #24187 from abpframework/issue-7593
Improve focus handling for form field visibility
3 months ago
oykuermann
b4b675dd9f
Merge pull request #24199 from abpframework/feature-management-modal.js
Do not trigger `abp-ajax-success` after reset.
3 months ago
maliming
5ea02054f4
Add success notification on feature modal result
3 months ago
maliming
313aae43db
Update notification message on feature reset
3 months ago
maliming
9390f6bc6c
Remove delayed modal hide after feature reset
3 months ago
Fahri Gedik
212290bf5f
Add custom i18n adapter for ng-bootstrap datepicker
Introduced DatepickerI18nAdapter to provide localized labels for the ng-bootstrap datepicker using Angular's locale and ABP config state. Registered the adapter as the provider for NgbDatepickerI18n and updated the adapters index export.
3 months ago
Fahri Gedik
47fec83ae1
Simplify initial field focus logic in form prop component
Replaces the IntersectionObserver-based focus logic with a simpler requestAnimationFrame approach for focusing the first field. This reduces complexity and potential timing issues when focusing the field after view initialization.
3 months ago
Engincan VESKE
1c1dae1f50
Merge pull request #24190 from abpframework/maliming-patch-2
Update Blazorise version in release notes
3 months ago
Ma Liming
d7c96170a6
Update Blazorise version in release notes
3 months ago
Halil İbrahim Kalkan
41080af651
Merge pull request #24182 from abpframework/update-roadmap
Update roadmap & release notes for v10.0
3 months ago
Fahri Gedik
8399ba2afa
Improve focus handling for form field visibility
Refactored focus logic to ensure the field is only focused when visible. Added IntersectionObserver to handle cases where the element is not immediately visible, improving accessibility and user experience.
3 months ago
Ma Liming
a7d17f0e35
Merge pull request #24181 from abpframework/10-update-semantickernel
Update SemanticKernel package versions to 1.67.1
3 months ago
EngincanV
885d4b3677
Update road-map.md
3 months ago
EngincanV
ecf489f678
Update roadmap & release notes for v10.0
3 months ago
enisn
c7a09bfe06
Update SemanticKernel package versions to 1.67.1
Bumped Microsoft.SemanticKernel and Microsoft.SemanticKernel.Abstractions from version 1.61.0 to 1.67.1 to use the latest features and improvements.
3 months ago
Enis Necipoglu
88d6a3ab1a
Merge pull request #24174 from abpframework/Blazorise186
Update Blazorise packages to version 1.8.6
3 months ago