6.0.3(2018-06-14)
Features
6.0.2(2018-05-16)
Features
- (AutoComplete): export
term
value;
6.0.1(2018-05-09)
Features
- (NG6): fix typing of
TemplateRef
Features
- (NG6): Upgrade to ng 6;
- (CheckBoxGroup): Add @Input disableItems;
- (RadioGroup): Add @Input disableItems;
5.0.10(2018-02-11)
Features
5.0.9(2018-01-10)
Features
- (AutoComplete): AutoComplete debounce delay;
5.0.8(2018-01-02)slider.component.ts
Features
- (Modal): Modal animate delay;
5.0.7(2017-12-29)
Features
- (FileUpload): FileUpload emit error issue;
- (FileUpload): FileUpload add @Input
transformResponseUrl
;
- (Select): Select add @Input
groupOptions
;
5.0.6(2017-12-22)
Features
- (Select): Select component;
5.0.5(2017-12-17)
Features
- (ImageUpload): Refactor
FileUpload
to add new component ImageUpload
;
- (FileUpload): Add extend input;
- (FileUpload): Add http events;
5.0.4(2017-12-11)
Bug Fixes
- (Tags): Add tags component;
- (Tooltip): Tooltip scroll issue;
5.0.3(2017-12-07)
Features
- (pagination): pagination with
headTemplate
and tailTemplate
;
5.0.2(2017-12-04)
Bug Fixes
- (AutoComplete): remove
valueParser
from AutoComplete
;
Features
5.0.1(2017-11-21)
Bug Fixes
Features
- (version): replace
/deep/
to ::ng-deep
5.0.0 (2017-11-14)
Bug Fixes
Features
- (version): same as angular version:
5.0.0
0.1.5 (2017-11-06)
Bug Fixes
Features
- (FileUpload): remove
HttpClientModule
for lazy load module
0.1.4 (2017-11-2)
Bug Fixes
Features
- (tabs): change remove tab body to hide tab body
- (ellipsis): ellipsis with html
0.1.2 (2017-11-2)
Bug Fixes
Features
- (feature): upgrade to angular 5.0.0 final release version
0.1.1 (2017-10-30)
Bug Fixes
Features
- (feature): upgrade to angular 5.0.0-rc9
0.0.23 (2017-10-01)
Bug Fixes
Features
0.0.22 (2017-09-07)
Bug Fixes
Features
- (Ellipsis): new component with text ellipsis;
- (Prompt): new dialog service with prompt;
- (DatePipe): new date pipe. It is due to Angular's date pipe has format issue on IE11;
- (noop): noop utils function;
- (Modal): Modal animation feature toggle;
- (RequiredWithTrim): Required validation for trim value;
0.0.21 (2017-08-28)
Bug Fixes
Features
- (TimePicker): support small number keyboard;
0.0.20 (2017-08-02)
Bug Fixes
Features
- (AutoCompleteDirective): AutoCompleteDirective allow manual trigger
onSourceChange
;
0.0.19(2017-07-25)
Bug Fixes
- (DialogService): Add dialog input: backdrop、backdropClass、keyboard、modal;
Features
0.0.18(2017-07-24)
Bug Fixes
- (OverlayService): OverlayService overlayCount should >= 0;
Features
0.0.17(2017-07-07)
Bug Fixes
- (FileUpload): Customise file upload template with file input.
Features
0.0.16(2017-06-30)
Bug Fixes
Features
- (DropdownDirective): Dropdown directive move to RebirthCommonModule.
0.0.15(2017-06-13)
Bug Fixes
- (DatePicker): DatePicker button with
button
Features
- (RebirthRouterReuseStrategy): RebirthRouterReuseStrategy can be override.
0.0.14(2017-06-05)
Bug Fixes
- (TreeView): fix private view(
$$
); Angular AOT will change $$
to $
;
Features
0.0.13(2017-06-01)
Bug Fixes
Features
- (DataTable) Remove DataTable component.
- (Tooltip & Popover) Append to body.
- (Modal) Close modal when navigation end;
- (TreeView) Expend by level & node value utils method;
0.0.12(2017-05-22)
Bug Fixes
Features
- (Menubar, DatePicker, ActionButton) Allow event propagation.
- (InfiniteScroll) InfiniteScroll first load.
0.0.11(2017-05-18)
Bug Fixes
Features
- (TreeView) TreeView select/check API.
0.0.10(2017-05-14)
Bug Fixes
Features
- (Notify) Add Notify service
- (TreeView) Add TreeView component
0.0.9(2017-05-12)
Bug Fixes
Features
- (CheckboxGroup) Add CheckboxGroup component
- (RadioGroup) Add RadioGroup component
- (TimePicker) TimePicker keyboard
- (AssetsLoader) Add AssetsLoader to load javascript & css file
0.0.8(2017-05-02)
Bug Fixes
- (Menubar) Menu bar routerLinkActive for active router
Features
- (FileUpload) Add File upload component
- (Breadcrumbs, Menubar) support routerLink
- (DataTable) DataTable pager change to
totalRecord
, pageIndex
... @Input
- (TimePicker) Add TimePicker