1.1.1 (2021-01-12)
- call vue-component inside install function (677290b)
1.1.0 (2021-01-12)
- update
NODE_AUTH_TOKEN
(195f079) - deps: bump @vue/composition-api from 1.0.0-beta.19 to 1.0.0-beta.20 (89e1eab)
- deps: bump @vue/composition-api from 1.0.0-beta.20 to 1.0.0-beta.21 (ae0352f)
- deps: bump @vue/composition-api from 1.0.0-beta.21 to 1.0.0-beta.22 (1f7c888)
- deps: bump @vue/composition-api from 1.0.0-beta.22 to 1.0.0-beta.23 (18c284e)
- deps: bump @vue/composition-api from 1.0.0-beta.23 to 1.0.0-beta.24 (3264db5)
- deps: bump @vue/composition-api from 1.0.0-beta.24 to 1.0.0-beta.25 (a8403c2)
- deps: bump actions/setup-node from v2.1.2 to v2.1.3 (f9f2247)
- deps: bump actions/setup-node from v2.1.3 to v2.1.4 (9304024)
- deps: bump core-js from 3.8.1 to 3.8.2 (49ac797)
- deps: bump interactjs from 1.10.1 to 1.10.2 (4974d27)
- add events and multiple grid example (e7d8500)
- bump pkg versions (6e44258)
- change title and minor changes (3327aa0)
- remove this and references (8afe1af)
- deps: bump core-js from 3.7.0 to 3.8.0 (a6f621c)
- deps: bump core-js from 3.8.0 to 3.8.1 (5da4d78)
- deps: bump ini from 1.3.5 to 1.3.8 (ea1a8b0)
- deps: bump interactjs from 1.10.0 to 1.10.1 (59c3ee7)
- ignore the sw.js (2a2fd8e)
- remove
netlify.toml
config file (3a3d486) - update baseUrl for fixing netlify broken assets (e2edddc)
- docs: update documentation links (f08f5aa)
- remove comments (4de3fb1)
- update nuxt content destination_dir (b7b156c)
- deps: bump core-js from 3.6.5 to 3.7.0 (d8a2234)
- typo: update BRANCH to be
branch_name
(220c57a) - update the baseUrl for statically hosting the site on gh pages (fceb1c1)
- update the nuxt/content config (04cd461)
- add drag-from-outside example (ec75afb)
- add GeoSpoc svg logo (80dbd81)
- add initial docs (65fa8de)
- add mirrored grid layout example (bf31e7f)
- add pre-defined layout example (e5c3ea3)
- add prevent collision while dragging example (c7294b5)
- add responsive grid layout example (a340ec6)
- drag allow or ignore on elements example (c58d6fd)
- dynamic add or remove grid item example (61e21d6)
- ci: publish to gh-pages branch (a634c89)
- nuxt content module setup (aafd723)
- update storybook & docs in single workflow (3d65a1c)
1.0.1 (2020-11-06)
- remove custom css for tabs (a703fb5)
- add slot (e5c213b)
1.0.0 (2020-11-06)
- minor housekeeping of ship.js (e30bba7)
- update Token for publishing pkg to github pkg registry (15f5b82)
- deps: add rollup plugins to bundle TypeScript (064fa36)
- ts: cleanup TS errors (558bdac)
- add tabs and drag handle on tabs (e091230)
- basic example with vue-composition api (85424d8)
- override vue/no-mutation-props rule (37a567f)
- remove
function
and use fat arrow (ee7b569) - remove tabs and tab component (59edbd1)
- remove un-necessary files (50b6cf3)
- removed un-necessary-code (621a9c0)
- update code to adhere to ES6 (6d380bd)
- use
NPM_AUTH_TOKEN
instead (fc9df55), closes /github.com/algolia/shipjs/issues/931#issuecomment-707097950 - deps: bump actions/setup-node from v2.1.1 to v2.1.2 (d3c7b73)
- deps: bump interactjs from 1.9.22 to 1.10.0 (9b1bab2)
- refs: use correct refName (32bbc74)
- ts: add vue shims (e27e547)
- babel: use babel
preset-flow
(42a9f6e) - rollup: use
vue
as external dep (b41562c) - lint fix DOM & draggableUtils (7f6fcb5)
- remove
main.js
as we're building this (717532c) - remove unused
<style>
tag (57686c8) - reordered style & script tags in Vue SFC (3cf1572)
- style: update lint issue in
interact-test
tests (c86bfe3)