Skip to content

Latest commit

 

History

History
281 lines (208 loc) · 9.9 KB

File metadata and controls

281 lines (208 loc) · 9.9 KB

v12.4.0 (2021-09-21)

  • suggest render a searchable info message
  • suggest add custom item template for value
  • chore enable bracketPairColorization

v12.3.0 (2021-09-17)

  • grid add tooltip for columns and filters

v12.2.0 (2021-09-09)

  • 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

v12.1.0 (2021-07-15)

  • chore bump angular to 12.1.2
  • grid disable selection by row data

v12.0.0 (2021-07-13)

v12.0.0-rc.3 (2021-06-18)

  • 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'

v12.0.0-rc.2 (2021-05-31)

  • a11y add basic a11y test cases
  • a11y setup testing for a11y
  • a11y add jasmine to project

v12.0.0-rc.1 (2021-05-19)

  • fix tmp fix for scroll viewport test

v12.0.0-rc.0 (2021-05-14)

  • chore bump rx to 7.0.1
  • chore bump angular material to 12
  • chore bump angular to 12

v11.0.1 (2021-04-28)

  • 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

v11.0.0 (2021-04-13)

v11.0.0-rc.7 (2021-04-08)

  • grid style updates for alternate design
  • grid expose data attribute for column property
  • suggest expose data attribute for each rendered element

v11.0.0-rc.6 (2021-03-31)

  • grid fix hasValue stream

v11.0.0-rc.5 (2021-03-30)

  • 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

v11.0.0-rc.4 (2021-03-12)

  • BREAKING CHANGE grid remove cdk experimental, add rowSize
  • grid update no content template

v11.0.0-rc.3 (2021-03-10)

  • 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 show method
  • chore ng update
  • chore fix formatting issues due to import sort order

v11.0.0-rc.2 (2020-11-25)

  • BREAKING CHANGE grid no longer uses cache for IE by default

v11.0.0-rc.1 (2020-11-12)

  • BREAKING CHANGE Upgrade to Angular 11
  • snackbar expose action button

v10.0.0 (2020-11-12)

v10.0.0-rc.3 (2020-11-05)

  • ng update to 10.2
  • rxjs version bump
  • chore update peerDependencies
  • chore update import types

v10.0.0-rc.2 (2020-10-28)

  • grid differentiate between user sort and programmatic sort events
  • grid a11y: announce only user sort events
  • grid a11y: expose translateable aria-label for checkboxes
  • grid added matTooltip for checkboxes
  • suggest a11y: fixes to title, specify role attributes for list
  • suggest a11y: announce current option on open
  • suggest announce "no results" msg if empty

v10.0.0-rc.1 (2020-10-15)

  • grid fix multiple row selection with shift

v10.0.0-rc.0 (2020-10-01)

  • 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

v9.0.7 (2020-06-16)

  • grid fix a11y issue on toggle visibility column reset button
  • a11y add automatic aria-label support

v9.0.6 (2020-05-14)

  • snackbar enable configurable plain-text only messages (to help with XSS issues)

v9.0.5 (2020-04-07)

  • drag-and-drop-file: add multiple file types support
  • grid: fix default toggle disabled column
  • suggest: add support for minimum characters search

v9.0.4 (2020-03-26)

  • secondformat fix localization issue

v9.0.3 (2020-03-25)

  • grid fix scroll performance when using virtual viewport

v9.0.2 (2020-03-16)

  • snackbar show snackbars with 0 delay (that don't auto-close)

v9.0.1 (2020-02-26)

  • upgrade to ng 9.0.3

v9.0.0 (2020-02-12)

  • grid add support for toggle-able columns
  • upgrade to ng 9

v0.10.14 (2020-01-22)

  • snackbar add support for custom template instead of message

v0.10.15 (2020-01-21)

  • suggest fix toolip and scrolling
  • suggest implement fetch strategies
  • password-toggle implement password toggle for inputs
  • password-indicator implement a complexity progress indicator

v0.10.14 (2019-12-06)

  • grid add type=buttons to prevent submitting enclosing forms
  • snackbar add type=buttons to prevent submitting enclosing forms

v0.10.13 (2019-10-25)

  • suggest fix loading state on toggle disabled

v0.10.12 (2019-10-24)

  • suggest fix loading state on toggle disabled

v0.10.11 (2019-10-24)

  • testing define keyCode and bind correct code in generator

v0.10.10 (2019-10-17)

  • grid define inline header buttons
  • grid add ability to toggle filters visibility

v0.10.9 (2019-10-03)

  • date-format add resolver support for timezone

v0.10.8 (2019-09-03)

  • ui-suggest add support for custom item template and size

v0.10.7 (2019-08-28)

  • grid react to ngIf-ed columns
  • drag-and-drop-file respect multiple=false flag

v0.10.6 (2019-08-01)

  • ui-suggest set static spinner strokeWidth

v0.10.5 (2019-07-31)

  • *uiContentLoading is a new structural directive that will will render a progress spinner while the input value is true 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

v0.10.4 (2019-07-29)

  • [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

v0.10.3 (2019-07-17)

  • correctly export pipe modules / classes (support AOT builds)

v0.10.2 (2019-07-17)

  • BREAKING CHANGE rename UiSnackbarIntlService to UiSnackbarIntl

v0.10.1 (2019-07-17)

Components

Services

Directives

v0.10.0 (2019-06-13)

  • 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}}

v0.9.6 (2019-06-06)

  • NgLet move embedded view creation in ctor, this will allow ViewChild queries to be configured with static: true strategy

v0.9.5 (2019-06-05)

  • upgrade to angular@8
  • UiGrid complete visible$ columns BehaviorSubject
  • UiGridFilter call destroy hook in child classes

v0.9.3-hotfix1 (2019-06-05)

  • UiGrid correctly bind to the search maxlength attribute

v0.9.3 (2019-06-02)

Fixes:

  • UiGridModule remove barrel definitions for decorated classes (fixes AOT build issues).

v0.9.2 (2019-06-01)

Features:

  • EventGenerator expose the cursor utility that injects a cursor image, to help visualize UTs.

v0.9.1 (2019-06-01)

First Official Release

Components

Directives

a11y

Testing