ZingGrid のリリース

Released: Aug 28, 2020

1.2.2 での更新項目

機能

  • Added align property to <zing-grid>.
  • Updated code for align in <zg-column>.
  • Added following attributes to <zing-grid> and <zg-column> to match similar attributes for cellheaderx [celltooltipaction] [celltooltipposition] [celltooltiprenderer] [celltooltiptemplate] [celltooltiptype].
  • Added following attributes on <zing-grid> and <zg-column> to delay displaying the tooltip on hover. [celltooltipdelay] [headertooltipdelay].
  • Added following attributes on &lt...

Released: Jun 11, 2020

1.2.1 での更新項目

機能

  • Major performance enhancements.
  • Added updateRowOptions as an option for <zgparam> as a shortcut for updateOptions: {row: ....
  • Added updateCellOptions as an option for <zgparam> as a shortcut for updateOptions: {cell: ... If serverErrorPath is set, but serverErrorMessage is not, serverErrorMessage defaults to [[serverMessage]].
  • Added typeurlsrc as an attribute to <zg-column>.
  • Allow typeurlsrc to have tokens.
  • Updated edit templates to allow <select> elements to have...

Released: Mar 13, 2020

1.2.0 での更新項目

機能

  • Changed <zgparam> buildRestUrl to restmode.
  • Added celleditor attribute to turn off cell editing when editor or editorcontrols are set When celleditor is set to disabled and editor is turned on, double click edits the row.
  • Added XHTTPMethodOverride header when sending POSTs for PUT, DELETE, and PATCH Modified before CRUD events to allow manipulation of data.
  • Modified validator to allow manipulation of data.
  • Added ability to connect to Firebase SDK subscription.
  • Added <zgparam> name...

Released: Jan 9, 2020

1.1.3 での更新項目

機能

  • Accessibility - All grids are WCAG 2.0 AA & 508 compliant.
  • Keyboard navigation and shortcuts added.
  • Screen reader compatibility, tested with JAWS and VoiceOver.
  • Inclusion of ARIA attributes for screen readers.
  • Screen size adjustments will not break layout or content of grid.

不具合の修正

  • Added reference to DOM cell on cell events.
  • grid:select will include cell and cells in the case of multiple cells selected.
  • Added zg-source to keyboard navigable region.
  • Fixed keyboard nav issues when card mode...

Released: Nov 8, 2019

1.1.2 での更新項目

不具合の修正

New Documentation

  • Internationalization.

Notable Fixes

  • Fixed Internationalization Issues.
  • Updated code to allow inserts after all existing rows are deleted.
  • Updated code to allow inserts on an empty grid based on column definitions.
  • Fixed dir issues Fixed lang issues.
  • Fixed bug with refreshes adding extra blank options to select filter and editors.
  • Added ability to change language after grid loads.
  • Added tooltips for all buttons.
  • Added missing language strings.
  • Added getLang and setLang on...

Released: Sep 10, 2019

1.1.1 での更新項目

機能

  • Added internationalization.
    • Defaults to lang set on html tag.
    • Can set lang per grid.
    • Can set global lang through api.
    • Can set custom lang file.
  • Added HTML standard direction dir="rtl" and dir="ltr".
  • Added internationalization to date columns.
  • Added conventionally standard tokens (moment.js) to date columns for custom date formatting.
  • Refined currency columns for smart defaults to detect lang to format numbers.
  • Added locale to number renderer.
  • Refined filter/search to match the current...