- suggest render a searchable info message
- suggest add custom item template for value
- chore enable bracketPairColorization
- grid add tooltip for columns and filters
- chore bump angular to 12.2.5
- chore add vscode theming colors
- suggest range loader emit issues
- deps bump tar from 4.4.8 to 4.4.15
- chore bump angular to 12.1.2
- grid disable selection by row data
- chore drop public member
- BREAKING CHANGE grid place toggle columns between search and filters add divider between toggle and filters
- grid adjust spacing in no results message
- chore bind typescript version to workspace
- chore fix lint issues
- chore auto format
- chore ng lint --fix
- chore migrate to eslint
- BREAKING CHANGE grid change default design, previous is now legacy
- chore bump dependencies
- chore npm audit fix
- chore ng update
- playground update for collapseFiltersCount
- grid expose collapseFiltersCount
- dateformat default options
- grid 'eager' | 'onOpen'
- a11y add basic a11y test cases
- a11y setup testing for a11y
- a11y add jasmine to project
- fix tmp fix for scroll viewport test
- chore bump rx to 7.0.1
- chore bump angular material to 12
- chore bump angular to 12
- snackbar correctly map icons to type & playground
- fix add fix changelog script if merge issues
- chore add autoamtic changelog & version bump & tag
- grid add type="button" to filter button
- chore add missing env refferences
- chore add .npmrc for publishing to github
- deps bump ini from 1.3.5 to 1.3.8
- grid style updates for alternate design
- grid expose data attribute for column property
- suggest expose data attribute for each rendered element
- grid fix hasValue stream
- password-indicator implement proper a11y support
- a11y add mat-icon[tabindex] to auto-accessible-label directive
- testing allow multiple modifiers on key up & down
- drag-and-drop-file add keyboard usability to drag & drop
- grid add row headers for a11y
- grid announce header actions on selection
- BREAKING CHANGE grid remove cdk experimental, add rowSize
- grid update no content template
- grid collapsible filters when disabled/not visible
- grid render multi page selection above grid for alternate design
- grid enable support for multiple main actions
- grid column filter redesign
- grid collapsible filters
- grid add directives for custom no-data and loading states
- grid apollo footer redesign
- snackbar add action support to
showmethod - chore ng update
- chore fix formatting issues due to import sort order
- BREAKING CHANGE grid no longer uses cache for IE by default
- BREAKING CHANGE Upgrade to Angular 11
- snackbar expose action button
- ng update to
10.2 - rxjs version bump
- chore update peerDependencies
- chore update import types
- grid differentiate between user sort and programmatic sort events
- grid a11y: announce only user
sortevents - grid a11y: expose translateable aria-label for checkboxes
- grid added
matTooltipfor checkboxes - suggest a11y: fixes to title, specify
roleattributes for list - suggest a11y: announce current
optionon open - suggest announce "no results" msg if empty
- grid fix multiple row selection with shift
- BREAKING CHANGE Upgrade to Angular 10
- extensions define recommended extensions.json
- virtual-scroll-range-loader prevent range emit when raw is range is empty or touched
- 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=buttons to prevent submitting enclosing forms - snackbar add
type=buttons to prevent submitting enclosing forms
- suggest fix
loadingstate on toggle disabled
- suggest fix
loadingstate on toggle disabled
- testing define
keyCodeand bind correctcodein 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
*uiContentLoadingis a new structural directive that will will render a progress spinner while the input value istrueelse 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
UiSnackbarIntlServicetoUiSnackbarIntl
- 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 allowViewChildqueries to be configured withstatic: truestrategy
- upgrade to
angular@8 - UiGrid complete
visible$columns BehaviorSubject - UiGridFilter call destroy hook in child classes
- UiGrid correctly bind to the search
maxlengthattribute
- UiGridModule remove barrel definitions for decorated classes (fixes AOT build issues).
- EventGenerator expose the
cursorutility that injects a cursor image, to help visualize UTs.