FEATURE: select-kit api to modify collection header

This commit is contained in:
Joffrey JAFFEUX
2018-01-26 14:42:24 +01:00
committed by GitHub
parent 0eb71cef98
commit 56834dbd98
8 changed files with 45 additions and 5 deletions

View File

@ -25,7 +25,7 @@ import { modifySelectKit } from "select-kit/mixins/plugin-api";
import { addGTMPageChangedCallback } from 'discourse/lib/page-tracker';
// If you add any methods to the API ensure you bump up this number
const PLUGIN_API_VERSION = '0.8.16';
const PLUGIN_API_VERSION = '0.8.17';
class PluginApi {
constructor(version, container) {