4.12.0 • Published 1 year ago

@balena/jellyfish-plugin-feedback v4.12.0

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
1 year ago

Jellyfish Feedback Plugin

Provides the tools to manage user feedback within Jellyfish.

Usage

Below is an example how to use this library:

import { feedbackPlugin } from '@balena/jellyfish-plugin-feedback';
import { PluginManager } from '@balena/jellyfish-worker';

// Load contracts from this plugin
const pluginManager = new PluginManager([
	feedbackPlugin(),
]);
const contracts = pluginManager.getCards();
console.dir(contracts);

Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-plugin-feedback

Testing

Unit tests can be easily run with the command npm test.

4.9.0

1 year ago

4.9.1

1 year ago

4.6.1

1 year ago

4.12.0

1 year ago

4.10.0

1 year ago

4.8.0

1 year ago

4.7.0

1 year ago

4.11.0

1 year ago

4.0.5

2 years ago

4.0.4

2 years ago

4.1.0

1 year ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago