@kalamazoo/editor-wikimarkup-transformer
4.6.4
Patch Changes
[patch]004a2ac22c:
Fix linebreak on non-empty cell contents closing cell
Updated dependencies 271945fd08:
- Updated dependencies a6663b9325:
- Updated dependencies 5e4d1feec3:
- Updated dependencies 0f8d5df4cf:
- Updated dependencies 161a30be16:
- Updated dependencies ecfbe83dfb:
- Updated dependencies ea0e619cc7:
- Updated dependencies 93b445dcdc:
- Updated dependencies 49fbe3d3bf:
- Updated dependencies ded174361e:
- Updated dependencies 80eb127904:
- Updated dependencies ef2ba36d5c:
- Updated dependencies 8c84ed470e:
- Updated dependencies 6e4b678428:
- Updated dependencies bb164fbd1e:
- Updated dependencies 3c0f6feee5:
- Updated dependencies b3fd0964f2:
- Updated dependencies 40bec82851:
- Updated dependencies 8b652147a5:
- Updated dependencies b4fda095ef:
- Updated dependencies 0603c2fbf7:
- Updated dependencies 72d4c3298d:
- Updated dependencies 10425b84b4:
- Updated dependencies 5ef337766c:
- Updated dependencies dc0999afc2:
- Updated dependencies 6764e83801:
- Updated dependencies 553915553f:
- Updated dependencies 4700477bbe:
- Updated dependencies 7f8de51c36:
- Updated dependencies f9c291923c:
- Updated dependencies 9a261337b5:
- Updated dependencies 3a7c0bfa32:
- Updated dependencies 5455e35bc0:
- Updated dependencies cc1b89d310:
- Updated dependencies 2bb3af2382:
- Updated dependencies 611dbe68ff:
- Updated dependencies 0ea0587ac5:
- Updated dependencies 938f1c2902:
- Updated dependencies 926798632e:
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
- Updated dependencies 6d9c8a9073:
- Updated dependencies 70e1055b8f:
4.5.8
- Updated dependencies f28c191f4a:
- Updated dependencies 24b8ea2667:
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
- Media: Removed deprecated "context" property from media components in favor of "mediaClientConfig". This affects all public media UI components.
- Tasks & Decisions: Removed containerAri for task-decisions components.
- Renderer: Adapts to task-decision changes.
- Editor Mobile Bridge: Adapts to task-decision changes.
- Util Data Test: Adapts to task-decision changes.
Affected Editor Components:
tables, media, mobile, emoji, tasks & decisions, analytics
Editor
- Support nested actions in stage-0 schema; Change DOM representation of actions
- Updated i18n translations
- Improved analytics & crash reporting (via a new error boundary)
- Improvements to heading anchor links.
- Copy/Paste improvements
- Fixes for the selection state of Smart links.
- Improvements for table resizing & column creation.
Mobile
- GASv3 Analytics Events are now relayed from the web to the native context, ready for dispatching.
- Hybrid Renderer Recycler view now handles invalid ADF nodes gracefully.
Media
- Improved analytics
- Added shouldOpenMediaViewer property to renderer
- Implemented analytics for file copy
- New
media-viewedevent dispatched when media is interacted with via the media card or viewer. - Support for
alttext attribute on media image elements.
i18n-tools
Bumped dependencies.
[patch]c64e893ef8:
merge multiple media groups with single child media node into one media group with multiple children media nodes
Updated dependencies 4585681e3d:
- Updated dependencies bd94b1d552:
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
- Updated dependencies 1194ad5eb3:
- Updated dependencies 166eb02474:
- Updated dependencies 40ead387ef:
- Updated dependencies 80adfefba2:
4.5.0
Minor Changes
[minor]7b58498bbf:
CS-916 ADF->wiki conversion renders empty cells
4.4.9
- Updated dependencies 08ec269915:
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
- Updated dependencies 6164bc2629:
4.4.6
Patch Changes
[patch]d77e23ae9b:
Respect empty column
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:
4.4.2
Patch Changes
[patch]f7921c3d54:
Specail case for hanlding emoji in table
4.4.1
- Updated dependencies 2b333a4c6d:
4.4.0
Minor Changes
[minor]10b8678029:
Fix es5 build
4.3.0
Minor Changes
[minor]f05bb0df52:
Improve emoji parsing
4.2.5
- Updated dependencies ff85c1c706:
4.2.4
- Updated dependencies a40f54404e:
4.2.3
[patch]e794ba2c53:
- Release for es5
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
- Updated dependencies 5e4ff01e4c:
4.1.1
- Updated dependencies 154372926b:
4.1.0
[minor]5a49043dac:
- Enable strictPropertyInitialization in tsconfig.base
4.0.9
- Updated dependencies 7c17b35107:
- @kalamazoo/adf-schema@2.5.5
- @kalamazoo/editor-common@39.0.0
- @kalamazoo/editor-core@110.0.0
- @kalamazoo/renderer@48.0.0
- @kalamazoo/docs@8.0.0
- @kalamazoo/theme@9.0.0
- @kalamazoo/editor-json-transformer@6.0.0
- @kalamazoo/editor-test-helpers@9.0.0
- @kalamazoo/util-data-test@12.0.0
- @kalamazoo/profilecard@10.0.0
4.0.8
- Updated dependencies a1192ef860:
4.0.7
- Updated dependencies e7292ab444:
4.0.6
- Updated dependencies 9c0b4744be:
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
- Updated dependencies bfca144ea5:
4.0.2
- Updated dependencies c2c36de22b:
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
- Updated dependencies 7ab3e93996:
3.5.5
- Updated dependencies 4d17df92f8:
3.5.4
- Updated dependencies dbff4fdcf9:
3.5.3
- Updated dependencies 76299208e6:
3.5.2
- Updated dependencies 60f0ad9a7e:
3.5.1
- Updated dependencies 4aee5f3cec:
3.5.0
[minor]9bb0ecb48a:
- Support wiki to smart link
3.4.0
[minor]1eb20bca95:
- ED-6368: No implicit any for editor-*-transformer packages
3.3.0
[minor]6b23c22b7d:
- Advanced table fallback
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
- Updated dependencies 4a84fc40e0:
3.0.2
- Updated dependencies 4af5bd2a58:
3.0.1
- Updated dependencies fc6164c8c2:
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
- Updated dependencies 69c8d0c19c:
2.10.0
[minor]f56a86f8ff:
- Adds in smart card conversion
2.9.11
- Updated dependencies 85d5d168fd:
2.9.10
- Updated dependencies dadef80:
2.9.9
- Updated dependencies 0c116d6:
2.9.8
[patch]74bf476:
- support codeblock in list
2.9.7
- Updated dependencies cbb8cb5:
2.9.6
- Updated dependencies 72d37fb:
2.9.5
- Updated dependencies e858305:
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
- Updated dependencies b3738ea:
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
- Updated dependencies 80f765b:
2.7.5
- Updated dependencies 58b84fa:
2.7.4
[patch]77df0db:
- use em dash for citation
2.7.3
- Updated dependencies d13242d:
2.7.2
- Updated dependencies 3a7224a:
2.7.1
- Updated dependencies 7e8b4b9:
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
[patch]f11c6e2:
- Escape properly
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
- Updated dependencies 9c0844d:
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
- Updated dependencies 2c21466:
2.1.25
[patch]b64fc55:
- Adds roundtrip for external image
2.1.24
- Updated dependencies a6dd6e3:
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
[patch][c6763e2" d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6763e2" d):
- new pattern for mention
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
- [patch] Updated dependencies 052ce89
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
- [patch] Updated dependencies b1ce691
2.1.9
- [patch] Updated dependencies 6e510d8
2.1.8
- [patch] Updated dependencies 2afa60d
2.1.7
2.1.6
- [patch] Updated dependencies 23c7eca
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
- [patch] Updated dependencies ef76f1f
2.1.2
- [patch] Updated dependencies 927ae63
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
- [patch] Updated dependencies 2a6410f
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
- [patch] Updated dependencies 6e1d642
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
- [patch] Fix color error 2b513c5
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
- [patch] Updated dependencies 7545979
2.0.10
- [patch] Updated dependencies 911a570
2.0.9
- [patch] Updated dependencies b12f7e6
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
- [patch] Updated dependencies df22ad8
2.0.5
- [patch] wikimarkup parser should parse media item with ( and ) correctly 76adf36
2.0.4
- [none] Updated dependencies 597e0bd
- [none] Updated dependencies 61df453
- [none] Updated dependencies 812a39c
- [none] Updated dependencies c8eb097
- [patch] Updated dependencies d02746f
2.0.3
- [patch] Updated dependencies acd86a1
2.0.2
- [patch] Bump prosemirror-model to 1.6 in order to use toDebugString on Text node spec fdd5c5d
- [none] Updated dependencies fdd5c5d
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
- [patch] Updated dependencies af0cde6
1.1.8
[patch] Add missing dependencies to packages to get the website to build 99446e3
[none] Updated dependencies 99446e3
- [none] Updated dependencies 9bac948
1.1.7
- [patch] Updated dependencies 8d5053e
1.1.6
- [patch] Updated dependencies 0cf2f52
1.1.5
- [patch] Fixes an issue where double line breaks doesn’t start a new paragraph 8242007
1.1.4
- [patch] Remove pinned prosemirror-model@1.4.0 and move back to caret ranges for prosemirror-model@^1.5.0 4faccc0
- [patch] Updated dependencies 4faccc0
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
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd
- [none] Updated dependencies e7756cd
1.1.0
- [none] Updated dependencies 7217164
1.0.10
- [patch] Update and lock prosemirror-model version to 1.4.0 febf753
- [none] Updated dependencies febf753
1.0.9
1.0.8
- [patch] Updated dependencies 1e80619
1.0.7
- [patch] Updated dependencies 1c87e5a
1.0.6
- [patch] ED-4689 add __confluenceMetadata to link mark schema e76e4b4
- [patch] Updated dependencies e76e4b4
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
- [none] Updated dependencies febc44d
1.0.2
- [patch] Fix a issue where last table row is duplicated in Wiki parser 2fd3446
1.0.1
- [none] Updated dependencies 8fd4dd1
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