Skip to content

Latest commit

 

History

History
436 lines (269 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

436 lines (269 loc) · 24.1 KB

Change Log

5.3.0 (2017-06-09)

Full Changelog

Merged pull requests:

5.1.14 (2017-04-15)

Full Changelog

Fixed bugs:

  • Partially editable grid #152

Merged pull requests:

5.1.13 (2017-03-31)

Full Changelog

Closed issues:

  • Grid Row Indexes are not set/unset on SelectAll DeselectAll Actions #138

Merged pull requests:

5.1.12 (2017-03-07)

Full Changelog

Implemented enhancements:

  • addNewRow() : Insertion after a particular row. #126

Fixed bugs:

  • DISMISS_EDITOR and ADD_NEW_ROW set total incorrectly #132
  • addNewRow\(\) : Insertion after a particular row. #126
  • updateGetter in lastUpdate.js doesn't support passing reducerKeys via the grid props #123

Closed issues:

  • No Data Available #127

Merged pull requests:

  • bug/pager - DISMISS_EDITOR, REMOVE_ROW, and ADD_NEW_ROW now set total correctly #133 (Vanderslice)
  • Changes are made to insert a new row into a specific location of grid by passing rowIndex parameter to addNewRow(ADD_NEW_ROW) action. #129 (underwater222)

5.1.10 (2017-02-24)

Full Changelog

Implemented enhancements:

  • Question: Events for editor with mode='grid' #98
  • Question: validation on cell being edited #96
  • Add support for nested grid reducers #106 (drownbes)

Fixed bugs:

  • btoa call fails with UTF-8 encoded chracter in keyFromObject function #125
  • 5.1.9 fails due absence of redux-logger #102
  • Styling problem: no down arrow is shown when change sorting order #97
  • Question: validation on cell being edited #96

Closed issues:

  • pager plugin does not update table when fetching new data #121
  • v5.1.9 requires redux-logger but only in dev-dependencies #119
  • provide data for tree view does not work still not working #118
  • Document update - pass rowId to update cell value #117
  • Is it posible to skip/override default styles applied in JS? #110
  • provide data for tree view does not work #109

Merged pull requests:

  • feat(row): added a row renderer via plugin #115 (darlenya)
  • Fix duplicated examples #105 (katopz)
  • Second attempt to fix issue #88, so that demo is easy to run for peop… #104 (jstafford)

5.1.9 (2017-02-10)

Full Changelog

Implemented enhancements:

  • Make isCreate available for custom editors #100

Fixed bugs:

  • npm run demo fails to work properly #88

Closed issues:

Merged pull requests:

5.1.7 (2017-02-02)

Full Changelog

5.1.6 (2017-02-01)

Full Changelog

Merged pull requests:

  • new tests (PagerActios, throttle checkbox) & README reference links for NPM #84 (headwinds)

5.1.2 (2017-01-20)

Full Changelog

Implemented enhancements:

  • Add support for state to be an ImmutableJS Map #71
  • Namespace the actions #16
  • quickly build and run the demo #81 (headwinds)

Fixed bugs:

Merged pull requests:

  • Remove store from props declaration -- will be pulled from context #82 (bencripps)

5.1.0 (2017-01-04)

Full Changelog

Merged pull requests:

  • Feature/css optional #80 (bencripps)
  • support the global sortable option in handleColumnClick #79 (whatisboom)
  • Add stylint process, clean up stylus code #78 (bencripps)
  • Move Api from plugins to Util, add testing for AJAX actions #76 (bencripps)

5.0.2 (2016-12-17)

Full Changelog

Implemented enhancements:

5.0.1 (2016-12-16)

Full Changelog

5.0.0 (2016-12-16)

Full Changelog

Implemented enhancements:

  • Please add rowDrop event as per #59 #60
  • Theming with bootstrap, etc. #51
  • Infinite Scroll: Enhancement #2

Fixed bugs:

  • data property is not connected #30

Merged pull requests:

  • Added PropType validation of 'any' for emptyDataMessage #74 (whatisboom)
  • pageIndex fix #70 (Velderon)
  • fix utf8 in column names #69 (Velderon)
  • Simplify getNewRowId function. #68 (dpassen)
  • Added npmignore to override gitignore when publishing #67 (taco)
  • Tree DnD fixes with drop and cancel drop #66 (taco)
  • Removing dist from source control #65 (taco)
  • Added HANDLE_BEFORE_TREE_CHILD_CREATE event for trees #64 (taco)
  • README.MD minor text update #63 (whatisboom)
  • Show default sort caret #62 (KucharJ)
  • Action Namespaces #55 (taco)

v3.1.4 (2016-10-06)

Full Changelog

v3.1.3 (2016-10-05)

Full Changelog

v3.1.2 (2016-10-05)

Full Changelog

v3.1.1 (2016-10-04)

Full Changelog

v3.1.0 (2016-10-04)

Full Changelog

Merged pull requests:

v3.0.1 (2016-09-30)

Full Changelog

v3.0.0 (2016-09-30)

Full Changelog

Merged pull requests:

v2.4.1 (2016-09-27)

Full Changelog

v2.4.0 (2016-09-27)

Full Changelog

Merged pull requests:

  • Added tree drag and drop functionality #54 (taco)

v2.3.3 (2016-09-23)

Full Changelog

Implemented enhancements:

  • Adding a SORT event #49

v2.3.2 (2016-08-29)

Full Changelog

Merged pull requests:

  • Updated eslint and fixed some dev dependencies #50 (taco)

v2.3.1 (2016-08-26)

Full Changelog

v2.3.0 (2016-08-26)

Full Changelog

Merged pull requests:

v2.2.6 (2016-08-25)

Full Changelog

v2.2.5 (2016-08-25)

Full Changelog

Closed issues:

  • emptyDataMessage #46

v2.2.4 (2016-08-24)

Full Changelog

Closed issues:

  • Typo in createFromKey #45

v2.2.3 (2016-08-19)

Full Changelog

v2.2.2 (2016-08-19)

Full Changelog

v2.2.1 (2016-08-19)

Full Changelog

v2.2.0 (2016-08-18)

Full Changelog

Merged pull requests:

  • add stateful manager, add stateful args to all col actions, update tests #44 (bencripps)

v2.1.0 (2016-08-16)

Full Changelog

Merged pull requests:

v2.0.4 (2016-08-11)

Full Changelog

Implemented enhancements:

  • Custom sorting #41

v2.0.3 (2016-08-10)

Full Changelog

Closed issues:

  • Bad file name breaks the build #40

Merged pull requests:

v2.0.2 (2016-08-09)

Full Changelog

v2.0.1 (2016-08-09)

Full Changelog

Closed issues:

  • Error trying to compile the library #39
  • Request: make project ready for distribution #36

v2.0.0 (2016-08-08)

Full Changelog

Closed issues:

  • Question: Is it possible to set a custom key to each row? #33

Merged pull requests:

  • Rework build process to create dist, remove fonts, update README #37 (bencripps)

v.1.9.3 (2016-08-06)

Full Changelog

v1.9.3 (2016-08-06)

Full Changelog

v1.9.2 (2016-08-05)

Full Changelog

Fixed bugs:

  • Sortable is not working! #29

v1.9.1 (2016-08-04)

Full Changelog

v1.9.0 (2016-07-27)

Full Changelog

Implemented enhancements:

  • multiple grid interaction question #26

Fixed bugs:

  • unable to save when multiple grids are available #25
  • Does not refresh after SET_DATA action #19

Closed issues:

  • working with a simple rest service #21

Merged pull requests:

v1.8.0 (2016-07-01)

Full Changelog

Implemented enhancements:

  • Add .edtiorconfig to project #17

Merged pull requests:

  • Add editor config #18 (taco)
  • Added syntax highlighting to README.md #15 (taco)

v1.7.0 (2016-06-22)

Full Changelog

Merged pull requests:

  • Added some perf improvements to shouldComponentUpdate #14 (taco)

v1.6.0 (2016-06-15)

Full Changelog

Merged pull requests:

v1.5.0 (2016-05-31)

Full Changelog

Merged pull requests:

  • Merge in feature/perf to remove extraneous connected components #11 (bencripps)

v1.4.0 (2016-05-23)

Full Changelog

Merged pull requests:

  • Add stateKey as required parameter, update tests, update docs #10 (bencripps)

feaute/statekey (2016-05-04)

Full Changelog

v1.3.0 (2016-04-30)

Full Changelog

1.3.0 (2016-04-30)

Full Changelog

Fixed bugs:

  • trying to hook up my own store #9

1.2.0 (2016-03-27)

Full Changelog

v1.2.0 (2016-03-27)

Full Changelog

v1.1.0 (2016-03-27)

Full Changelog

1.1.0 (2016-01-23)

Full Changelog

1.0.5 (2016-01-18)

* This Change Log was automatically generated by github_changelog_generator