Skip to content

Releases: perseids-tools/treebank-react

Release v2.1.0

06 May 19:19
Compare
Choose a tag to compare
  • Update Configuration#deconstructPostag to return short and long names for each part of the postag

Release v2.0.0

29 Apr 18:04
96d5b77
Compare
Choose a tag to compare
  • Update the expected arguments for the callback function:
    • For <Treebank>: { treebank, configuration }
    • For <Sentence>: { sentence, treebank, configuration }

Release v1.2.0

25 Mar 18:57
Compare
Choose a tag to compare
  • Remove extra <div> created by <Sentence> component

Release v1.1.0

18 Mar 19:01
Compare
Choose a tag to compare
  • Add the highlight prop to <Sentence>. This prop contains words that are emphasized in the <Text>, <Xml>, and <Graph> components.

Release v1.0.1

12 Mar 19:44
Compare
Choose a tag to compare
  • Remove regression test file from published package

Release v1.0.0

12 Mar 19:32
Compare
Choose a tag to compare
  • Add an optional callback to <Treebank>
  • Accept active and setActive 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

17 Dec 02:50
Compare
Choose a tag to compare
  • Fetch config instead of using Git submodule

Release v0.2.0

16 Dec 17:01
Compare
Choose a tag to compare
  • 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

20 Nov 21:11
Compare
Choose a tag to compare
  • Add <Annotators> component
  • Order words according to insertion_id and id 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

07 Nov 14:30
Compare
Choose a tag to compare
  • Increase font size and font weight
  • Decrease spacing around words (in <Graph>)
  • Increase spacing around words (in <Text>)
  • Use curved lines