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

Package detail

@kalamazoo/editor-wikimarkup-transformer

stevenselcuk4Apache-2.01.0.2TypeScript support: included

Wiki markup transformer for JIRA and Confluence

readme

changelog

@kalamazoo/editor-wikimarkup-transformer

4.6.4

Patch Changes

4.6.3

Patch Changes

  • [patch]0ec8f5f9ce:

    wikimarkup auto-linkify text should include tilde, hat and exclamation marks

4.6.2

Patch Changes

  • [patch]d396ae22c2:

    Rename wiki representation of blockCard from block-link to smart-card

4.6.1

Patch Changes

  • [patch]4aac2fe2d5:

    fix up the url encoding/decoding of commas in text links

4.6.0

Minor Changes

  • [minor]f7a20e9f3a:

    Add transformation of adf blockcard to wikimarkup compatible smart-link Add logic for converting inlinecard to blockcard when it is on its own line

4.5.9

4.5.8

4.5.7

Patch Changes

  • [patch]650b9bd18d:

    fix up issue in wikimarkup parser where a url with url-encoded values are double encoded when converted into ADF

4.5.6

Patch Changes

  • [patch]24165e116f:

    fix bug where bullet points and rulers inside monospace causes parse error

4.5.5

Patch Changes

  • [patch]ca7488595c:

    fix bug in the mediaGroup normalization logic where mediaGroup nodes are not merged together properly when there are more than one newline

4.5.4

Patch Changes

  • [patch]0a67332a0f:

    Fix bug where monospace wikimarkup fails to convert to ADF when it contains an attachment link

4.5.3

Patch Changes

  • [patch]cc28419139:

    Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.- [patch]ae4f336a3a:

FABDODGEM-13 Editor Damask Release - Internal post

BREAKING CHANGES


Affected Editor Components:

tables, media, mobile, emoji, tasks & decisions, analytics

Editor

Mobile

Media

i18n-tools

Bumped dependencies.

4.5.2

Patch Changes

  • [patch]e95f75250d:

    a bug where a | character at the start of a monospace would cause the parser to crash was fixed, but adding table token type to the ignorelist of the monospace parser.

4.5.1

4.5.0

Minor Changes

  • [minor]7b58498bbf:

    CS-916 ADF->wiki conversion renders empty cells

4.4.9

4.4.8

Patch Changes

  • [patch]097b696613:

    Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports

4.4.7

4.4.6

Patch Changes

4.4.5

Patch Changes

  • [patch]5d9be88694:

    fix the issuer where color macro is broken down to multiple paragraph

4.4.4

Patch Changes

  • [patch]bbff8a7d87:

    Fixes bug, missing version.json file

4.4.3

Patch Changes

  • [patch]18dfac7332:

    In this PR, we are:

    • Re-introducing dist build folders
    • Adding back cjs
    • Replacing es5 by cjs and es2015 by esm
    • Creating folders at the root for entry-points
    • Removing the generation of the entry-points at the root Please see this ticket or this page for further details

4.4.2

Patch Changes

  • [patch]f7921c3d54:

    Specail case for hanlding emoji in table

4.4.1

4.4.0

Minor Changes

4.3.0

Minor Changes

4.2.5

4.2.4

4.2.3

4.2.2

  • [patch]3e9995b40d:

    • remove unnessary dependencies and bring back es5 to wikimarkup

4.2.1

  • [patch]78f6d092be:

    • Allow issue links to be surrounded by ()

4.2.0

  • [minor]79f0ef0601:

    • Use strict tsconfig to compile editor packages

4.1.2

4.1.1

4.1.0

  • [minor]5a49043dac:

    • Enable strictPropertyInitialization in tsconfig.base

4.0.9

4.0.8

4.0.7

4.0.6

4.0.5

  • [patch]97e555c168:

    • Revert "[ED-5259 - ED-6200] adds defaultMarks on tableNode (pull request #5259)"

4.0.4

  • [patch]b425ea772b:

    • Revert "ED-5505 add strong as default mark to table header (pull request #5291)"

4.0.3

4.0.2

4.0.1

  • [patch]1bcaa1b991:

    • Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js

