Skip to content

Latest commit

 

History

History
345 lines (234 loc) · 21.3 KB

CHANGELOG.md

File metadata and controls

345 lines (234 loc) · 21.3 KB

Change Log

0.2.6 (2016-08-08)

Full Changelog

Closed issues:

  • Basic Usage #168
  • Ember Infinity on 2 or more nested routes #150
  • loadMoreAction fires prematurely #82

Merged pull requests:

0.2.5 (2016-08-05)

Full Changelog

Closed issues:

  • Dynamic change scrollable element #172
  • Loader with custom scrollable never fires #126

Merged pull requests:

  • Fix loader with custom scrollable that never fires #173 (jimmay5469)

0.2.4 (2016-07-12)

Full Changelog

Closed issues:

  • Can it work without totalPages? #166
  • ember-infinity demo as Ember Twiddle for presenting issues #165
  • Introduction to ember-infinity on The Ember Show at Global Ember Meetup #162
  • Component not updating when infinityModel.reachedInfinity #160
  • How to load a hasMany relationship? #159
  • Using offset parameter in backend request #157
  • Infinity model and server side filtering #156
  • strange behavior #155
  • Adding without scroll action, Deleting records #154
  • Using websockets to insert new records #149
  • Pagination when the endpoint is not standard. #148
  • Preserve scrolling position and model data when navigating from/to InfinityRoute #146
  • Using skip / take instead of page / perPage #139
  • Upgrade to be Fastboot-able #134

Merged pull requests:

0.2.3 (2016-04-12)

Full Changelog

Closed issues:

  • will this work with ember 2.4? #152
  • How to load two different infinity model on same page? #93

Merged pull requests:

0.2.2 (2016-03-11)

Full Changelog

Closed issues:

  • TypeError: infinityModel.pushObjects is not a function #144
  • Issue with cursor based pagination #140
  • this.$().offset().top undefined at times #137
  • How to use route mixin within component #136
  • call view on infinityModelUpdate event #135
  • Preferred method of handling server error #133
  • Can we load it in reverse? #132
  • Anyone have computed.sort success #131
  • Issue using afterInfinityModel #123
  • Ember 1.13.10 get('content') vs toArrray() #111
  • Uncaught TypeError: Cannot read property 'offset' of undefined #100
  • Add code coverage % changed to pull requests #65

Merged pull requests:

v0.2.1 (2015-12-28)

Full Changelog

Closed issues:

  • load data from nested url #124
  • Infinity model allow skip-like pagination #122
  • Where does loadMoreAction action get's handled? #118
  • Uncaught Error: <...> had no action handler for: infinityLoad #117
  • ember-cli-htmlbars is out of date #114
  • Not Working With JSON API #109
  • "Could not fetch Infinity Model" masks other errors #96
  • Add README Instructions about building an Infinity Button Component #49

Merged pull requests:

v0.2.0 (2015-11-25)

Full Changelog

Closed issues:

  • Tests fail under Ember 2.3.0-beta1 #103
  • Deprecation Ember 2+ #101
  • _canLoadMore doesn't fetch totalPages #99
  • Update queryParams with page and perPage #95
  • Cursor-based pagination loads duplicate results #90
  • Refactor Tests for Code Climate #80

Merged pull requests:

v0.2.0-beta.1 (2015-10-20)

Full Changelog

Closed issues:

  • Resetting the starting page? #91
  • semver is not defined error when upgraded to ember 2.0 #85
  • Infinity conflicts with liquid-fire #52

Merged pull requests:

v0.1.2 (2015-09-02)

Full Changelog

Closed issues:

  • Scroll to current active element in list view #84

Merged pull requests:

v0.1.1 (2015-08-29)

Full Changelog

Closed issues:

  • E/ED 2.0.0 support #81
  • Better Documentation for the UpdateInfinityModel hook #74
  • Update current model is not working #53
  • Delete all items and perform a new query #47
  • Remove some items from array #42

Merged pull requests:

  • Document updateInfinityModel hook, closes #74 #83 (hhff)
  • [Bugfix] Preserving scrollable on subsequent rerenders - reported by @cprussin #69 (ManuelArno)

v0.1.0 (2015-08-27)

Full Changelog

Closed issues:

  • this.refresh() unbinds Eventhandler #78

Merged pull requests:

v0.0.14 (2015-08-20)

Full Changelog

Closed issues:

  • load multiple models in an infinity route #67
  • Overwrite infinity-loader template no longer works #51

Merged pull requests:

  • Allow Template Overrides, closes #51 #68 (hhff)
  • dont rely on didInsertElement setting up scrollable #63 (ManuelArno)
  • Update for Ember Data 1.13.x, closes #32 #48 (hhff)

v0.0.13 (2015-08-01)

Full Changelog

Closed issues:

  • Reverse order functionality (asc / desc) #66
  • Should we do versioning lockstep? #64
  • Skip x entries instead of requesting pages #50

Merged pull requests:

v0.0.12 (2015-07-18)

Full Changelog

Merged pull requests:

  • Added the ability to pass in extra params that are (computed) properties #43 (ashrafhasson)

v0.0.11 (2015-07-17)

Full Changelog

Closed issues:

  • support multiple directions #55
  • Load more button instead of infinite scrolling #46
  • Update for Ember 2.0 #32

Merged pull requests:

  • extract model.pushObjects to a method #54 (asross)

v0.0.10 (2015-06-22)

Full Changelog

Closed issues:

  • customizations not persisting #34
  • Babel ES6 Polyfill required? #33
  • Possibility to reset infinityloader via controller #31
  • documentation of infinityModelUpdated and infinityModelLoaded #28
  • upgrade from 0.0.4 to 0.0.8 causes Cannot find module 'ember-cli-version-checker' #27
  • Incorrect error message in addon/mixins/route.js #25
  • Will not load more if still in view #10

Merged pull requests:

v0.0.9 (2015-06-12)

Full Changelog

Merged pull requests:

v0.0.8 (2015-06-01)

Full Changelog

Merged pull requests:

v0.0.7 (2015-05-21)

Full Changelog

Merged pull requests:

v0.0.6 (2015-05-18)

Full Changelog

Closed issues:

  • ember-cli-version-checker dependency #16

Merged pull requests:

  • Add version checker to deps, closes #16 #17 (hhff)

v0.0.5 (2015-04-30)

Full Changelog

Closed issues:

  • [Suggestion] For integration with backends other than Kaminari #12

Merged pull requests:

  • Adding ability to change default model path #15 (Keeo)
  • Fixes install command for new ember-cli #14 (Keeo)
  • Add descriptive error message when running ember-cli < 0.2.0 #13 (amedrz)

v0.0.4 (2015-04-08)

Full Changelog

Closed issues:

  • Normalize parameters passed to infinityModel #11
  • Unable to send along extra options #6
  • _bindScroll in infinity-loader.js sets wrong scroll element #5
  • Cannot read property 'name' of undefined #3

Merged pull requests:

  • Support additional parameters for infinityModel() #9 (bruce)
  • Fixed h2 tag #8 (Mak-Di)

v0.0.3 (2015-03-25)

Full Changelog

Merged pull requests:

  • Add scrollable to README #4 (hhff)
  • Add option to specify scrollable element #2 (greis)

v0.0.2 (2015-03-22)

Full Changelog

Merged pull requests:

  • infiniteModel -> infinityModel #1 (hhff)

v0.0.1 (2015-03-22)

* This Change Log was automatically generated by github_changelog_generator