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.0.11

Diff

Changelog

Source

v4.0.11 (2017-11-20)

Bug Fixes
  • sorting: fixed the priority computing when unsorting using column menu action (#6427) (97e0ffa5)
  • uiGridAutoResize: Replaced timeout checker with watcher (#6470) (262dbdc8)
  • uiGridHeader: stop preserving explicit header heights when styles are rebuilt. (#3705) (76e18d6)
  • uiGridGroupPanel: Cleaning up dead code. (#4059) (ded2c12)
Features
  • Excel export: Adds ability to export as Excel with the help of Excel-builder. (dc7d773)

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

mportuga
published 4.0.10 •

Changelog

Source

v4.0.10 (2017-11-11)

Features
  • hidePin: Added option to hide pinLeft or pinRight from pinning menu (#6334) (145e3662)
  • tree-view: Supports recursive expanding (48434903)

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

mportuga
published 4.0.8 •

Changelog

Source

v4.0.8 (2017-11-06)

Bug Fixes
  • ARIA-Roles: Improving accessibility of ui-grid. (#6341) (6cf44b4b)
  • Grid.js:
    • add column header to text read by aria when user moves through grid with keyboar (a6b52c2a)
    • wrong use in getCellDisplayValue (57d258e9)
  • core: Fixes URL-based template loading for header-cell, footer-cell, filter. (f0b2fa7d)
  • edit: trigger edit when single click when set enableCellEditOnFocus with true (bcbd8433)
  • pagination: remove unneeded height adjustment (4c667e72)
  • selection: Prevent space bar scrolling (#6410) (7dbf3955)
  • utils.js: Update browser setting based on changes to SauceLabs. (0cdf4e93)

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

mportuga
published 4.0.7 •

Changelog

Source

v4.0.7 (2017-09-27)

Bug Fixes
  • build: Cope with tags not conforming to semver format when building. (#6376) (1248e5a3)
  • i18n: Fixed i18n typo in German language (#6262) (02a6a68d)
  • rowEdit: cancel rowEditSaveTimer on flushDirtyRows - may cause double row save (6711c725)
  • scrollEvent: Prevent scrollEvent when scroll percentage is greater then 1. (#6241) (43ffebba)
  • ui-grid.info:
    • Removing unknown broken link. (2968158c)
    • Fix broken customizer url on homepage (#5976) (209fc1d6)
  • cellnav.js: trim text of DOM element before checking (84ea8fa)
  • gridEdit.js: verify that the keyCode is greater than zero (5ccd7f3)
  • Grid.js:
    • Fixed grid height growing indefinitely with auto-resize. (553d72b)
    • "selectAll" header sync with the actual selection state of the row. (aae3f9d)
  • ui-grid-menu: Menu Items's title can now be a function. (df10da9)
  • selection.less: Focus on selection mark of unselected rows was hardly visible. (d1aee28)
Features
  • cellnav:
    • output aria text for cells that come from selection feature - works on IE with J (151f32b9)
    • output aria text for cells that come from selection feature (6d951b2a)
  • gridEdit: Pass triggerEvent to cellEditableCondition fn call (219ea716)
Breaking Changes
  • Menu Items's title should now be a function (df10da91)

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

mportuga
published 4.0.6 •

Changelog

Source

v4.0.6 (2017-06-14)

Bug Fixes
  • 5007:
    • Reduced the amount of digest cycles initiated by the grid. (d0bc03d9)
    • Reduced the amount of digest cycles initiated by the grid. (bd51855f)
    • Reduced the amount of digest cycles initiated by the grid. (75f98c3e)
  • 6160: Select childrens of row group (#6167) (21819c57)
  • build:
    • Fixing test expectations since removal of close button. (5bf9400a)
    • Removing performance improvements from ui-grid-util.js and comma separated vars. (738df91f)
    • Updating protractor and selenium dependencies. (#6034) (ca0c0368)
  • protractor: Fixing npm so protractor can be installed and run locally. (724df352)
  • shell.js: Adding windows support. (5e438643)
  • sort: Fixing sorting priority aria-label (a364886f)
Features
  • saveState: change restore() to return Promise created by refresh() (#6178) (f380055b)
  • sorting: Default sorting (e629bc69)

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

mportuga
published 4.0.4 •

Changelog

Source

v4.0.4 (2017-04-04)

Bug Fixes
  • 6123: Allowing selection and tree-base to build columns. (2ea9a06e)
  • flatEntityAccess: getCellDisplayValue now returns the correct value. (ba77c875)
  • japanese: Update japanese translation. (47e78d1), closes #6089

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

mportuga
published 3.2.11 •

mportuga
published 3.2.10 •

mportuga
published 4.0.3 •

Changelog

Source

v4.0.3 (2017-03-24)

Bug Fixes
  • 6061: Translated missing resources to Norwegian in no.js (c6b0592d)
  • Grid: Add missing promise wait in refresh(). (#5934) (e23a2af3)
  • Grid.js: Reducing amount of digests cycles triggered. (205a2151)
  • Grid.refresh: Refreshing canvas after processing. (e6ab96bb)
  • SauceLabs: Updating Sauce Labs scripts per suggestion. (ccd0bef3)
  • gridMenu: Fixing gridMenu undefined error. (2f5ac879)
  • enableColumnResizing: enableColumnResizing accumulates watchers with each table $digest cycle (#5933) (954bebad)
  • ui-grid-util: Reducing amount of digests triggered by ui-grid-util. (1f116fe8)
  • uiGridDirective: Reducing digest cycles and improving coverage. (56f0dc11)
Features
  • themes: Adding a new paper theme to the customizer tool and more features to that grid. (30f64925)

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

mportuga
published 4.0.2 •

Changelog

Source

v4.0.2 (2016-12-30)

Bug Fixes
  • bower and npm: Fixing bower.json and package.json configuration. (84b4f328)
  • memory_leaks: Ensuring events get unbound when grid is destroyed. (#5913) (da942e90)
  • modifyRows: modifyRows uses the new entity when using enableRowHashing (138d1499)
Features
  • core: expose GridMenuTemplate (5f15eab5)

<a name="v4.0.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