Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
208 lines (162 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

208 lines (162 loc) · 17.7 KB

v1.0.0 (2020-06-24)

v1.0.0-rc.0 (2020-05-25)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

  • #180 Check if destroyed before validating, update travis/lint (@rwwagner90)

🏠 Internal

Committers: 4

Change Log

1.0.0-alpha.9 (2018-08-02)

Full Changelog

Closed issues:

  • Publish alpha 8 #171
  • Publish v1.0.0-alpha.8 to NPM Repository #168
  • didInitAttrs and Ember.k DEPRECATION warnings for ember 2.13.1 #150

Merged pull requests:

  • Fix test that fails in recent Firefox & Safari versions under some circumstances #174 (lukemelia)
  • Remove arrayObserver when the component is destroyed #173 (pieter-v)
  • Upgrade layout-bin-packer #172 (alexlafroscia)

v1.0.0-alpha.8 (2018-01-16)

Full Changelog

Closed issues:

  • Single js file version #165
  • URL leads to 404 Error #147
  • scroll to item #144
  • Fill gaps in Mixed Grid Layout #134
  • Glimmer 2 Compatibility #126

Merged pull requests:

v1.0.0-alpha.7 (2016-11-17)

Full Changelog

Closed issues:

  • Ncaught Error: Assertion Failed: A helper named ‘percentage-columns-layout’ could not be found #118

Merged pull requests:

v1.0.0-alpha.6 (2016-04-25)

Full Changelog

Closed issues:

  • how to test sort ordered collection when dom elements are not same order as visual order #107
  • A helper named 'percentage-columns-layout' could not be found #106
  • Items not appended using momentum/inertia scroll on iOS #105
  • Could not find addon with name: ember-collection #93
  • Collection cells overlap pop-overs #89
  • fixed-grid.js:74 Uncaught TypeError: height depends on the first argument of visibleWidth(number) #71
  • Weird rendering glitch only in safari #68
  • test tooling (phantomjs support?) #43

Merged pull requests:

v1.0.0-alpha.5 (2016-01-21)

Full Changelog

Closed issues:

  • Deploy dummy app to provide an interactive demo. #73
  • Is this dead> #70
  • listening to scroll change #69
  • Nested data structure support? #67
  • Tests Failing - starting with ember-beta #61
  • Remember scroll position #60
  • use main view as "scrolling container" instead of adding another child view #56
  • ember-collection doesn't support Ember arrays #55
  • Vendoring #54
  • Can't install this component #53
  • Inline style violates Content Security Policy #50
  • Does not work with DS.RecordArray() #44
  • ember dev community slack channel #40

Merged pull requests:

  • Prepare for alpha.5 release #80 (lukemelia)
  • Add a note to the scroll-position example in the dummy app about remembering the scroll position across re-renders #79 (lukemelia)
  • Document behavior of scroll-change action in README #78 (lukemelia)
  • Specify the demoURL in the package.json for emberaddons.com and emberobserver.com #77 (lukemelia)
  • Bootstrap styling, removed unused dummy app items #76 (raytiley)
  • Adding some context to the online demo #75 (ef4)
  • automated deploys to github pages #74 (ef4)
  • Update to use Ember.Array API... #66 (lukemelia)
  • Set Dummy app title more accurately #65 (lukemelia)
  • ember-template-compiler.js appears to be unnecessary for tests, and hardcoding it to released version is problematic for ember-try #64 (lukemelia)
  • It's not necessary to set the box-sizing css property on the ember-native-scrollable #63 (lukemelia)
  • Explain relative positioning, estimated width/height #59 (samselikoff)
  • Update README.md #57 (DanielOchoa)
  • Fix typo in build instructions #52 (aldhsu)
  • Use separate variables instead of two-element hashes when it makes sense #51 (srgpqt)

v1.0.0-alpha.4 (2015-09-15)

Full Changelog

v1.0.0-alpha.3 (2015-09-15)

Full Changelog

Merged pull requests:

  • If scrollChange action is provided, emit scroll changes to it and bind the scroll position #48 (lukemelia)

v1.0.0-alpha.2 (2015-09-14)

Full Changelog

v1.0.0-alpha.1 (2015-09-14)

Fixed bugs:

  • Some tests fail in Safari #19
  • Memory Leak #14
  • requestAnimationFrame cycle runs forever #12

Closed issues:

  • build #45
  • Make a virtual scrolling implementation #36
  • build failure #33

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator