Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-ui-grid

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-grid - npm Package Versions

1
8

4.4.10

Diff

Changelog

Source

4.4.10 (2018-05-15)

Bug Fixes

  • ui-grid-menu-button.js: Change "Columns:" item to a heading. (85ad462)
  • ui-grid-util.js: Replace angular.uppercase and .lowercase with String.toUpperCase and .toLowerC (a41677a), closes #6715

<a name="4.4.9"></a>

mportuga
published 4.4.9 •

Changelog

Source

4.4.9 (2018-04-30)

Bug Fixes

  • exporter.js: Eliminate selection column. Add export scale factor for excel and fonts (d96f43d)
  • cellnav.js: Do not trigger edit on undefined event. (615fe49)
  • Grid.js: Use scrollbarHeight instead of scrollbarWidth for vertical scroll calculations. (1b01490), closes #6653
  • selection.js:
    • Allow group header selection. (9718d8b), closes #6698
    • Check if column is row header before disabling selection. (dff19a7), closes #5239
    • getSelectedRows will work on primitive data types. (39a5439), closes #6704
    • Raise rowSelectionChangedBatch after toggling selectAll flag. (bff5bb2), closes #5411
  • tree-base.js:
    • Allow treeIndent to be 0. (68be14e)
    • Call updateRowHeaderWidth even when no data exists. (49678eb), closes #5430

Features

  • ui-i18n.js: Allow replacing/customizing specific existing locale strings when using add. (d6d820f)

<a name="v4.4.7"></a>

mportuga
published 4.4.7 •

Changelog

Source

v4.4.7 (2018-04-20)

Bug Fixes
  • exporter.js:
    • Eliminate selection column. Add export scale factor for excel and fonts (bc50dfb0)
    • Fix to handle filter args and spaces after filter name (#6681) (7c2c002b)
    • Fix export when selection col is hidden. (#6676) (b971f417)
  • Grid.js: ScrollIfNecessary does not account for scrollWidth correctly (16826bf1)
  • i18n: Add missing portuguese translations. (25fdb473)
  • uiGridRenderContainer.html: Prevent duplicate ids in the grid for ADA compliance. (ecf07c6f)

<a name="v4.4.6"></a>

mportuga
published 4.4.6 •

Changelog

Source

v4.4.6 (2018-04-06)

Bug Fixes
  • Grid.js: ScrollIfNecessary will not scroll if percentage has not changed. (7ed11ecb)
  • exporter.js: Exporter will respect headerCellFilter and cellFilter. (4c632391)
  • footer.less: Footer column width now matches header column width. (3134f77b)
  • ui-grid-menu-button.js: Replace show/hide buttons with a single toggle button. (a6a26d99)
  • ui-grid-menu.js: Give bySelector correct parent. (1972dcc2)
  • ui-grid.js: gridOptions.data string value now works again. (c62b986d)

<a name="v4.4.5"></a>

mportuga
published 4.4.5 •

Changelog

Source

v4.4.5 (2018-03-31)

Bug Fixes
  • Grid.js: scrollToIfNecessary can scroll to last row. (87c9eed3)
  • expandable.js: Update expandedAll attribute when toggling rows. (1b080b91)
  • footer.less: Empty footer cells now take the full available height. (#6630) (dbe3ecd3)
  • gridClassFactory.js: Move priority to correct spot. (842a9b77)
  • gridEdit.js: Move deregister events until event conclusion. (214f6cc4)
  • pagination.less: Correct style pagination in footer info panel. (5ca555a8)
  • selection.js: When enableSelection is false, row cannot be toggled. (33260602)
  • tree-base.js: Stop event propagation on click of the row header. (c2824d5c)
  • ui-grid-render-container: Use offsetHeight to avoid sizing issues. (9927b711)
  • ui-grid.js: Ignore scrollbar height prior to checking if autoAdjustHeight is needed. (f9971a5d)

<a name="v4.4.4"></a>

mportuga
published 4.4.4 •

Changelog

Source

v4.4.4 (2018-03-23)

Bug Fixes
  • Grid.js: Select All button should be disabled when no data is present. (08ec049a)
  • column-resizer: Disable text selection while resizing columns. (2cf3e02a)
  • filter: Filter input fits in column without bootstrap (a63e1f1a)
  • pagination.less: Pagination footer no longer overlaps last row. (713d3ea9)
  • selection:
    • SelectAllRows pays attention to isRowSelectable function. (0b7304f4)
    • Center checkmarx in selection row header. (3f8758aa)
  • styles: Removed div. from LESS files. (5a7dabd6)
  • ui-grid-column-menu.js: Added keyboard navigation to column menu (#6629) (df429208)

<a name="v4.4.3"></a>

mportuga
published 4.4.3 •

Changelog

Source

v4.4.3 (2018-03-21)

Bug Fixes
  • GridColumn: Respect minimumColumnSize when a valid minWidth is not present (89c43ef3)
  • pagination.html: Limits pagination page number to integers only (d7eca115)
  • selection.js: enableFullRowSelection allows enableRowHeaderSelection. (f77a5b3f)
  • ui-grid-column-menu.js: Focus on first item in column menu on open. (43b313fc)
  • ui-grid-util.js: Comment out log statement. (6b127e2d)

<a name="v4.4.2"></a>

mportuga
published 4.4.2 •

Changelog

Source

v4.4.2 (2018-03-20)

Bug Fixes
  • GridRenderContainer.js: needsHScrollbarPlaceholder accounts for WHEN_NEEDED (403bf3ee)
  • i18n: change some strings in de.js due to typos (9ebe1168)

<a name="v4.4.1"></a>

mportuga
published 4.4.1 •

Changelog

Source

v4.4.1 (2018-03-16)

Bug Fixes
  • 122_accessibility.ngdoc: Update angular-aria version. (faa17fba)
  • pagination.less: Remove unnecessary underline from pagination styles. (f3a4086d)
  • ui-grid.core.js: Add missing i18nService to ui-grid.core.js (06f53d91)

<a name="v4.4.0"></a>

mportuga
published 4.4.0 •

Changelog

Source

v4.4.0 (2018-03-15)

Features
  • concat.js: Rename ui-grid.base.js to ui-grid.core.js. (18c5ffb8)
  • i18n: Separate language files from ui-grid.base.js (1342f803)
Breaking Changes
  • ui-grid.base.js has been rename to ui-grid.core.js. Also, ui-grid.core.js no longer contains most of the language files available to UI-Grid. It only contains english as that is the default language of the grid. See tutorials for examples. (18c5ffb8)

<a name="v4.3.1"></a>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc