Releases: adopted-ember-addons/ember-infinity
Releases · adopted-ember-addons/ember-infinity
v0.0.11
v0.0.10
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 (truenorth)
- Update to ember-cli 0.2.7 #38 (truenorth)
- [gh-pages] Add babel.js polyfill to demo #37 (truenorth)
- Babel.js polyfill in demo app #36 (truenorth)
- uses the override properties when loading more #35 (kellyselden)
- Document events #40 (ashrafhasson)
- Document event hooks #30 (ashrafhasson)
- Update README.md #29 (ashrafhasson)
v0.0.9
v0.0.8
This release just adds @truenorth's work for Github Pages, and adds the demoURL
property to the package.json
for Ember Observer & Ember Addons.
v0.0.7
@truenorth built out the ability to modify the default query params sent to the server, and the default place ember-infinity looks for the total pages count in the payload. He also did a major refactor to bring the codebase up to snuff with ES6!