Abp.AspNetCore.Blazor.Theme
Abp.AspNetCore.Blazor.Theme copied to clipboard
chore(deps): bump AbpVersion from 5.1.4 to 7.0.3
Bumps AbpVersion
from 5.1.4 to 7.0.3.
Updates Volo.Abp.AspNetCore.Components.Web
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.AspNetCore.Components.Web's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframework/abp#15872Full Changelog: https://github.com/abpframework/abp/compare/7.0.2...7.0.3
7.0.2
What's Changed
- [DOC] Add Account Layout Module step on account-module.md by
@mahmut-gundogdu
in abpframework/abp#15438- Update OpenIddict.md by
@maliming
in abpframework/abp#15454- Remove tokens before removing authorizations. by
@maliming
in abpframework/abp#15470- Permission management grant checkbox behavior change by
@muhammedaltug
in abpframework/abp#15474- using AuthService instead of OAuthService by
@mahmut-gundogdu
in abpframework/abp#15481- Add HttpContext variable and skip it http interceptor logic when it i… by
@mahmut-gundogdu
in abpframework/abp#15491- cms-kit: Invalidate default home page cache when it's changed by
@EngincanV
in abpframework/abp#15488- Update proxy files of core by
@mahmut-gundogdu
in abpframework/abp#15499- BookStore part3 image file path by
@onurpicakci
in abpframework/abp#15502- Abp document update by
@onurpicakci
in abpframework/abp#15507- uncheck when already selected label click by
@muhammedaltug
in abpframework/abp#15505- Update Customizing-Application-Modules-Extending-Entities.md by
@maliming
in abpframework/abp#15511- Set
AutoTransactionBehavior
toNever
when always disabling transactions. by@maliming
in abpframework/abp#15508- Fix cross site scripting (reflected) vulnerability in permission module by
@realLiangshiwei
in abpframework/abp#15519- Update Modal.md by
@idreeshaddad
in abpframework/abp#15520- A Format String error occurs | penetration test by
@EngincanV
in abpframework/abp#15527- Add
Data migration environment
guide. by@maliming
in abpframework/abp#15535- Update AbpDateTimeConverter.cs by
@maliming
in abpframework/abp#15542- Use providers instead of direct repository access for resetting features by
@enisn
in abpframework/abp#15524- CLI: Exclude leptonx package version when determining the npm package version by
@EngincanV
in abpframework/abp#15566- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15575- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15574- How to Contribute to ABP Framework? by
@onurpicakci
in abpframework/abp#15548- Cli: Fix wrong import when module added to angular project by
@yekalkan
in abpframework/abp#15551- Set
EntityTenantId
ofEntityChange
. by@maliming
in abpframework/abp#15582- Fix the typo in the summary of the EntityNotFoundException.cs by
@EngincanV
in abpframework/abp#15602- Change VALIDATION_TARGET_SELECTOR by
@mahmut-gundogdu
in abpframework/abp#15610- Minor fix/commetout o auth module import by
@mahmut-gundogdu
in abpframework/abp#15612- wrap defaultValue with quotes when type is string by
@muhammedaltug
in abpframework/abp#15617- Change auto-pr for 7.1 by
@mahmut-gundogdu
in abpframework/abp#15628- Validate
ExtensibleObject
whenMapExtraPropertiesTo
. by@maliming
in abpframework/abp#15578- Update LeptonXLite package version by
@realLiangshiwei
in abpframework/abp#15641- Get the
ApplicationConfigurationDto
again after the user state changes. by@maliming
in abpframework/abp#15649
... (truncated)
Commits
fcbcb5a
Update_NPM_Packagesae5fa8b
Merge pull request #15885 from abpframework/update-version-7.0.395148d5
Update common.props44489a1
Merge pull request #15872 from abpframework/volo/issues/136739605f7b
Cli: Change Theme for Public sites315faa6
Merge pull request #15869 from abpframework/auto-merge/rel-6-0/1775312a4c5
Merge pull request #15868 from abpframework/LogoutController-652c046b
RemoveAuthenticationProperties
fromLogoutController
.3d0c489
Merge pull request #15863 from abpframework/LogoutController4d78080
RemoveAuthenticationProperties
fromLogoutController
.- Additional commits viewable in compare view
Updates Volo.Abp.Authorization
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.Authorization's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframework/abp#15872Full Changelog: https://github.com/abpframework/abp/compare/7.0.2...7.0.3
7.0.2
What's Changed
- [DOC] Add Account Layout Module step on account-module.md by
@mahmut-gundogdu
in abpframework/abp#15438- Update OpenIddict.md by
@maliming
in abpframework/abp#15454- Remove tokens before removing authorizations. by
@maliming
in abpframework/abp#15470- Permission management grant checkbox behavior change by
@muhammedaltug
in abpframework/abp#15474- using AuthService instead of OAuthService by
@mahmut-gundogdu
in abpframework/abp#15481- Add HttpContext variable and skip it http interceptor logic when it i… by
@mahmut-gundogdu
in abpframework/abp#15491- cms-kit: Invalidate default home page cache when it's changed by
@EngincanV
in abpframework/abp#15488- Update proxy files of core by
@mahmut-gundogdu
in abpframework/abp#15499- BookStore part3 image file path by
@onurpicakci
in abpframework/abp#15502- Abp document update by
@onurpicakci
in abpframework/abp#15507- uncheck when already selected label click by
@muhammedaltug
in abpframework/abp#15505- Update Customizing-Application-Modules-Extending-Entities.md by
@maliming
in abpframework/abp#15511- Set
AutoTransactionBehavior
toNever
when always disabling transactions. by@maliming
in abpframework/abp#15508- Fix cross site scripting (reflected) vulnerability in permission module by
@realLiangshiwei
in abpframework/abp#15519- Update Modal.md by
@idreeshaddad
in abpframework/abp#15520- A Format String error occurs | penetration test by
@EngincanV
in abpframework/abp#15527- Add
Data migration environment
guide. by@maliming
in abpframework/abp#15535- Update AbpDateTimeConverter.cs by
@maliming
in abpframework/abp#15542- Use providers instead of direct repository access for resetting features by
@enisn
in abpframework/abp#15524- CLI: Exclude leptonx package version when determining the npm package version by
@EngincanV
in abpframework/abp#15566- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15575- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15574- How to Contribute to ABP Framework? by
@onurpicakci
in abpframework/abp#15548- Cli: Fix wrong import when module added to angular project by
@yekalkan
in abpframework/abp#15551- Set
EntityTenantId
ofEntityChange
. by@maliming
in abpframework/abp#15582- Fix the typo in the summary of the EntityNotFoundException.cs by
@EngincanV
in abpframework/abp#15602- Change VALIDATION_TARGET_SELECTOR by
@mahmut-gundogdu
in abpframework/abp#15610- Minor fix/commetout o auth module import by
@mahmut-gundogdu
in abpframework/abp#15612- wrap defaultValue with quotes when type is string by
@muhammedaltug
in abpframework/abp#15617- Change auto-pr for 7.1 by
@mahmut-gundogdu
in abpframework/abp#15628- Validate
ExtensibleObject
whenMapExtraPropertiesTo
. by@maliming
in abpframework/abp#15578- Update LeptonXLite package version by
@realLiangshiwei
in abpframework/abp#15641- Get the
ApplicationConfigurationDto
again after the user state changes. by@maliming
in abpframework/abp#15649
... (truncated)
Commits
fcbcb5a
Update_NPM_Packagesae5fa8b
Merge pull request #15885 from abpframework/update-version-7.0.395148d5
Update common.props44489a1
Merge pull request #15872 from abpframework/volo/issues/136739605f7b
Cli: Change Theme for Public sites315faa6
Merge pull request #15869 from abpframework/auto-merge/rel-6-0/1775312a4c5
Merge pull request #15868 from abpframework/LogoutController-652c046b
RemoveAuthenticationProperties
fromLogoutController
.3d0c489
Merge pull request #15863 from abpframework/LogoutController4d78080
RemoveAuthenticationProperties
fromLogoutController
.- Additional commits viewable in compare view
Updates Volo.Abp.UI.Navigation
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.UI.Navigation's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframework/abp#15872Full Changelog: https://github.com/abpframework/abp/compare/7.0.2...7.0.3
7.0.2
What's Changed
- [DOC] Add Account Layout Module step on account-module.md by
@mahmut-gundogdu
in abpframework/abp#15438- Update OpenIddict.md by
@maliming
in abpframework/abp#15454- Remove tokens before removing authorizations. by
@maliming
in abpframework/abp#15470- Permission management grant checkbox behavior change by
@muhammedaltug
in abpframework/abp#15474- using AuthService instead of OAuthService by
@mahmut-gundogdu
in abpframework/abp#15481- Add HttpContext variable and skip it http interceptor logic when it i… by
@mahmut-gundogdu
in abpframework/abp#15491- cms-kit: Invalidate default home page cache when it's changed by
@EngincanV
in abpframework/abp#15488- Update proxy files of core by
@mahmut-gundogdu
in abpframework/abp#15499- BookStore part3 image file path by
@onurpicakci
in abpframework/abp#15502- Abp document update by
@onurpicakci
in abpframework/abp#15507- uncheck when already selected label click by
@muhammedaltug
in abpframework/abp#15505- Update Customizing-Application-Modules-Extending-Entities.md by
@maliming
in abpframework/abp#15511- Set
AutoTransactionBehavior
toNever
when always disabling transactions. by@maliming
in abpframework/abp#15508- Fix cross site scripting (reflected) vulnerability in permission module by
@realLiangshiwei
in abpframework/abp#15519- Update Modal.md by
@idreeshaddad
in abpframework/abp#15520- A Format String error occurs | penetration test by
@EngincanV
in abpframework/abp#15527- Add
Data migration environment
guide. by@maliming
in abpframework/abp#15535- Update AbpDateTimeConverter.cs by
@maliming
in abpframework/abp#15542- Use providers instead of direct repository access for resetting features by
@enisn
in abpframework/abp#15524- CLI: Exclude leptonx package version when determining the npm package version by
@EngincanV
in abpframework/abp#15566- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15575- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15574- How to Contribute to ABP Framework? by
@onurpicakci
in abpframework/abp#15548- Cli: Fix wrong import when module added to angular project by
@yekalkan
in abpframework/abp#15551- Set
EntityTenantId
ofEntityChange
. by@maliming
in abpframework/abp#15582- Fix the typo in the summary of the EntityNotFoundException.cs by
@EngincanV
in abpframework/abp#15602- Change VALIDATION_TARGET_SELECTOR by
@mahmut-gundogdu
in abpframework/abp#15610- Minor fix/commetout o auth module import by
@mahmut-gundogdu
in abpframework/abp#15612- wrap defaultValue with quotes when type is string by
@muhammedaltug
in abpframework/abp#15617- Change auto-pr for 7.1 by
@mahmut-gundogdu
in abpframework/abp#15628- Validate
ExtensibleObject
whenMapExtraPropertiesTo
. by@maliming
in abpframework/abp#15578- Update LeptonXLite package version by
@realLiangshiwei
in abpframework/abp#15641- Get the
ApplicationConfigurationDto
again after the user state changes. by@maliming
in abpframework/abp#15649
... (truncated)
Commits
fcbcb5a
Update_NPM_Packagesae5fa8b
Merge pull request #15885 from abpframework/update-version-7.0.395148d5
Update common.props44489a1
Merge pull request #15872 from abpframework/volo/issues/136739605f7b
Cli: Change Theme for Public sites315faa6
Merge pull request #15869 from abpframework/auto-merge/rel-6-0/1775312a4c5
Merge pull request #15868 from abpframework/LogoutController-652c046b
RemoveAuthenticationProperties
fromLogoutController
.3d0c489
Merge pull request #15863 from abpframework/LogoutController4d78080
RemoveAuthenticationProperties
fromLogoutController
.- Additional commits viewable in compare view
Updates Volo.Abp.AutoMapper
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.AutoMapper's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframework/abp#15872Full Changelog: https://github.com/abpframework/abp/compare/7.0.2...7.0.3
7.0.2
What's Changed
- [DOC] Add Account Layout Module step on account-module.md by
@mahmut-gundogdu
in abpframework/abp#15438- Update OpenIddict.md by
@maliming
in abpframework/abp#15454- Remove tokens before removing authorizations. by
@maliming
in abpframework/abp#15470- Permission management grant checkbox behavior change by
@muhammedaltug
in abpframework/abp#15474- using AuthService instead of OAuthService by
@mahmut-gundogdu
in abpframework/abp#15481- Add HttpContext variable and skip it http interceptor logic when it i… by
@mahmut-gundogdu
in abpframework/abp#15491- cms-kit: Invalidate default home page cache when it's changed by
@EngincanV
in abpframework/abp#15488- Update proxy files of core by
@mahmut-gundogdu
in abpframework/abp#15499- BookStore part3 image file path by
@onurpicakci
in abpframework/abp#15502- Abp document update by
@onurpicakci
in abpframework/abp#15507- uncheck when already selected label click by
@muhammedaltug
in abpframework/abp#15505- Update Customizing-Application-Modules-Extending-Entities.md by
@maliming
in abpframework/abp#15511- Set
AutoTransactionBehavior
toNever
when always disabling transactions. by@maliming
in abpframework/abp#15508- Fix cross site scripting (reflected) vulnerability in permission module by
@realLiangshiwei
in abpframework/abp#15519- Update Modal.md by
@idreeshaddad
in abpframework/abp#15520- A Format String error occurs | penetration test by
@EngincanV
in abpframework/abp#15527- Add
Data migration environment
guide. by@maliming
in abpframework/abp#15535- Update AbpDateTimeConverter.cs by
@maliming
in abpframework/abp#15542- Use providers instead of direct repository access for resetting features by
@enisn
in abpframework/abp#15524- CLI: Exclude leptonx package version when determining the npm package version by
@EngincanV
in abpframework/abp#15566- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15575- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15574- How to Contribute to ABP Framework? by
@onurpicakci
in abpframework/abp#15548- Cli: Fix wrong import when module added to angular project by
@yekalkan
in abpframework/abp#15551- Set
EntityTenantId
ofEntityChange
. by@maliming
in abpframework/abp#15582- Fix the typo in the summary of the EntityNotFoundException.cs by
@EngincanV
in abpframework/abp#15602- Change VALIDATION_TARGET_SELECTOR by
@mahmut-gundogdu
in abpframework/abp#15610- Minor fix/commetout o auth module import by
@mahmut-gundogdu
in abpframework/abp#15612- wrap defaultValue with quotes when type is string by
@muhammedaltug
in abpframework/abp#15617- Change auto-pr for 7.1 by
@mahmut-gundogdu
in abpframework/abp#15628- Validate
ExtensibleObject
whenMapExtraPropertiesTo
. by@maliming
in abpframework/abp#15578- Update LeptonXLite package version by
@realLiangshiwei
in abpframework/abp#15641- Get the
ApplicationConfigurationDto
again after the user state changes. by@maliming
in abpframework/abp#15649
... (truncated)
Commits
fcbcb5a
Update_NPM_Packagesae5fa8b
Merge pull request #15885 from abpframework/update-version-7.0.395148d5
Update common.props44489a1
Merge pull request #15872 from abpframework/volo/issues/136739605f7b
Cli: Change Theme for Public sites315faa6
Merge pull request #15869 from abpframework/auto-merge/rel-6-0/1775312a4c5
Merge pull request #15868 from abpframework/LogoutController-652c046b
RemoveAuthenticationProperties
fromLogoutController
.3d0c489
Merge pull request #15863 from abpframework/LogoutController4d78080
RemoveAuthenticationProperties
fromLogoutController
.- Additional commits viewable in compare view
Updates Volo.Abp.Ddd.Application.Contracts
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.Ddd.Application.Contracts's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframework/abp#15872Full Changelog: https://github.com/abpframework/abp/compare/7.0.2...7.0.3
7.0.2
What's Changed
- [DOC] Add Account Layout Module step on account-module.md by
@mahmut-gundogdu
in abpframework/abp#15438- Update OpenIddict.md by
@maliming
in abpframework/abp#15454- Remove tokens before removing authorizations. by
@maliming
in abpframework/abp#15470- Permission management grant checkbox behavior change by
@muhammedaltug
in abpframework/abp#15474- using AuthService instead of OAuthService by
@mahmut-gundogdu
in abpframework/abp#15481- Add HttpContext variable and skip it http interceptor logic when it i… by
@mahmut-gundogdu
in abpframework/abp#15491- cms-kit: Invalidate default home page cache when it's changed by
@EngincanV
in abpframework/abp#15488- Update proxy files of core by
@mahmut-gundogdu
in abpframework/abp#15499- BookStore part3 image file path by
@onurpicakci
in abpframework/abp#15502- Abp document update by
@onurpicakci
in abpframework/abp#15507- uncheck when already selected label click by
@muhammedaltug
in abpframework/abp#15505- Update Customizing-Application-Modules-Extending-Entities.md by
@maliming
in abpframework/abp#15511- Set
AutoTransactionBehavior
toNever
when always disabling transactions. by@maliming
in abpframework/abp#15508- Fix cross site scripting (reflected) vulnerability in permission module by
@realLiangshiwei
in abpframework/abp#15519- Update Modal.md by
@idreeshaddad
in abpframework/abp#15520- A Format String error occurs | penetration test by
@EngincanV
in abpframework/abp#15527- Add
Data migration environment
guide. by@maliming
in abpframework/abp#15535- Update AbpDateTimeConverter.cs by
@maliming
in abpframework/abp#15542- Use providers instead of direct repository access for resetting features by
@enisn
in abpframework/abp#15524- CLI: Exclude leptonx package version when determining the npm package version by
@EngincanV
in abpframework/abp#15566- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15575- Fix openiddict cache problem. by
@maliming
in abpframework/abp#15574- How to Contribute to ABP Framework? by
@onurpicakci
in abpframework/abp#15548- Cli: Fix wrong import when module added to angular project by
@yekalkan
in abpframework/abp#15551- Set
EntityTenantId
ofEntityChange
. by@maliming
in abpframework/abp#15582- Fix the typo in the summary of the EntityNotFoundException.cs by
@EngincanV
in abpframework/abp#15602- Change VALIDATION_TARGET_SELECTOR by
@mahmut-gundogdu
in abpframework/abp#15610- Minor fix/commetout o auth module import by
@mahmut-gundogdu
in abpframework/abp#15612- wrap defaultValue with quotes when type is string by
@muhammedaltug
in abpframework/abp#15617- Change auto-pr for 7.1 by
@mahmut-gundogdu
in abpframework/abp#15628- Validate
ExtensibleObject
whenMapExtraPropertiesTo
. by@maliming
in abpframework/abp#15578- Update LeptonXLite package version by
@realLiangshiwei
in abpframework/abp#15641- Get the
ApplicationConfigurationDto
again after the user state changes. by@maliming
in abpframework/abp#15649
... (truncated)
Commits
fcbcb5a
Update_NPM_Packagesae5fa8b
Merge pull request #15885 from abpframework/update-version-7.0.395148d5
Update common.props44489a1
Merge pull request #15872 from abpframework/volo/issues/136739605f7b
Cli: Change Theme for Public sites315faa6
Merge pull request #15869 from abpframework/auto-merge/rel-6-0/1775312a4c5
Merge pull request #15868 from abpframework/LogoutController-652c046b
RemoveAuthenticationProperties
fromLogoutController
.3d0c489
Merge pull request #15863 from abpframework/LogoutController4d78080
RemoveAuthenticationProperties
fromLogoutController
.- Additional commits viewable in compare view
Updates Volo.Abp.Validation
from 5.1.4 to 7.0.3
Release notes
Sourced from Volo.Abp.Validation's releases.
7.0.3
What's Changed
- add absolute project parameter to copy script by
@muhammedaltug
in abpframework/abp#15797- IdentityServer4 module migration docs [7.0] by
@gterdem
in abpframework/abp#15814- add grant function on AuthService by
@mahmut-gundogdu
in abpframework/abp#15788- Encode the text in the
MultiTenancyMiddlewareErrorPageBuilder
. by@maliming
in abpframework/abp#15842- Update entiry point on abp-schematic and abp-cli by
@mahmut-gundogdu
in abpframework/abp#15824- Issue/13605 fix date time picker by
@mahmut-gundogdu
in abpframework/abp#15848- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15863- Remove
AuthenticationProperties
fromLogoutController
. by@maliming
in abpframework/abp#15868- Cli: Change Theme for Public sites by
@yekalkan
in abpframew...Description has been truncated