Skip to content

Commit

Permalink
chore: release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed Mar 5, 2021
1 parent 2c0d0af commit 6a56e8a
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 33 deletions.
112 changes: 80 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,106 @@
Changelog
=========
### Changelog

## v0.3.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

### Pull Requests
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- [#13](https://github.com/Gavant/ember-shopify-draggable/pull/16) Draggables and droppables *by [Gavant](https://github.com/Gavant)*
- Add components for `Draggable` and `Droppable`
- Add support for rest of plugins
- Expose all events fired by the shopify modules
#### [v0.3.3](https://github.com/Gavant/ember-shopify-draggable/compare/v0.3.0...v0.3.3)

## v0.2.2
- Update release process & shopify draggable to latest [`2c0d0af`](https://github.com/Gavant/ember-shopify-draggable/commit/2c0d0afcad9b7372dc23ef7a2d8c2ee6150b2fa9)
- Updated export urls and blueprint folder [`f586caf`](https://github.com/Gavant/ember-shopify-draggable/commit/f586caf2f031742c57991d9ba8dbc7f4496fcc47)
- Updated readme install location [`d4a4e9d`](https://github.com/Gavant/ember-shopify-draggable/commit/d4a4e9d881bbe5c365b772988d0a881c16c8e776)

### Pull Requests
#### [v0.3.0](https://github.com/Gavant/ember-shopify-draggable/compare/v0.2.3...v0.3.0)

- [#13](https://github.com/Gavant/ember-shopify-draggable/pull/13) Angle bracket components in docs *by [Gavant](https://github.com/Gavant)*
> 18 March 2019
- Draggables and droppables [`#16`](https://github.com/Gavant/ember-shopify-draggable/pull/16)
- create components for Draggable. extract common logic for container components into a mixin. [`2b11df7`](https://github.com/Gavant/ember-shopify-draggable/commit/2b11df745525dfd65291153d2e173bc0e21bbbe1)
- extract duplicate component logic into a mixin, add support for remaining plugins, expose more events [`ccebc46`](https://github.com/Gavant/ember-shopify-draggable/commit/ccebc46c403f8ec50fb2356f6367bc08d83540cd)
- adding components for droppables [`7d2b1a5`](https://github.com/Gavant/ember-shopify-draggable/commit/7d2b1a5534d88cfa39752e2d0966f6b76f8435bc)

## v0.2.2
#### [v0.2.3](https://github.com/Gavant/ember-shopify-draggable/compare/v0.2.2...v0.2.3)

### Pull Requests
> 12 March 2019
- [#12](https://github.com/Gavant/ember-shopify-draggable/pull/12) Setup Travis CI *by [Gavant](https://github.com/Gavant)*
- add <AngleBracket> style examples to README [`#13`](https://github.com/Gavant/ember-shopify-draggable/pull/13)
- use angle bracket component style in demo app [`e728082`](https://github.com/Gavant/ember-shopify-draggable/commit/e7280821b71391b8bdeed4277b80f9ee3794194c)
- switch demo app back to curly brace style, since we won't pass CI tests for older ember versions with it (sadpanda) [`57ea1bf`](https://github.com/Gavant/ember-shopify-draggable/commit/57ea1bffa86ca1773f1cb19ee20f47b6d38c337a)
- add <AngleBracket> style examples to README. [`bafeb1a`](https://github.com/Gavant/ember-shopify-draggable/commit/bafeb1afbd84da2cc5ed88c50aeebc693e6921c4)

## v0.2.1
#### [v0.2.2](https://github.com/Gavant/ember-shopify-draggable/compare/v0.2.1...v0.2.2)

### Pull Requests
> 8 March 2019
- [#11](https://github.com/Gavant/ember-shopify-draggable/pull/11) Improve test coverage *by [Gavant](https://github.com/Gavant)*
- 🚀 [`#12`](https://github.com/Gavant/ember-shopify-draggable/pull/12)
- rebuild yarn.lock so we can build externally, update README with travis badge, docs tweaks [`0dc2689`](https://github.com/Gavant/ember-shopify-draggable/commit/0dc2689df8be7dd6a8c26fad8b2ebfe84b7d9909)
- more integration tests for testing actions being fired, tests for swappable-group [`7c9e270`](https://github.com/Gavant/ember-shopify-draggable/commit/7c9e270ec018ba8b25fb5df59441f26e0bd9f665)
- make sure all async events coming from Sortable are wrapped in a run loop. remove obsolete fastboot computed. [`8dacdd2`](https://github.com/Gavant/ember-shopify-draggable/commit/8dacdd2b7ac0b0fe7b40d1eb9f23f087a0fc66f1)

## v0.2.0
#### [v0.2.1](https://github.com/Gavant/ember-shopify-draggable/compare/v0.2.0...v0.2.1)

### Pull Requests
> 7 March 2019
- [#9](https://github.com/Gavant/ember-shopify-draggable/pull/9) LGTM 🚀 *by [Gavant](https://github.com/Gavant)*
- Improve test coverage [`#11`](https://github.com/Gavant/ember-shopify-draggable/pull/11)
- add integration test for sortable-group that tests actual drag/drop sorting and reordering [`9f77dbc`](https://github.com/Gavant/ember-shopify-draggable/commit/9f77dbcb6c823f0f3834bf37f9ec97897898d287)
- add support for some more Sortable options, guard against sortable/swappable instances not existing when destroying (mainly necessary in test envs) [`e362303`](https://github.com/Gavant/ember-shopify-draggable/commit/e362303df4a4f5d9af4494259b0c91a190ea0f30)
- update readme with info on supported sortable options, misc tweaks [`5e7d9a1`](https://github.com/Gavant/ember-shopify-draggable/commit/5e7d9a198bffc3ced48d3cbcb4a0dcb18ade4e83)

## v0.1.5
Locked in ember-cli-es6-transform to be 0.0.5
#### [v0.2.0](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.5...v0.2.0)

## v0.1.4
> 28 February 2019
### Pull Requests
- LGTM 🚀 [`#9`](https://github.com/Gavant/ember-shopify-draggable/pull/9)
- Walk back to es6 trasnform [`d0bc0f2`](https://github.com/Gavant/ember-shopify-draggable/commit/d0bc0f21c7459a41ef13149b0b68d864b6706a46)
- Start to switch over to ember auto import [`0fa54e9`](https://github.com/Gavant/ember-shopify-draggable/commit/0fa54e976bb9c78516ffb109434f7f8cc93f7e04)
- Updating to use async import [`26a4015`](https://github.com/Gavant/ember-shopify-draggable/commit/26a40157764cc246d1e969fc4d73afc41fd863fc)

- [#8](https://github.com/Gavant/ember-shopify-draggable/pull/8) Babel issue *by [Gavant](https://github.com/Gavant)*
#### [v0.1.5](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.4...v0.1.5)

## v0.1.3
> 15 February 2019
### Pull Requests
- Released v0.1.5 [`990ad05`](https://github.com/Gavant/ember-shopify-draggable/commit/990ad057b07c2da4bb927cdd052ba9b3a763481d)
- Changing ember-cli-es6-transform version to be locked at 0.0.5 [`5c95f98`](https://github.com/Gavant/ember-shopify-draggable/commit/5c95f9822da9d0cad07871fadb06a083e03186a7)

- [#7](https://github.com/Gavant/ember-shopify-draggable/pull/7) Adding github link in demo *by [Gavant](https://github.com/Gavant)*
#### [v0.1.4](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.3...v0.1.4)

## v0.1.2
> 15 February 2019
## 0.1.0
- Babel issue [`#8`](https://github.com/Gavant/ember-shopify-draggable/pull/8)
- Forcing specific version of ember-cli-babel [`68fbdd2`](https://github.com/Gavant/ember-shopify-draggable/commit/68fbdd232a418f5a24972481b75f917477fbbd7c)
- Released v0.1.4 [`1124031`](https://github.com/Gavant/ember-shopify-draggable/commit/1124031ee30a124aaf0c06d58568b3caf2079e0d)
- Harcode ember es6 transform version [`19b9654`](https://github.com/Gavant/ember-shopify-draggable/commit/19b96549f4ea4b8853587249c10cf676758ba02e)

Tracking JS objects passed into component.
When you reorder the dom, the underlying JS objects get reordered as well
#### [v0.1.3](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.2...v0.1.3)

> 6 November 2018
- Adding github link in demo [`#7`](https://github.com/Gavant/ember-shopify-draggable/pull/7)
- Released v0.1.3 [`d767d89`](https://github.com/Gavant/ember-shopify-draggable/commit/d767d8900c94850ad242738baa8214b5dc0f7242)

#### [v0.1.2](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.1...v0.1.2)

> 5 November 2018
- Adding demo link [`2448f1e`](https://github.com/Gavant/ember-shopify-draggable/commit/2448f1eb2a2dd0c10124bbc12e051b5d363c515c)
- Released v0.1.2 [`7a05f7a`](https://github.com/Gavant/ember-shopify-draggable/commit/7a05f7a49e8fb9e13690d8a8e431c6a97cfedb35)

#### [v0.1.1](https://github.com/Gavant/ember-shopify-draggable/compare/v0.1.0...v0.1.1)

> 5 November 2018
- Adding index page to dummy app [`97a9e36`](https://github.com/Gavant/ember-shopify-draggable/commit/97a9e3635445abf06982f4b3a5b20b5eca56068a)
- Released v0.1.1 [`73ff37b`](https://github.com/Gavant/ember-shopify-draggable/commit/73ff37bacab5ad03d1f11bb6eed3a2dc409479ac)

#### v0.1.0

> 5 November 2018
- Set repository URL in package.json [`#5`](https://github.com/Gavant/ember-shopify-draggable/pull/5)
- LGTM [`#4`](https://github.com/Gavant/ember-shopify-draggable/pull/4)
- LGTM [`#3`](https://github.com/Gavant/ember-shopify-draggable/pull/3)
- Doggie! 🐶 [`#2`](https://github.com/Gavant/ember-shopify-draggable/pull/2)
- 🚀 [`#1`](https://github.com/Gavant/ember-shopify-draggable/pull/1)
- Initial commit [`898ad37`](https://github.com/Gavant/ember-shopify-draggable/commit/898ad370dc4cbee87760a5ccab0fb7da87659959)
- Initial Commit from Ember CLI v3.3.0 [`0082e5c`](https://github.com/Gavant/ember-shopify-draggable/commit/0082e5c47326c999c9842a89536b2937174ab646)
- Adding ember release and changelog [`57fe954`](https://github.com/Gavant/ember-shopify-draggable/commit/57fe954c737b0633e570663348624120489e81a7)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavant/ember-shopify-draggable",
"version": "0.3.2",
"version": "0.3.3",
"description": "Ember components for Shopify's drag and drop",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6a56e8a

Please sign in to comment.