Skip to content

Latest commit

 

History

History
485 lines (334 loc) · 30.9 KB

CHANGELOG.md

File metadata and controls

485 lines (334 loc) · 30.9 KB

Changelog

2.2.1 (2021-05-19)

Full Changelog

2.1.0 (2020-01-24)

Full Changelog

2.0.3 (2020-01-18)

Full Changelog

2.0.1 (2019-12-31)

Full Changelog

2.0.0 (2019-12-31)

Full Changelog

1.4.9 (2019-09-20)

Full Changelog

1.4.8 (2019-09-09)

Full Changelog

1.4.7 (2019-05-24)

Full Changelog

1.4.2 (2019-04-15)

Full Changelog

1.1.3 (2018-08-20)

Full Changelog

Important Merged pull requests:

  • Fix non blocking model - thanks @Duder-onomy #315
  • Fix first load hideOnInfinity #312
  • Update deps #308
  • Ensure nested components work #303
  • Fix afterInfinityModel hook #299

Closed issues:

  • Regression, non-blocking model support and initial page of results not hiding infinityLoader #313
  • Infinity-loader not hiding when there's just a single page #311
  • It does not display the second page #310
  • Not working properly in components #302
  • Accessing this from within the infinityModelLoaded() method #300
  • afterInfinityModel not working with infinity service #298
  • Subclassing InfinityModel provides no pattern to replace route._afterInfinityModel #292

1.0.0 (2018-06-17)

Full Changelog

Important Merged pull requests:

  • Component Service Interaction #287
  • Load more until screen is filled #275
  • Enable closure actions #271
  • Load previous pages #259

Closed issues:

1.0.0-alpha.* (2018-03-07)

Full Changelog

Closed issues:

  • Cursor based, API without count key #285
  • Doesn't keep fetching more on page load if view port is smaller than the window #278
  • Hook to update InfinityModel #272
  • Add items to model is not working #270
  • Unable to extend InfinityModel following README.md #263
  • missing ember-in-viewport #256

Merged pull requests:

  • fix after model hook #288
  • improve cursor based docs + fix a bug in setting canLoadMore #286
  • Rename infinity loader service to infinity #283
  • InfinityModels managed by service + closure actions #271
  • Load Previous pages #259
  • InfinityModel used to store query params #231
  • Non Blocking Model hooks support #232
  • Ability to extend the InfinityModel #236
  • Replace scroll logic with ember-in-viewport #242 258
  • Ember and Ember-Data and Ember-CLI 3.0 #260

0.2.8 (2017-01-03)

Full Changelog

Closed issues:

  • Won't load data, but fires all functions #199
  • Release 0.2.7 needs published to NPM #198
  • Option to use meta data from headers #197
  • How to create a new record? #196

Merged pull requests:

0.2.7 (2016-11-28)

Full Changelog

Closed issues:

  • Not working with multiple models. #193
  • Doesn't work with RSVP? #192
  • Doesn't load data #190
  • "Calling set on destroyed object" #189
  • Inside a component? #180
  • Only semi-working out of the box - says Infinity Model Fully Loaded #179

Merged pull requests:

  • Ensures no FastBoot environment before loading more records #194 (willviles)
  • Fix Ember Infinity Tests #187 (hhff)

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