Closed jscharf closed 4 years ago
References to floor
need to be removed from tests/unit/helpers/is-lead-selection.js
This PR needs to be a major
, not a patch
. This is due to the fact that we were exporting this floor
helper at the ember-frost-list/helpers/floor
namespace and do not know what other consuming code may still be importing it, regardless of whether we have quit consuming it internally in this add-on.
I have made this change.
Update your changelog entry to reflect the removal of this previously-exported helper
This project uses semver, please check the scope of this pr:
Notes
This project has
ember-math-helpers
as a dependency so a custom floor helper is no longer needed. As far as I can tell, it's only used in one place anyway, which is in the pagination template for the last page button. I tested the pagination buttons after removing these files and it still works.Resolves #84
CHANGELOG