4.0.0

  • [major]9d5cc39394:

    • Dropped ES5 distributables from the typescript packages

3.5.6

3.5.5

3.5.4

3.5.3

3.5.2

3.5.1

3.5.0

3.4.0

  • [minor]1eb20bca95:

    • ED-6368: No implicit any for editor-*-transformer packages

3.3.0

3.2.0

  • [minor]06532fe23e:

    • Adds mediaSingle support for list

3.1.0

  • [minor]8709be280f:

    • Add issue key token to convert into inline cards (Jira Smart Cards)

3.0.3

3.0.2

3.0.1

3.0.0

  • [major]be24d8040f:

    • Change parse function to accept context parameter

2.10.3

  • [patch]279b08b325:

    • Refactor internal TokenParser interface to receive an object and add immutable shared Context internally

2.10.2

  • [patch]557a2b5734:

    • ED-5788: bump prosemirror-view and prosemirror-model

2.10.1

2.10.0

  • [minor]f56a86f8ff:

    • Adds in smart card conversion

2.9.11

2.9.10

2.9.9

2.9.8

  • [patch]74bf476:

    • support codeblock in list

2.9.7

2.9.6

2.9.5

2.9.4

  • [patch]aca2425:

    • Escaping in common formatter

2.9.3

  • [patch]df74239:

    • Parse mailto text

2.9.2

  • [patch]1d9228c:

    • trim escape in link href

2.9.1

  • [patch]75046da:

    • macros keyword can be case insensitive

2.9.0

  • [minor]a4b49b2:

    • Parse macros inside table cells

2.8.2

2.8.1

  • [patch]0a28c41:

    • bq. doesn't need a following space

2.8.0

  • [minor]1205725:

    • Move schema to its own package

2.7.6

2.7.5

2.7.4

  • [patch]77df0db:

    • use em dash for citation

2.7.3

2.7.2

2.7.1

2.7.0

  • [minor]37eaced:

    • Fix media items inside table cells

2.6.2

  • [patch]352fbc9:

    • Should not ignore double and triple dashes in list item

2.6.1

2.6.0

  • [minor]8451c11:

    • Fly over links inside table cells

2.5.2

  • [patch]c93eb36:

    • Do not jump over the link if invalid

2.5.1

  • [patch]fce377d:

    • fix issue with mentions in list

2.5.0

  • [minor]6fb9918:

    • Fix strong bug when ending line finishes with two strong symbols

2.4.6

2.4.5

  • [patch]3148c95:

    • add error and success color

2.4.4

  • [patch]01a92e1:

    • Title for panel and noformat changes

2.4.3

  • [patch]131e012:

    • Port from Jira regex for dashes

2.4.2

  • [patch]171443f:

    • Re-wrtie table parser

2.4.1

  • [patch]930ca26:

    • Fixed issue with library importing from a path within the editor common package

2.4.0

  • [minor]8681fc0:

    • Improve wikimarkup link handling with formatting and titles

2.3.6

  • [patch]56007b3:

    • Allow {color} in formatter

2.3.5

  • [patch]d76aa5a:

    • Adds in support for multiple -

2.3.4

  • [patch]7b8efea:

    • Heading doesn't need a following space

2.3.3

  • [patch]5f2efe0:

    • Change triple dash symbol and update parser rules

2.3.2

  • [patch]904b74c:

    • Fix the behaivor of \ for line break

2.3.1

  • [patch]5b4474f:

    • Improve handling of 'rules' in lists and at end of content

2.3.0

  • [minor]640e01f:

    • Ignore double dash symbol when sticked with alphanumerical, unicode without space, or parenthesis

2.2.0

  • [minor]fd35bec:

    • Refactor tokenizer to accpt the whole input and its position

2.1.27

  • [patch]fd0ed3a:

    • Changed parser to only start a list if it is led with a single dash

2.1.26

2.1.25

  • [patch]b64fc55:

    • Adds roundtrip for external image

2.1.24

2.1.23

  • [patch]7ca5551:

    • allow list to jump over empty lines in macro successfully

2.1.22

  • [patch]674b3d9:

    • convert unknow macros to plain text

2.1.21

2.1.20

  • [patch] Make common-formatter more generic for citation and monospace c727890

