ember-infinity 3.0.1 (patch)
ember-infinity
- #486 Account for isDestroying state on InfinityLoaderComponent (@trevordevore)
- #488 Update plan-release.yml to support labeling after merge (@kategengler)
- Katie Gengler (@kategengler)
- Trevor DeVore (@trevordevore)
ember-infinity 3.0.0 (major)
ember-infinity
,test-app
- #470 Upgrade to Ember 5 and convert to a v2 addon (@wozny1989)
- #468 Fix isVisible deprecation (@smercadomx)
- Other
test-app
ember-infinity
- Adam Woźny (@wozny1989)
- Chris Manson (@mansona)
- Jah Rock (@jahrock)
- Sergio Mercado (@smercadomx)
2.2.1 (2021-05-19)
- Bugfix Use abs position when checking if element is visible in viewport (#437)
- BFix hasBlock deprecation (RFC #689) (#443)
2.1.0 (2020-01-24)
- Remove tagName from loader component to remove isVisible (#416)
- Replace Mixin with inViewport service (#410)
2.0.3 (2020-01-18)
2.0.1 (2019-12-31)
- In Viewport bump (#407)
2.0.0 (2019-12-31)
- [MAJOR]: Node 10 bump (#401)
1.4.9 (2019-09-20)
- Replace Ember.Evented for own implementation (#390)
1.4.8 (2019-09-09)
- Optional store injection (#388)
1.4.7 (2019-05-24)
1.4.2 (2019-04-15)
- General minor updates (#330)
- Use scollingElement for cross browser support for scrolling area (#334)
- Use intersection-observer-admin for managing Intersection Observers (#341)
- Fix infinity model container so services can be injected on it (#338)
- Allow nested object to cache (#356)
- Minor improvements to docs and make
isLoaded
&&isError
public (#364) - loadingMore public (#372)
1.1.3 (2018-08-20)
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 theinfinityModelLoaded()
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)
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)
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)
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:
- Skip pagination parameters when set to null #147 (ShogunPanda)
0.2.7 (2016-11-28)
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)
Closed issues:
- Basic Usage #168
- Ember Infinity on 2 or more nested routes #150
- loadMoreAction fires prematurely #82
Merged pull requests:
- Only infinityLoad for this route's infinityModel #174 (jimmay5469)
0.2.5 (2016-08-05)
Closed issues:
Merged pull requests:
- Fix loader with custom scrollable that never fires #173 (jimmay5469)
0.2.4 (2016-07-12)
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:
- Use new super format from init to avoid deprecation warnings #169 (mdentremont)
- Fix typo in README #158 (mdentremont)
0.2.3 (2016-04-12)
Closed issues:
Merged pull requests:
- Use Ember.assign over Ember.merge when possible #153 (martndemus)
0.2.2 (2016-03-11)
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:
- Prevent load more action when component is destroying or destroyed #145 (ilucin)
- Fixed failing test
Don't make functions within a loop.
#143 (mariuszzak) - Update README.md with requirements for the return value from afterInfinityModel #130 (chbonser)
- ember-cli 1.13.8 -> 1.13.14 #129 (john-kurkowski)
- Pin jQuery to Ember.js compatible version #128 (john-kurkowski)
- Update README.md #127 (albertovasquez)
v0.2.1 (2015-12-28)
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:
- Don't swallow errors when loading records #125 (philipp-spiess)
- Update README #121 (ryanponce)
- Update ember-qunit to fix build #119 (anilmaurya)
- update htmlbars dependency #115 (davidgoli)
- Update README, add Infinity Button Component #113 (anilmaurya)
- Update README #112 (ryanponce)
- Changed references to this.store in order to allow using the mixin inside components #108 (mariuszzak)
- Improve tests #106 (davidgoli)
- Implemented triggerOffset property. #87 (mariuszzak)
v0.2.0 (2015-11-25)
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:
- Add afterInfinityModel #105 (davidgoli)
- Upgrade ember-qunit #104 (davidgoli)
- Refactor Route test #98 (davidgoli)
v0.2.0-beta.1 (2015-10-20)
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:
- Allow setting starting page as 0. #94 (wuron)
- Reduce duplication in route #88 (davidgoli)
- Allow Canary Failures #86 (hhff)
v0.1.2 (2015-09-02)
Closed issues:
- Scroll to current active element in list view #84
Merged pull requests:
v0.1.1 (2015-08-29)
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)
Closed issues:
- this.refresh() unbinds Eventhandler #78
Merged pull requests:
- bare minimum update work for ember 2 #79 (ManuelArno)
v0.0.14 (2015-08-20)
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)
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:
- Use Ember.get() to access store #62 (mike-north)
- Update ember-cli to 1.13.1 #60 (mike-north)
- made _currentPage public => is now currentPage #59 (dj-hedgehog)
v0.0.12 (2015-07-18)
Merged pull requests:
- Added the ability to pass in extra params that are (computed) properties #43 (ashrafhasson)
v0.0.11 (2015-07-17)
Closed issues:
- support multiple directions #55
- Load more button instead of infinite scrolling #46
- Update for Ember 2.0 #32
Merged pull requests:
v0.0.10 (2015-06-22)
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:
- check if in view on resize events #45 (kellyselden)
- keep loading until you are out of view #44 (kellyselden)
- Updated with documentation on
infinityModelLoaded
and `infinityMode… #41 (ashrafhasson) - More badges for readme #39 (mike-north)
- Update to ember-cli 0.2.7 #38 (mike-north)
- [gh-pages] Add babel.js polyfill to demo #37 (mike-north)
- Babel.js polyfill in demo app #36 (mike-north)
- uses the override properties when loading more #35 (kellyselden)
v0.0.9 (2015-06-12)
Merged pull requests:
v0.0.8 (2015-06-01)
Merged pull requests:
- Add Demo URL to package.json #24 (hhff)
- Update ember-cli-github-pages & Readme #23 (mike-north)
- GitHub pages demo #22 (mike-north)
v0.0.7 (2015-05-21)
Merged pull requests:
- ES6-ification #21 (mike-north)
- Ember cli 0.2.5 #20 (mike-north)
- adds json response to README.md #19 (mockra)
- Allow customization of pagination API #18 (mike-north)
v0.0.6 (2015-05-18)
Closed issues:
- ember-cli-version-checker dependency #16
Merged pull requests:
v0.0.5 (2015-04-30)
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)
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:
v0.0.3 (2015-03-25)
Merged pull requests:
v0.0.2 (2015-03-22)
Merged pull requests:
v0.0.1 (2015-03-22)
* This Change Log was automatically generated by github_changelog_generator