Releases: aspnetboilerplate/module-zero-core-template
Releases · aspnetboilerplate/module-zero-core-template
v4.2.0
v4.1.0
Enhancements
#335 Upgrade ABP to v3.8.3
Bug fixes
#322 RoleAppService.Get returns Prohibited permissions which belongs to tenant
#315 Localization error
#330 No password validation problem
#332 The validator does not match when verifying the password
v4.0.1
Bug Fixes
- #314 Modify UserToken.MaxLoginProviderLength to 128
v4.0.0
Enhancements
- #311: Upgraded to ABP v3.8.1.
- #298: Ignore the audit fields in the update user method Dto CreationTime and LastLoginTime.
- #306: Only send Authorization header if token is present.
- #308: Replace the Obsolete method of SecurityRequirementsOperationFilter.
- #276: Removed dependency on rsjx-compat.
- #278: Make RepositoryBase implement IRepository.
- #273: Added settings to change Kestrel port when run with dotnet run.
Bug Fixes
- #297: Fixed CreationTime was updated to 0001-01-01 problem.
- #304: Fixed hmr build problem.
- #292: Fixed The root menu item is not expanded when the submenu is active.
- #285: Fixed Removed permissions remain checked in Angular UI.
- #250: Fixed Problems on hosting in a sub-website.
- #249: Fixed Constantly happening angular change detection problem.
- #279: Fixed SweetAlert - Buttons missing when alert contains single button.
v3.9.0
Features
- #263 Add UI alerts to layout to show alerts on UI.
Enhancements
- #261 Upgrade asp.net core to v2.1.
- #264 Update npm package: @aspnet/signalr to 1.0.0.
- #265 Remove Abp.Web.SignalR and use Abp.AspNetCore.SignalR for net461, Upgraded to RxJs 6.
- #254 Use zh-Hans instead of zh-CN.
Bug Fixes
- #251 Fixed Duplicate submenu item problem.
- #267 Fixed Logout button does not work when Area is used.
v3.8.0
v3.7.1
v3.7.0
Features
- #225 Rewrite Vue template use typescript
Enhancements
- #235 Refactor VueJs template
- #231 Upgrade to ABP 3.6.1
- #226 PT-BR update, remove many hardcoded strings and enable jquery validation localization
- #227 Add dynamic child menu items for a menu
- #217 Set npm registry for @aspnet/signalr in Vue client
Bug Fixes
- #218 Duplicate records on UserAccounts table
- #223 AbpTenants table have some strange unique column
- #224 Error in build vue in npm: unable to locate 'td_icon.ico'
- #219 CreatorUserId not be set
v3.6.0
Features
- #191 Created a VueJs client.
Enhancements
- #209 Updated abp-web-resources package.
- #198 Updated npm package abp-web-resources to 3.5.0.
- #208 Added missing localization used in UserCreateModal.
- #187 Upgrade to abp-ng2-module v2.0.
Bug Fixes
- #211 Fixed seed db methods are run twice in UnitTest project.
- #200 Fixed SweetAlert localization is not working on Angular template.
v3.5.0
Enhancements
- #179 Upgraded to ABP v3.4
- #175 Hide connection string from migrator output
- #166 Updated Bootstrap and Jquery
- #160 Add NuGet package source for aspnetcore-dev