2.1.19

  • [patch] Fix link format with | in url d4a84b3

2.1.18

  • [patch] space in list item content doesn't matter d56abbd

2.1.17

  • [patch] List item symbol followed by line break is not valid df6c74a

2.1.16

  • [patch] Fix common-formater ending symbol behavior and use external media for links in media b1926a8

2.1.15

2.1.14

  • [patch] Ignore heading text when fails d2ac796

2.1.13

  • [patch] common formater can be valid if surrounded by non alphanumeric characters 5576cc2

2.1.12

  • [patch] list items should allow leading spaces 2aad896

2.1.11

  • [patch] Adds escape for macro, mention and media 8a89d20

2.1.10

2.1.9

2.1.8

2.1.7

2.1.6

2.1.5

  • [patch] change grey to gray to keep consistent across editor pkgs 1b2a0b3

2.1.4

  • [patch] Ignore link text in link format dc46cae

2.1.3

2.1.2

2.1.1

  • [patch] Use proper marks for texts under blockquote 7d31a25

2.1.0

  • [minor] Support an errorCallback for collection fail information 86e0d88

2.0.28

2.0.27

  • [patch] link format takes higher priority over common formatters b05205f

2.0.26

  • [patch] fix link regex to know where to stop ee04ad4

2.0.25

  • [patch] Fix encoder for missing closing ! c585e27

2.0.24

  • [patch] New rules for formatter 50edbb0

2.0.23

  • [patch] should convert content inside monospace as plain text f5e9f01

2.0.22

  • [patch] Sometimes the leading dashes is not list 7cf3406

2.0.21

2.0.20

  • [patch] Convert file link to media group d9331e6

2.0.19

  • [patch] Updated transformation of productivity emoji 83cdd9f

2.0.18

  • [patch] Convert to mediaSingle with width and height 5b1d869

2.0.17

  • [patch] Convert to same cell types 9571a76

2.0.16

  • [patch] keep width and height when transform back to wiki attachment 4acc88a

2.0.15

  • [patch] should parse empty wiki 03f0b1b

2.0.14

2.0.13

  • [patch] Keep title of code block 95f9654

2.0.12

  • [patch] Trailing spaces of a table should not create a empty cell eade148

2.0.11

2.0.10

2.0.9

2.0.8

  • [patch] Convert all media items to thumbnail eb0f1f4

2.0.7

  • [patch] whitelist supported language for wiki markup a3edfda

2.0.6

2.0.5

  • [patch] wikimarkup parser should parse media item with ( and ) correctly 76adf36

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

1.1.11

1.1.10

  • [patch] Adds roundtrip testing for nodes and applys fixes 83a2ec7

1.1.9

1.1.8

1.1.7

1.1.6

1.1.5

  • [patch] Fixes an issue where double line breaks doesn’t start a new paragraph 8242007

1.1.4

1.1.3

  • [patch] Remove the additional rows when encode code block from ADF to wikiMarkup 7b81171

1.1.2

  • [patch] remove the additional whitespace in encoder 3a28d31

1.1.1

1.1.0

1.0.10

1.0.9

1.0.8

1.0.7

1.0.6

1.0.5

  • [patch] Fix transformer throwing error when given an empty string to parse bda0aac

1.0.4

  • [patch] Fix issue where providing a custom schema would crash the transformer c5f7851

1.0.3

1.0.2

  • [patch] Fix a issue where last table row is duplicated in Wiki parser 2fd3446

1.0.1

1.0.0

  • [major] Migrate wikimarkup transformer b8cab45

0.0.15

  • [patch] ED-4336 support loading dynamic/"auto" tables from confluence to fixed-width tables 0c2f72a

0.0.13

  • [patch] Added missing dependencies and added lint rule to catch them all 0672503

0.0.12

  • [patch] Lots of new nodes support in wiki markup parser 08071ea

0.0.10

  • [patch] change table node builder constructor for tests, remove tableWithAttrs cf43535

0.0.8

  • [patch] ED-3939: support macros, most of text effects, emoji, mentions, tables and lists d173a70

0.0.6

  • [patch] Upgrading ProseMirror Libs 35d14d5

0.0.5

  • [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake c3b018a