UNPKG

ember-resize-modifier

Version:

Resize Modifier for Ember.js Applications using ResizeObserver

155 lines (110 loc) 9.16 kB
## v0.7.1 (2023-10-11) #### :boom: Breaking Change * [#821](https://github.com/elwayman02/ember-resize-modifier/pull/821) Ember 5 Dependencies + Drop 3.28 Support ([@elwayman02](https://github.com/elwayman02)) * [#822](https://github.com/elwayman02/ember-resize-modifier/pull/822) Ember 5 Partial Update + Drop Node 14 Support ([@elwayman02](https://github.com/elwayman02)) #### :rocket: Enhancement * [#811](https://github.com/elwayman02/ember-resize-modifier/pull/811) Add ember-source 5 support ([@hexadecy](https://github.com/hexadecy)) #### :bug: Bug Fix * [#817](https://github.com/elwayman02/ember-resize-modifier/pull/817) Embroider compatible with dynamic components ([@hexadecy](https://github.com/hexadecy)) #### :house: Internal * [#821](https://github.com/elwayman02/ember-resize-modifier/pull/821) Ember 5 Dependencies + Drop 3.28 Support ([@elwayman02](https://github.com/elwayman02)) * [#822](https://github.com/elwayman02/ember-resize-modifier/pull/822) Ember 5 Partial Update + Drop Node 14 Support ([@elwayman02](https://github.com/elwayman02)) * [#820](https://github.com/elwayman02/ember-resize-modifier/pull/820) prettier v3 ([@elwayman02](https://github.com/elwayman02)) * [#818](https://github.com/elwayman02/ember-resize-modifier/pull/818) ember-try v3 ([@elwayman02](https://github.com/elwayman02)) * [#817](https://github.com/elwayman02/ember-resize-modifier/pull/817) Embroider compatible with dynamic components ([@hexadecy](https://github.com/hexadecy)) #### Committers: 3 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - Michel Couillard ([@hexadecy](https://github.com/hexadecy)) - Patrick Pircher ([@patricklx](https://github.com/patricklx)) ## v0.6.0 (2023-01-04) #### :boom: Breaking Change * [#632](https://github.com/elwayman02/ember-resize-modifier/pull/632) [skip netlify]: Bump ember-modifier from 3.2.7 to 4.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) * [#648](https://github.com/elwayman02/ember-resize-modifier/pull/648) Move ember-auto-import v2 to dep ([@elwayman02](https://github.com/elwayman02)) #### Committers: 1 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) ## v0.5.0 (2022-12-08) #### :boom: Breaking Change * [#625](https://github.com/elwayman02/ember-resize-modifier/pull/625) Ember 4.9 Upgrade ([@elwayman02](https://github.com/elwayman02)) #### :house: Internal * [#625](https://github.com/elwayman02/ember-resize-modifier/pull/625) Ember 4.9 Upgrade ([@elwayman02](https://github.com/elwayman02)) * [#623](https://github.com/elwayman02/ember-resize-modifier/pull/623) ESLint v8 Upgrade ([@elwayman02](https://github.com/elwayman02)) #### Committers: 1 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) ## v0.4.1 (2022-05-13) #### :rocket: Enhancement * [#514](https://github.com/elwayman02/ember-resize-modifier/pull/514) Performance: avoid creating callbacks for the destructor ([@chriskrycho](https://github.com/chriskrycho)) #### :bug: Bug Fix * [#515](https://github.com/elwayman02/ember-resize-modifier/pull/515) Require ember-modifier@^3.2 ([@chriskrycho](https://github.com/chriskrycho)) #### :house: Internal * [#514](https://github.com/elwayman02/ember-resize-modifier/pull/514) Performance: avoid creating callbacks for the destructor ([@chriskrycho](https://github.com/chriskrycho)) #### Committers: 1 - Chris Krycho ([@chriskrycho](https://github.com/chriskrycho)) ## v0.4.0 (2022-05-13) #### :boom: Breaking Change * [#506](https://github.com/elwayman02/ember-resize-modifier/pull/506) Update ember-modifier to v3 ([@BnitoBzh](https://github.com/BnitoBzh)) #### :house: Internal * [#506](https://github.com/elwayman02/ember-resize-modifier/pull/506) Update ember-modifier to v3 ([@BnitoBzh](https://github.com/BnitoBzh)) #### Committers: 2 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - [@BnitoBzh](https://github.com/BnitoBzh) ## v0.3.0 (2021-10-11) #### :boom: Breaking Change * [#377](https://github.com/elwayman02/ember-resize-modifier/pull/377) Ember 3.28 Upgrade ([@elwayman02](https://github.com/elwayman02)) #### :house: Internal * [#377](https://github.com/elwayman02/ember-resize-modifier/pull/377) Ember 3.28 Upgrade ([@elwayman02](https://github.com/elwayman02)) #### Committers: 3 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - Tamas Sule ([@xjmdoo](https://github.com/xjmdoo)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v0.2.0 (2021-03-03) #### :rocket: Enhancement * [#222](https://github.com/elwayman02/ember-resize-modifier/pull/222) Use single ResizeObserver for better performance ([@xjmdoo](https://github.com/xjmdoo)) #### Committers: 3 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - Tamas Sule ([@xjmdoo](https://github.com/xjmdoo)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v0.1.0 (2021-01-07) #### :memo: Documentation * [#29](https://github.com/elwayman02/ember-resize-modifier/pull/29) Add fastboot & prember to allow direct linking to non-index routes ([@elwayman02](https://github.com/elwayman02)) #### :house: Internal * [#178](https://github.com/elwayman02/ember-resize-modifier/pull/178) Update to 3.24 Blueprint ([@elwayman02](https://github.com/elwayman02)) * [#174](https://github.com/elwayman02/ember-resize-modifier/pull/174) Switch from Travis to GitHub Actions ([@elwayman02](https://github.com/elwayman02)) #### Committers: 3 - Chris Manson ([@mansona](https://github.com/mansona)) - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v0.0.2 (2020-05-12) #### :memo: Documentation * [#24](https://github.com/elwayman02/ember-resize-modifier/pull/24) Add install instructions to docs ([@elwayman02](https://github.com/elwayman02)) #### :house: Internal * [#25](https://github.com/elwayman02/ember-resize-modifier/pull/25) did-resize Refactoring ([@elwayman02](https://github.com/elwayman02)) * [#22](https://github.com/elwayman02/ember-resize-modifier/pull/22) Set launchEditor to false ([@elwayman02](https://github.com/elwayman02)) #### Committers: 2 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) ## v0.0.1 (2020-05-11) #### :rocket: Enhancement * [#10](https://github.com/elwayman02/ember-resize-modifier/pull/10) Support options hash ([@elwayman02](https://github.com/elwayman02)) * [#5](https://github.com/elwayman02/ember-resize-modifier/pull/5) Add did-resize modifier ([@elwayman02](https://github.com/elwayman02)) #### :bug: Bug Fix * [#17](https://github.com/elwayman02/ember-resize-modifier/pull/17) Call setupSinon in test-helper.js ([@elwayman02](https://github.com/elwayman02)) * [#14](https://github.com/elwayman02/ember-resize-modifier/pull/14) Test fallback ([@elwayman02](https://github.com/elwayman02)) #### :memo: Documentation * [#13](https://github.com/elwayman02/ember-resize-modifier/pull/13) Fix Doc Typo ([@elwayman02](https://github.com/elwayman02)) * [#12](https://github.com/elwayman02/ember-resize-modifier/pull/12) Add notice about browser fallback ([@elwayman02](https://github.com/elwayman02)) * [#11](https://github.com/elwayman02/ember-resize-modifier/pull/11) Add a title to the dummy page ([@elwayman02](https://github.com/elwayman02)) * [#10](https://github.com/elwayman02/ember-resize-modifier/pull/10) Support options hash ([@elwayman02](https://github.com/elwayman02)) * [#4](https://github.com/elwayman02/ember-resize-modifier/pull/4) Package and README updates ([@elwayman02](https://github.com/elwayman02)) * [#3](https://github.com/elwayman02/ember-resize-modifier/pull/3) Basic field-guide scaffolding ([@elwayman02](https://github.com/elwayman02)) #### :house: Internal * [#17](https://github.com/elwayman02/ember-resize-modifier/pull/17) Call setupSinon in test-helper.js ([@elwayman02](https://github.com/elwayman02)) * [#15](https://github.com/elwayman02/ember-resize-modifier/pull/15) Add `options` to public API more clearly ([@elwayman02](https://github.com/elwayman02)) * [#14](https://github.com/elwayman02/ember-resize-modifier/pull/14) Test fallback ([@elwayman02](https://github.com/elwayman02)) * [#9](https://github.com/elwayman02/ember-resize-modifier/pull/9) Add travis build status ([@elwayman02](https://github.com/elwayman02)) * [#6](https://github.com/elwayman02/ember-resize-modifier/pull/6) Add dependabot config ([@elwayman02](https://github.com/elwayman02)) * [#4](https://github.com/elwayman02/ember-resize-modifier/pull/4) Package and README updates ([@elwayman02](https://github.com/elwayman02)) * [#2](https://github.com/elwayman02/ember-resize-modifier/pull/2) Include Ember 3.8 in ember-try config ([@elwayman02](https://github.com/elwayman02)) * [#1](https://github.com/elwayman02/ember-resize-modifier/pull/1) Release-it config via create-rwjblue-release-it-setup ([@elwayman02](https://github.com/elwayman02)) #### Committers: 2 - Jordan Hawker ([@elwayman02](https://github.com/elwayman02)) - [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)