diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce3c31..63addfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d ## [Unreleased] +- All new documentation af3db2b +- Update README.md 40da820 +- update devdeps 17626e7 +- Rework new helper function f2cf99b +- Add ready event f88802d +- To the moon and back a5d40d7 +- Update table on window resize ea93940 +- Change attribute names to match GridJS API 995c66b +- Update attributes.json abdaa15 + ## [5.0.1] - 2021-06-08 - Major update! diff --git a/docs/examples.md b/docs/examples.md index f8b2c33..176d7bb 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -69,6 +69,7 @@ functionality in Vue using this component. These examples mirror those found in - [Stock Market](../examples/advanced/stock-market.mjs) - [Events](../examples/advanced/events.mjs) - [Vue Events](../examples/advanced/vue-events.mjs) +- [Global Event Bus](../examples/advanced/global-event-bus.mjs) [Preview](../examples/advanced.html) diff --git a/docs/using_with_components.md b/docs/using_with_components.md index b4b5071..266e300 100644 --- a/docs/using_with_components.md +++ b/docs/using_with_components.md @@ -1,7 +1,7 @@ # Using with Vue components -`gridjs-vue` comes with a [helper method](helpers.md), `$gridjs.helper()`, with which you can insert a Vue component directly into a -table cell or row. +`gridjs-vue` comes with a [helper method](helpers.md), `$gridjs.helper()`, with which you can insert a Vue component +directly into a table cell or row. ```html