maliming
5d4b7a4719
Add unit tests for AbpSelectTagHelperService info text rendering
- Verify info text is rendered as <div class="form-text"> (not <small>)
- Verify aria-describedby is set on the select tag
2 weeks ago
maliming
4c58ca165f
Render abp-select info as <div class="form-text"> with aria-describedby
- Replace <small> with <div> to match abp-input and the Bootstrap 5 form-text guidance
- Add aria-describedby on the select so screen readers announce the description
2 weeks ago
maliming
aa3baa63bb
Address Copilot review: wrap Clicked.InvokeAsync method group in lambda
2 weeks ago
github-actions[bot]
8f390dc66a
Optimised images with calibre/image-actions
2 weeks ago
Fahri Gedik
1d9fe5b6f0
Docs: remove RN gif and clarify nav switching
Remove the React Native introduction GIF and update the navigation selection guidance. The 'How to choose' section now emphasizes selecting the navigation mode in ABP Studio during the Mobile Framework step, removes the CLI/template-config mention, and warns that switching later requires manually adding the missing navigator package (@react-navigation/drawer or @react-navigation/bottom-tabs ) and updating src/AppContainer.tsx and src/navigators/types.ts. Recommend picking the mode upfront.
2 weeks ago
maliming
2bb8c439cf
Wrap MudBlazor UI calls with InvokeAsync to fix Dispatcher race in InteractiveServer mode
2 weeks ago
Fahri Gedik
b33d666541
Add NativeWind styling guide and RN docs
Add a new Styling with NativeWind guide for the React Native template and update related docs and assets. This commit introduces docs/en/framework/ui/react-native/styling-with-nativewind.md (theme tokens, dark mode, useThemeColors, customization), adds images (rn-home-screen.png, rn-nav-comparison.png) and replaces rn-login-iphone.png. It also updates the React Native index page to mention NativeWind, adds a navigation overview, and registers the new guide in docs-nav.json. Finally, the mobile-applications.md files for the layered-web-application and microservice templates were updated to reference NativeWind and to clarify the project structure and NativeWind config files.
2 weeks ago
Volosoft Agent
a7fbd53ee6
Merge pull request #25348 from abpframework/auto-merge/rel-10-4/4534
Merge branch dev with rel-10.4
3 weeks ago
Ma Liming
418cf44d9b
Merge pull request #25344 from abpframework/EngincanV/10-4-release
Create v10.4 Release Post & Update post-release docs
3 weeks ago
github-actions[bot]
ef36faa71e
Optimised images with calibre/image-actions
3 weeks ago
maliming
7805cc3297
Update preview images for v10.4 blog post
3 weeks ago
github-actions[bot]
03b38dd1d7
Optimised images with calibre/image-actions
3 weeks ago
maliming
5501452551
Add MudBlazor screenshots and notes to v10.4 RC post
3 weeks ago
github-actions[bot]
4e8ba4caa7
Optimised images with calibre/image-actions
3 weeks ago
Engincan VESKE
2593f00dce
Update post-version documents for v10.4
3 weeks ago
github-actions[bot]
a7197346ea
Optimised images with calibre/image-actions
3 weeks ago
Engincan VESKE
bb8d2b65cf
finalize v10.4 release post
3 weeks ago
Engincan VESKE
78a74115a7
Remove QA mentions from 10.4 RC post
Made-with: Cursor
3 weeks ago
Engincan VESKE
c87901ff2a
Add ABP 10.4 RC release docs
Made-with: Cursor
3 weeks ago
Volosoft Agent
69c6768abc
Merge pull request #25343 from abpframework/auto-merge/rel-10-4/4533
Merge branch dev with rel-10.4
3 weeks ago
Volosoft Agent
71330e54cc
Merge pull request #25342 from abpframework/auto-merge/rel-10-3/4532
Merge branch rel-10.4 with rel-10.3
3 weeks ago
Volosoft Agent
b80922994a
Merge pull request #25341 from abpframework/auto-merge/rel-10-2/4531
Merge branch rel-10.3 with rel-10.2
3 weeks ago
Ma Liming
dbf3d60dec
Merge pull request #25340 from abpframework/maliming/fix-blazor-bundle-webassembly-files
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for WebAssembly files
3 weeks ago
maliming
a39ec69d12
Address Copilot review feedback
3 weeks ago
maliming
a7610e51cb
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for `WebAssemblyStyleFiles`/`WebAssemblyScriptFiles`
Resolve `WebAssemblyStyleFiles` and `WebAssemblyScriptFiles` through `IComponentBundleUrlBuilder` so they receive the same `PathBase` prefixing as the prerender bundle files.
3 weeks ago
Volosoft Agent
84a2542582
Merge pull request #25339 from abpframework/auto-merge/rel-10-4/4530
Merge branch dev with rel-10.4
3 weeks ago
Volosoft Agent
62a06ec562
Merge pull request #25338 from abpframework/auto-merge/rel-10-3/4529
Merge branch rel-10.4 with rel-10.3
3 weeks ago
Volosoft Agent
f36f133152
Merge pull request #25337 from abpframework/auto-merge/rel-10-2/4528
Merge branch rel-10.3 with rel-10.2
3 weeks ago
Engincan VESKE
0ed505d561
Merge pull request #25336 from abpframework/maliming/fix-blazor-pathbase-bundle-25335
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase
3 weeks ago
maliming
6675411e2e
Address Copilot review feedback
- Skip prefixing for external URLs (http/https/protocol-relative/data:)
- Use IsNullOrWhiteSpace for AppBasePath check to align with PR #22514
3 weeks ago
maliming
c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase
Resolves #25335
3 weeks ago
Volosoft Agent
d81c798def
Merge pull request #25334 from abpframework/auto-merge/rel-10-4/4527
Merge branch dev with rel-10.4
3 weeks ago
voloagent
65e68dc83f
Update_NPM_Packages
3 weeks ago
Alper Ebiçoğlu
fc0fa1788f
Merge pull request #25333 from abpframework/skoc10-patch-3
Update version numbers in common.props
3 weeks ago
selman koc
10341ca34c
Update version numbers in common.props
3 weeks ago
Volosoft Agent
2cdb567b04
Merge pull request #25332 from abpframework/auto-merge/rel-10-4/4525
Merge branch dev with rel-10.4
3 weeks ago
Ma Liming
c31586a33b
Merge pull request #25331 from abpframework/maliming/fix-mudblazor-csproj-references
Align Lepton package versions to 5.4.0-preview in templates
3 weeks ago
Alper Ebiçoğlu
e3dbe54263
Merge pull request #25329 from abpframework/skoc10-patch-3
Update version to release 10.4.0-rc.1
3 weeks ago
maliming
b622c1ab56
fix: align lepton package versions to 5.4.0-preview
3 weeks ago
Volosoft Agent
810d4af5de
Merge pull request #25330 from abpframework/auto-merge/rel-10-4/4524
Merge branch dev with rel-10.4
3 weeks ago
selman koc
456249f3b4
Update version to release 10.4.0-rc.1
3 weeks ago
Volosoft Agent
8673c4320c
Merge pull request #25328 from abpframework/skoc10-patch-3
Update workflow to merge dev with rel-10.4
3 weeks ago
selman koc
316dab4bbc
Update workflow to merge dev with rel-10.4
3 weeks ago
Volosoft Agent
98a89e2d40
Merge pull request #25327 from abpframework/auto-merge/rel-10-3/4523
Merge branch rel-10.4 with rel-10.3
3 weeks ago
Volosoft Agent
ac1040664f
Merge pull request #25326 from abpframework/skoc10-patch-3
Update workflow to merge rel-10.4 with rel-10.3
3 weeks ago
selman koc
ae5aa2496f
Update workflow to merge rel-10.4 with rel-10.3
3 weeks ago
Enis Necipoglu
41d66c1361
Merge pull request #25235 from abpframework/feat/mudblazor
Support MudBlazor.
3 weeks ago
Volosoft Agent
30dee7c30c
Merge pull request #25325 from abpframework/auto-merge/rel-10-3/4522
Merge branch dev with rel-10.3
3 weeks ago
Volosoft Agent
f12d9fd0bc
Merge pull request #25324 from abpframework/skoc/github-action
Add PowerShell installation step to build-and-test workflow
3 weeks ago
selmankoc
585f973bfe
Add PowerShell installation step to build-and-test workflow
Co-authored-by: Copilot <copilot@github.com>
3 weeks ago