Releases: perseids-tools/treebank-react
Releases · perseids-tools/treebank-react
Release v2.1.0
Release v2.0.0
- Update the expected arguments for the
callback
function:- For
<Treebank>
:{ treebank, configuration }
- For
<Sentence>
:{ sentence, treebank, configuration }
- For
Release v1.2.0
- Remove extra
<div>
created by<Sentence>
component
Release v1.1.0
- Add the
highlight
prop to<Sentence>
. This prop contains words that are emphasized in the<Text>
,<Xml>
, and<Graph>
components.
Release v1.0.1
- Remove regression test file from published package
Release v1.0.0
- Add an optional callback to
<Treebank>
- Accept
active
andsetActive
props for the<Sentence>
component - Use word
id
internally instead of word object for the active word - Use CSS grid instead of flex for
<Sentence>
- Add visual regression testing
Release v0.2.1
- Fetch config instead of using Git submodule
Release v0.2.0
- Refactor configuration logic (and replace configuration functions with
Configuration
class) - Refactor parsing logic
- Refactor drawing logic
- Style
artificial="elliptic"
words differently in the graph - Load configuration files asynchronously
- Minor changes to styling
- Minor changes to npm package configuration
Release v0.1.0
- Add
<Annotators>
component - Order words according to
insertion_id
andid
in<Text>
component - Correctly display
artificial="elliptic"
words in<Text>
component - Do not crash if word is missing value for
head
- Rename
<Information>
component<PartOfSpeech>
- Add
<AdditionalFields>
component - Accept
callback
in<Sentence>
component that is called when the sentence is parsed
Release v0.0.7
- Increase font size and font weight
- Decrease spacing around words (in
<Graph>
) - Increase spacing around words (in
<Text>
) - Use curved lines