- (rxjs): rxjs 6.x;
- (AutoComplete): export
term
value;
- (NG6): fix typing of
TemplateRef
- (NG6): Upgrade to ng 6;
- (CheckBoxGroup): Add @Input disableItems;
- (RadioGroup): Add @Input disableItems;
- (Slider): Slider;
- (AutoComplete): AutoComplete debounce delay;
- (Modal): Modal animate delay;
- (FileUpload): FileUpload emit error issue;
- (FileUpload): FileUpload add @Input
transformResponseUrl
; - (Select): Select add @Input
groupOptions
;
- (Select): Select component;
- (ImageUpload): Refactor
FileUpload
to add new componentImageUpload
; - (FileUpload): Add extend input;
- (FileUpload): Add http events;
- (Tags): Add tags component;
- (Tooltip): Tooltip scroll issue;
- (pagination): pagination with
headTemplate
andtailTemplate
;
- (AutoComplete): remove
valueParser
fromAutoComplete
;
- (version): replace
/deep/
to::ng-deep
- (version): same as angular version:
5.0.0
- (FileUpload): remove
HttpClientModule
for lazy load module
- (tabs): change remove tab body to hide tab body
- (ellipsis): ellipsis with html
- (feature): upgrade to angular 5.0.0 final release version
- (feature): upgrade to angular 5.0.0-rc9
- improve
- (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;
- (TimePicker): support small number keyboard;
- (AutoCompleteDirective): AutoCompleteDirective allow manual trigger
onSourceChange
;
- (DialogService): Add dialog input: backdrop、backdropClass、keyboard、modal;
- (OverlayService): OverlayService overlayCount should >= 0;
- (FileUpload): Customise file upload template with file input.
- (DropdownDirective): Dropdown directive move to RebirthCommonModule.
- (DatePicker): DatePicker button with
button
- (RebirthRouterReuseStrategy): RebirthRouterReuseStrategy can be override.
- (TreeView): fix private view(
$$
); Angular AOT will change$$
to$
;
- (DataTable) Remove DataTable component.
- (Tooltip & Popover) Append to body.
- (Modal) Close modal when navigation end;
- (TreeView) Expend by level & node value utils method;
- (Menubar, DatePicker, ActionButton) Allow event propagation.
- (InfiniteScroll) InfiniteScroll first load.
- (TreeView) TreeView select/check API.
- (Notify) Add Notify service
- (TreeView) Add TreeView component
- (CheckboxGroup) Add CheckboxGroup component
- (RadioGroup) Add RadioGroup component
- (TimePicker) TimePicker keyboard
- (AssetsLoader) Add AssetsLoader to load javascript & css file
- (Menubar) Menu bar routerLinkActive for active router
- (FileUpload) Add File upload component
- (Breadcrumbs, Menubar) support routerLink
- (DataTable) DataTable pager change to
totalRecord
,pageIndex
... @Input - (TimePicker) Add TimePicker