Skip to content

My oranges

Choose a tag to compare

@cibernox cibernox released this 30 Apr 21:16
· 675 commits to master since this release

πŸŽ‰ πŸŽ‰ πŸŽ‰ Finally 1.0 πŸŽ‰ πŸŽ‰ πŸŽ‰

When compared with the last 1.0.0-beta.X version, it contains no changes whatsoever.

The relevant breaking changes when compared with the last 0.X version are:

Drop ember-wormhole, require Glimmer2.

This means also that this new version requires a version of Ember >= 2.10, which is the first one that uses glimmer2 underneath. Ember 2.10 was released in November 2016, so I think it's a reasonable requirement for 2018 apps. However, that haven't updated can continue to use version 0.34, as it has identical features.

Deprecate acceptance test helpers

This addon exposes two test helpers that can be registered as globals: clickDropdown and tapDropdown. Since with the new test syntax for acceptance tests proposed in RFC #268 will not support that kind of global helpers, those helpers have been deprecated in favor of explicitly importing helpers: clickTrigger and tapTrigger from 'ember-basic-dropdown/test-support/helpers', or even better, use click and tap from @ember/test-helpers.