Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

draft-js-alignment-plugin

draft-js-plugins7.3kMITdeprecated2.0.6

use @draft-js-plugins/alignment >=v4 instead

Alignment Plugin for DraftJS

editor, wysiwyg, draft, react, ux, components, widget, react-component

readme

DraftJS Alignment Plugin

This is a plugin for the draft-js-plugins-editor.

Usage:

import createAlignmentPlugin from 'draft-js-alignment-plugin';

const alignmentPlugin = createAlignmentPlugin();

Dependencies:

This plugin requires that the draft-js-focus-plugin;

changelog

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.6

  • Allow draft-js v0.11
  • Remove unused dependencies

2.0.5

  • Fixed bug that would have shared stores between multiple editor instances. #1176

2.0.3 - 2.0.4

  • bumped find-with-regex

2.0.2

  • added options to configure styling of alignment buttons

Released the first working of DraftJS Alignment Plugin