Skip to content

Releases: dictyBase/dicty-components-page-editor

3.1.2

21 Jul 20:43
Compare
Choose a tag to compare

3.1.2 (2021-07-21)

Bug Fixes

3.1.1

21 Jul 18:06
Compare
Choose a tag to compare

3.1.1 (2021-07-21)

Bug Fixes

3.1.0

21 Jul 16:31
Compare
Choose a tag to compare

3.1.0 (2021-07-21)

Bug Fixes

  • replace default 100% image width/height, fixes #870 (e012f43)

Features

  • add font color button to inline toolbar (fb16ac7)

3.0.0

20 Jul 17:05
Compare
Choose a tag to compare

3.0.0 (2021-07-20)

Features

  • remove data migration script (43aed3d)

BREAKING CHANGES

  • Slate 0.47 data is no longer converted on the fly.

2.0.0

19 Jul 14:58
Compare
Choose a tag to compare

2.0.0 (2021-07-19)

Features

  • remove extra console.log (5aae061)

BREAKING CHANGES

  • This is the correct major release for the new Slate editor using the 0.5x data format.

1.4.1

19 Jul 14:50
Compare
Choose a tag to compare

1.4.1 (2021-07-19)

Documentation

  • add note about versions with new data format (90cf89b)

1.4.0

19 Jul 14:38
Compare
Choose a tag to compare

1.4.0 (2021-07-19)

This is the updated version of the editor using the new Slate 0.5x data format. This was erroneously released as a minor version and has since been correctly available as 2.0.0.

Bug Fixes

  • add additional checks for heading types (dbb6d3d)
  • add check for body1 type (7d57903)
  • add check for other alignment types (b7ec51f)
  • add div wrapper to allow image alignment (2a7e61b)
  • add extra check for font size dropdown display (ec879bc)
  • add function to remove any invalid objects (c1ab11b)
  • add logic to clean up nested divs (934dc13)
  • add missing return statement (fbef757)
  • add missing return statement (3bfcb15)
  • add more conversions (8b2551a)
  • add necessary config for styleguidist (12542c4)
  • add return statements after toggling indent (bf6b355)
  • add type property for non-standard alignments (0f089fd)
  • all font marks can be inherited (b2e0b5b)
  • change video url data path (2eebfdb)
  • check for matching list node for indenting (c1c5261)
  • clean up logic in lists plugin (7cb7d84)
  • commit dist folder (dc87f82)
  • correctly get current link selection (bb82f21)
  • default font size should be inherit (489b7eb)
  • fix issues with indent/undent functions (971ec89)
  • fix syntax for switch case (f27c9f3)
  • font color is now inherited (d1dd40d)
  • generate new build (e216860)
  • get size and name from font lists (17d78d4)
  • handle image links at element rendering level (e49c4e0)
  • inherit font size in header element nodes (421f3d3)
  • insert text after wrapping with link node (2698f28)
  • leaf should inherit line height (428b34c)
  • leaves use inherit variant (bd9dcad)
  • move list match logic back into main function (53c6f16)
  • only display toolbar and action buttons if in readOnly mode (d34e3b3)
  • remove typography component from leaf (91c698b)
  • revert back to conditionals for displaying marks (1df1b5b)
  • simplify alignment check (5a7bdc2)
  • sync dropdown value with current selection (ca8fe37)
  • text hyperscript can only contain text content (3d84c79)
  • unwrap lists to allow for toggling (fc820e6)
  • update col attribute when removing column (1fc2f2f)
  • use camelCase for prop (248a25d)
  • use if/else block (d4a36d0)
  • use onMouseDown to avoid losing cursor position (4699465)

Features

  • accept mui theme as prop, fixes #836 (919276c)
  • add action buttons to get editor value (d55042a)
  • add alignment icons (4a7ba0b)
  • add anchor tags to rendering function (8e1fd4c)
  • add autolinks for various ids, fixes #587 (6c2b0ce)
  • add block buttons for h1, h2 (e3cdefc)
  • add border color icon (771a2e8)
  • add buttons for indents #791 (3660c6f)
  • add check for old data format (bf521fa)
  • add check icon to indicate current line spacing of selection (0f62b36)
  • add custom components for svg icons (45d6afc)
  • add custom link dialog (ce3469d)
  • add custom video component (63f2400)
  • add data migration script (0072cf2)
  • add default fontcolor value (79d3f59)
  • add default roboto font (5d0277f)
  • add divider button #737 (668f7f4)
  • add font color picker ([00348a8](00348a8...
Read more

1.3.1

13 Oct 22:36
Compare
Choose a tag to compare

1.3.1 (2020-10-13)

1.3.0

07 Oct 20:37
Compare
Choose a tag to compare

1.3.0 (2020-10-07)

Features

  • add toolbar for inline editing (0f4bbb9)

1.2.0

07 Oct 19:17
Compare
Choose a tag to compare

1.2.0 (2020-10-07)

Bug Fixes

  • clean up save button styling on smaller screens (ae791dd)
  • clean up styling of bottom buttons (261cc4a)
  • remove default paragraph spacing, fixes #486 (5503a74)

Features

  • add selection to change font back to normal (0da8215)
  • replace heading buttons with dropdown, fixes Add h4-h6 buttons #246 (53e392f)