- grid fix a11y issue on toggle visibility column reset button
- a11y add automatic aria-label support
- snackbar enable configurable plain-text only messages (to help with XSS issues)
- drag-and-drop-file: add multiple file types support
- grid: fix default toggle disabled column
- suggest: add support for minimum characters search
- secondformat fix localization issue
- grid fix scroll performance when using virtual viewport
- snackbar show snackbars with 0 delay (that don't auto-close)
- upgrade to ng 9.0.3
- grid add support for toggle-able columns
- upgrade to ng 9
- snackbar add support for custom template instead of message
- suggest fix toolip and scrolling
- suggest implement fetch strategies
- password-toggle implement password toggle for inputs
- password-indicator implement a complexity progress indicator
- grid add
type=button
s to prevent submitting enclosing forms - snackbar add
type=button
s to prevent submitting enclosing forms
- suggest fix
loading
state on toggle disabled
- suggest fix
loading
state on toggle disabled
- testing define
keyCode
and bind correctcode
in generator
- grid define inline header buttons
- grid add ability to toggle filters visibility
- date-format add resolver support for timezone
- ui-suggest add support for custom item template and size
- grid react to ngIf-ed columns
- drag-and-drop-file respect multiple=false flag
- ui-suggest set static spinner strokeWidth
*uiContentLoading
is a new structural directive that will will render a progress spinner while the input value istrue
else it will render the content within the container (similar to*ngIf
)- ui-progress-button fix stroke width
- ui-progress-button add fade animation to the button text
- [progress-button] implement button augmentor directive, that enables loading state configuration via a progress bar
- [spinner-button] implement button augmentor directive, that enables loading state configuraiton via a spinner
- correctly export pipe modules / classes (support AOT builds)
- BREAKING CHANGE rename
UiSnackbarIntlService
toUiSnackbarIntl
- BREAKING CHANGE components will no longer be importent directly
@uipath/angular/components
, they will now be imported from their corresponding folder, eg:@uipath/angular/components/{{NAME}}
- BREAKING CHANGE directives will no longer be importent directly
@uipath/angular/directives
, they will now be imported from their corresponding folder, eg:@uipath/angular/directives/{{NAME}}
- NgLet move embedded view creation in
ctor
, this will allowViewChild
queries to be configured withstatic: true
strategy
- upgrade to
angular@8
- UiGrid complete
visible$
columns BehaviorSubject - UiGridFilter call destroy hook in child classes
- UiGrid correctly bind to the search
maxlength
attribute
- UiGridModule remove barrel definitions for decorated classes (fixes AOT build issues).
- EventGenerator expose the
cursor
utility that injects a cursor image, to help visualize UTs.