mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 KiB
29 KiB
2.0.0 (2020-01-13)
Bug Fixes
- core: fix flattedRoutes manipulation (2b2e0be)
- core: fix nullable control in the config state (756e858)
- core: update flattedRoutes when patchRoute action dispatched (15a8279)
- permission-management: fix twice executing problem of visible setter(ae16916)
- theme-shared: fix remember me functionality (#2610) (189a77f), closes (#2602)
Code Refactoring
Features
- add state actions to related state services (#2431), closes (#2430)
- make some components replaceable (#2522), closes (#2404)
- account: add autocomplete attiributes for chromium based browsers (343c847)
- account: add the enableLocalLogin condition to auth-wrapper (#2537) (0fb7ba4)
- core: add init directive (5ae1071)
- core: add ExtractFromGeneric type to ABP namespace (1fe3b35)
- core: add init directive to emit an output when the element initialized (31c224c)
- core: fill the parentName property in flattedRoutes for child rotues (17dd0a2)
- core: create AddRoute action to add new elements to top navigation (#2425), closes (#2186)
- theme-shared: trigger unload confirmation in the modal component when form is dirty (f59a294)
- theme-shared: create new toast and confirmation components (#2606), closes (#2537)
- theme-shared: create table, pagination, loading components (#2605), related (#2537)
BREAKING CHANGES
- Deprecated functions, outputs, inputs addressed in issue #2476 are removed.
1.1.0 (2019-12-06)
Bug Fixes
- account: add header parameter to fetchTokenUsingPasswordFlow method (3c92489)
- account: add tenant header to token request (dce9777)
- core: fix add view clear before creating view (95563de)
- core: fix change default insert position in the lazy-load.service (13a10c2)
- core: fix abpfor directive filtering bug (4f4075f)
- core: fix sort pipe key error (2f53454)
- core: fix sort pipe null data problem (4764750)
- core: fix visibility directive bug (c1a1bfe)
- identity: fix validation display error (335c74d)
- module-template: organize home page #2265 (1b54da2)
- module-template: update environments (b5a13a2)
- template: fix lazyLoadService parameters in app.component (6f024a9)
- tenant-management: add modalBusy controls (e75bf30), closes #2042
- tenant-management: add type error control (f21917a)
- theme-basic: fix layout animations (66fcb0e)
- theme-shared: fix breadcrumb type error (d7c9a60)
- theme-shared: fix confirmation yes text localization (f55862a)
- theme-shared: fix creating custom error component problem (2c891d8)
- theme-shared: fix modal animation and backdrop height (383c4f6)
- theme-shared: fix wrong folder name (1f8c447)
- add finalize operator to set false the modalBusy (208a5e3), closes #2093
- add finalize operator to set false the modalBusy (3ec86f1), closes #2093
- fix mistyped config file and selector name (73fbe7d)
- move table-sort.directive to theme-shared (ae31b57), closes #2067
- remove console warn (d2dc069)
- update NgxValidate blueprints (22b1c56)
Code Refactoring
- theme-shared: rename error.component (d17d6b1)
Features
- theme-shared: add date parser formatter for ng-datepicker (4769843)
- account: implement dynamic password rules (0bde323)
- account: implement dynamic password validation to register page (60ed67d), closes #2039
- account: implement manage-profile html design (746c7ce)
- account: implement new login and register html design (f44773c)
- core: add condition check to getGrantedPolicy (76b7559)
- core: add stop-propagation directive test (d4b5bd9)
- core: add template ref to permission directive (eedab03)
- core: add toLocalISOString function to Date prototype (9be9401)
- core: add undefined and empty string params control to rest service (6b78dbf)
- core: support to find requiredPolicy from child route (a3d751f)
- feature-management: add empty data message (6e759b8)
- identity: add badges to role list (a191661)
- identity: implement dynamic password validation to users page (7d026e5), closes #2039
- permissin-guard: add a handling permission condition (c5fc902)
- permission-management: add hideBadges input (b9d2e5f)
- setting-management: add a pointer class (80e362a)
- settings-management: add requiredPolicy to settings page (04bcc4f)
- template: add insert position parameter in load method of lazyLoadScript (77e6515)
- theme-basic: add icon to default link template (0e765bd)
- theme-basic: add two icons (22051fe)
- theme-basic: copy new styles (6c2df8d)
- theme-basic: implement collapse animation to the user info nav element (87bad9b)
- theme-basic: implement collapseWithMargin animation to the application layout main navigation (6fa1922)
- theme-shared: add collapseLinearWithMargin animation (91f10ee)
- theme-shared: add custom component features to error.component (257cc8f), closes #2097
- theme-shared: add destroy subject to custom error component (707c37c), closes #2097
- theme-shared: add expand classes and implement to layout (d6c049d)
- theme-shared: add hideCloseIcon property to http error config token (8365934)
- theme-shared: add http error config token (5809d1b)
- theme-shared: add id input to button.component (c7c1efe)
- theme-shared: add overflow-hidden class (e0902a1)
- theme-shared: add table scroll styles (fe2d731)
- add abp-collapsed-height and remove abp-collapsed class (c0fef92)
- add collapseWithMargin animation (6f94e73)
- add jest.config files (c116a2d)
- implement new home page (01c8bf9)
- update ui design (7ebb7a0), closes #2024
BREAKING CHANGES
- theme-shared: renamed error.component to http-error-wrapper.component
1.0.2 (2019-10-22)
Bug Fixes
- fix manage profile animations (d41e2e4)
1.0.0 (2019-10-21)
Bug Fixes
- fix width of table columns (e182861)
Features
- setting-management: create state (8f358bb)
- theme-shared: add new inputs to button component (d6efc85)
- upgrade font awesome (e4957fe)
0.22.0 (2019-10-14)
Bug Fixes
- core: change pipe inputs (4fa105b)
- core: fix localizationInitialize function state selector error (08d013e)
- core: fix state selecting errors (8967bb4)
- tenant-management-config: fix exports (cecdbfc)
- theme-shared: change color-white css class (1abe70f)
- theme-shared: fix modal styles and animations (093e62e)
- theme-shared: remove unnecessary brackets (d330342)
- theme-shared: fix timing bug (8ddf13e)
- fix some bugs (efb6c45)
Code Refactoring
- core: convert localization pipe to pure (bbfc2dc)
Features
- module-template: add settings component (d7713ee)
- core: add default option to localization (a92b48d)
- core: add sort method to sort.pipe (6b7f2ae)
- core: add table-sort.directive (35420bc)
- core: lazy load service supports url array (220d411)
- module-template: add identity, tenant management, setting-management modules (5c1bcbb), closes #1652
- templates: add setting management module (5c29d1f), closes #1652
- create dev-app (2c2cd7c)
- create libraries in the module-template #1652 (7856b22)
- create module template main app #1652 (a99496f)
- seperate 3th party css files from initial bundle (ac71b2f)
0.21.0 (2019-09-23)
0.20.1 (2019-09-23)
Bug Fixes
- account: comment to remember me logic (00b9d01)
- account: rename appName (d5035c4)
- core: add ng zone to route navigating (19a1abb)
- core: auth guard redirect (7c14c73)
- core: build error (0f1424a)
- core: change getGrantedPolicy (148c16b)
- core: localization pipe sync value problem (efa0a4e)
- feature-management: npm version (d4bd43b)
- feature-management: remove deleteDestPath from ng-package.json (e35b801)
- identity: change actions column minimum width (8086c1c)
- identity: change template (3bef365)
- permission-management: fix type error (779e161)
- setting-management: fix permisson problem (143a34e)
- tenant: add validation to connection string #resolves 1641 (96386ef)
- tenant-management: change actions column minimum width (cb7df88)
- add feature-management to angular.json (03ae5b5)
- tenant-management: change checkbox html element (97af208)
- tenant-management: fix default connection string modal validation issue #1641 (adf32c1)
- theme-basic: remove unused router (015e94d)
- theme-shared: change abpButton class from fa-spin to fa-pulse (ef79664)
- theme-shared: change button text colors to white (9638ef1)
- theme-shared: change fade animation name (683337f)
- theme-shared: loader bar turning back problem (38f5f32)
- theme-shared: move chart.js importing in the appendScript function (1b30f90)
- theme-shared: remove unnecessary css style (70ec0b3)
Reverts
- Revert "fix docs projects combobox link bug" (0965eb4)
0.19.0 (2019-08-16)
Bug Fixes
- account: tenant-box selection (26c6901)
- angular-tutorial: add some modules in shared.module (5154e80)
- core: check if localization key exists (c80ba38)
- core: localization empty return problem (1afaed3)
- core: redirect user to child routes instead of module root route (298ad36)
- remove unnecessary paths (23b50c6)
- core: rename directives (5e4be2a)
- core: store tenant instead of tenant id (b1c30fd)
- identity: add localization key to search input placeholder (c079dbc)
- identity: change request url (e23b337)
- identity: disable input when editing a static role (c1ab80a)
- identity: hide password field of modal when editing an existing user (c5508d2)
- multi-tenancy: correctly set TenantId on create in AppService (2a4c319), closes #1360
- ng-core: add type error control (5f24fb8)
- permission-management: disabled checkbox bug in permission modal (774c338)
- permission-management: disabled checkboxes (23aa91d)
- scripts: add missing import (a5048f1)
- tenant-management: change request urls (f869794)
- tenant-management: fix request search value of abp-button and handle form submit (0047492)
- tenant-management: prod build error (0dc1e1f)
- tenant-management: remove parentName in child route (c1cefc7)
- tenant-management: rename GetTenant action to GetTenants (ed7cbc1)
- theme-basic: add pointer class to nav elements (e1a4a12)
- theme-basic: change-password and profile modals (5b6abc5)
- theme-basic: close navbar dropdowns on window resize (d49de5f)
- theme-basic: fix navigation dropdowns (35cd51a)
- theme-basic: navigation dropdown visibility and alignment (7451adc)
- theme-basic: rename EmptyLayout to EmptyLayoutComponent (84f5132)
- theme-basic: translation keys (7311801)
- theme-shared: button code quality (9f9ce58)
- theme-shared: button-component disabled attribute (7272912)
- theme-shared: fix accessibility issue with loading state of button component (60c64fb)
- theme-shared: improve code quality of error.handler (2809ec8)
- theme-shared: modal component (9676ea1)
- theme-shared: modal component click listening (ae5c398)
- theme-shared: remove constructor function (eed7807)
- theme-shared: undo keyup changes (be16db3)
- theme-shared: validation-error component (700d768)
- user, permission: bug fix (0004677)
- change peerDependencies to dependencies in tenant-management (161edb6)
- child dropdown width and ellipsis width (602d24b)
- localizations (e5c1f2e)
- pr feedbacks (a1b7c6d)
- remove comment lines (12bd324)
- translation keys (ad092ca)
- update commit message sync.js (6738b26)
Features
Performance Improvements
- permission-management: handle attr.disabled while rendering to DOM (4b09f02)