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
68

4.0.1

Diff

Changelog

Source

v4.0.1 (2016-12-15)

Bug Fixes
  • core: Adding back digest triggers when using $timeout (d8820874)

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

mportuga
published 4.0.0 •

Changelog

Source

v4.0.0 (2016-12-09)

Bug Fixes
  • Fix for dropdown losing focus when using scrollToFocus from another editfield (02110029)
  • 5515: Fix validation documentation (b017d7f0)
  • cellnav: when grid has only one focusable column, should navigate up and down (d3801bad)
  • core: Do not clear condition when clearing all filters (97be89a2, closes #4657)
  • edit: fix boolean edit issue on Firefox and Safari on macOS (2059db95)
  • fonts: Ensuring that fonts are added to the ui-grid package. (#5844) (8096ed04)
  • infinite-scroll: Remove returns of adjustInfiniteScrollPosition. (156665f7)
  • pagination:
    • off-by-one error (29fdb7cd)
    • Refactor 'getLastRowIndex' to call 'getFirstRowIndex' (13bf8079)
Features
  • Scrolling: Adding support for a custom scroller. (#5859) (3c6fcb44)
  • core: Reduce digest triggers when using $timeout (7e25a9b1)
  • emptyBaseLayer: made emptyBaseLayer module to create grid background (852f6993)
  • pagination: Add custom pagination with variable page sizes (50880578)
Breaking Changes
  • UI Grid is no longer compatible with angular versions below 1.4 (4341af5e)

<a name="v3.2.9"></a>

dlgski
published 3.2.9 •

Changelog

Source

v3.2.9 (2016-09-21)

Bug Fixes
  • #5667 honor editModelField when checking new vs old cell value (d846c5b1)
  • use grid headerHeight instead of random 30px value for menu height calculation (5a67dd82)
  • prevent hidden columns triggering unnecessary re-order (8413d8e3)
  • update bower.json and package.json to include files for current npm (6e2331b7)
  • Wrong sort priorities 4653 and 4196 (17296cdc)
  • 3901: Raise rowsVisibleChanged on setVisibleRows. (801042b9)
  • col-movable: prevent hidden columns triggering unnecessary re-order event (644b324b)
  • columnMoving: handle touch events properly when jQuery is used (#5666) (a81e5d5e)
  • filter: Fix noTerm option for filtering (45bb113a)
  • selection: remove a logic bug in setSelected(..) (57cdb31b)
Features
  • core: Allow binding a column to the row entity itself (65e49fd5)
  • filter: Add rawTerm option to columnDef filter options (a75e65a6)

<a name="v3.2.8"></a>

dlgski
published 3.2.8 •

Changelog

Source

v3.2.8 (2016-09-09)

Bug Fixes
  • #5667 honor editModelField when checking new vs old cell value (d846c5b1)
  • Wrong sort priorities 4653 and 4196 (17296cdc)
  • columnMoving: handle touch events properly when jQuery is used (#5666) (a81e5d5e)
  • filter: Fix noTerm option for filtering (45bb113a)
Features
  • core: Allow binding a column to the row entity itself (65e49fd5)

<a name="v3.2.7"></a>

dlgski
published 3.2.6 •

Changelog

Source

v3.2.6 (2016-07-14)

Bug Fixes
  • use grid headerHeight instead of random 30px value for menu height calculation (5a67dd82)
  • prevent hidden columns triggering unnecessary re-order (8413d8e3)
  • update bower.json and package.json to include files for current npm (6e2331b7)
  • col-movable: prevent hidden columns triggering unnecessary re-order event (644b324b)
  • selection: remove a logic bug in setSelected(..) (57cdb31b)

<a name="v3.2.5"></a>

dlgski
published 3.2.5 •

Changelog

Source

v3.2.5 (2016-07-01)

  • update for package.json creation for npm

<a name="v3.2.4"></a>

dlgski
published 3.2.4 •

Changelog

Source

v3.2.4 (2016-06-30)

Bug Fixes
  • update bower.json and package.json to include files for current npm (f7c6700d)
  • col-movable: prevent hidden columns triggering unnecessary re-order event (644b324b)

<a name="v3.2.3"></a>

dlgski
published 3.2.3 •

Changelog

Source

v3.2.3 (2016-06-29)

<a name="v3.2.2"></a>

jlleitschuh
published 3.1.1 •

Changelog

Source

v3.1.1 (2016-02-09)

Bug Fixes
  • core:
    • sort priorities were not displaying when 2nd sort was added (47c77de4)
    • add false flag to $timeout and $interval to prevent $apply Nice increase in scro (4ba28205)
    • Sort Priority Zero Based (62dbcfe9, closes #4685)
    • correct filter detection in autoAdjustHeight (31c8e9e8)
  • i18n: Add japanese translation (805c8805)
  • saveState: - Allow saving of pagination state (c6d3b2a1, closes #4146)
Features
  • expandable: Add 'expandRow', 'collapseRow' and 'getExpandedRows' (005ca6a5)
Breaking Changes
  • GridOptions.columnDef.sort.priority now expects the lowest value to be 0. The Grid Header will display a sort priority of 0 as 1. Using if(col.sort.priority) to determine if a column is sorted is no longer valid as 0 == false. Saved grid objects may be affected by this. (62dbcfe9)

<a name="v3.1.0"></a>

jlleitschuh
published 3.1.0 •

Changelog

Source

v3.1.0 (2016-01-17)

Bug Fixes
  • core:
    • fix #4592. this in link functions = window, not the directive. I could not find (cad146bd)
    • Fix #4776 scrollTo doesn't work with higher rowHeight (0d7d37bb)
    • Column Menu Hidden by Hiding Column (b54cc344, closes #3953)
    • Return promise from handleWindowResize method (ad0095eb)
  • edit: Change setViewValue to use a fromCharCode based on evt.which (f4054b79)
  • grid: adjust grid height when initial height is equal to row height (33b4d6d2)
  • grouping: When 'field' in columnDef is referred to some javascript object than a primitive (d6320636)
  • move-columns: Fix #3448 - The issue is caused by setting a left position to moving element rel (ab0dc113)
  • uiGrid: Fix race condition in data watcher (b22681a3, closes #4532)
Features
  • edit: add a function to retrieve dropdown options (480927ff)
  • i18n:
  • sort: sort priority indicator hiding (7725eac3)

<a name="v3.0.7"></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