Skip to content

Releases: Susurrus-LLC/langua

Langua v0.4.4

26 Jun 19:43
f13bae4
Compare
Choose a tag to compare

Changed 0.4.4

  • Re-enable offline support as a progressive web app.
  • Correct toast coloring
  • Remove Travis Buddy templates (service discontinued)
  • Update dependencies

Langua v0.4.3

11 Oct 19:32
c852be8
Compare
Choose a tag to compare

Changed 0.4.3

  • Move FontAwesome from page head to package.json.
  • Convert site from pure React to Gatsby

Langua v0.4.2

22 Apr 23:08
67e56f5
Compare
Choose a tag to compare

Added 0.4.2

  • Add option to choose whether to italicize changed results.
  • Reformat the MorphForm controls to save space.
  • Add aria-labels to all input elements without a label. (See issue #141.)
  • Add information to Morph Help.

Changed 0.4.2

  • Fix bug with identifying differences in the output from one run to the next.
  • Update dependencies.

Langua v0.4.1

31 Dec 18:46
f8e5b2d
Compare
Choose a tag to compare

Added 0.4.1

  • Display any errors that are found in the Morph input.
  • Calculate number of Morph results that are different from last time.
  • Italicize those results changed by the rules while bolding those results different from the last run if that option is selected.
  • Apply the rewrite rules to the input.
  • Reverse-apply the rewrite rules to the results if selected.

Langua v0.4.0

30 Dec 23:34
4863745
Compare
Choose a tag to compare

Added 0.4.0

  • Add Morph default data.
  • Build MorphService for all tasks except building the results.
  • Build MorphForm.
  • Build MorphResults with stats.
  • Add tests for dataProcessor and fileProcessor.

Changed 0.4.0

  • Update tool descriptions.
  • Refactor dataProcessor and fileProcessor to take on functions completed by tool Service files.
  • Move all default data into a separate /data folder.
  • Update global styles to set focus styling and textarea and select element styles globally.
  • Update dependencies.

Removed 0.4.0

  • Remove construction notices from Deriv.

Langua v0.3.1

15 Dec 17:32
8c132a2
Compare
Choose a tag to compare

Added 0.3.1

  • Add hyphens to affix glosses.
  • Clear the results when reloading the Deriv tool.
  • Display the definition of an affix below the gloss when hovering over the gloss in Deriv.
  • Collapse multiple consecutive hyphens in an affix to just one hyphen in the results.

Changed 0.3.1

  • Ensure only unique items are generated by Deriv.
  • Change the underline color and style when hovering over an affix gloss in Deriv.
  • Fix error-catching for too many hyphens in an affix.
  • Update the Deriv Help page.

Removed 0.3.1

  • Remove disabled status for Deriv in the header link and home panel.

Langua v0.3.0

14 Dec 19:08
cfc3cce
Compare
Choose a tag to compare

Added 0.3.0

  • Add the Deriv default data.
  • Build the Deriv form.
  • Build the Deriv service.
  • Build the Deriv results with stats.
  • Start adding instructions to Deriv Help.

Changed 0.3.0

  • Updated information on Frequen Help page to specify what is still under construction.
  • Update dependencies.

Langua v0.2.5

11 Dec 23:01
7753684
Compare
Choose a tag to compare

Added 0.2.5

  • Create a Tool component.
  • Remove unused segments from Frequen graph and table.
  • Extract a tool info object for each tool to populate those details across the site.

Changed 0.2.5

  • Adjust Frequen graph height to make bar width more consistent.
  • Refactor all tools to use the new Tool component
  • Update dependencies.

Langua v0.2.4

07 Dec 17:04
023a9b6
Compare
Choose a tag to compare

Added 0.2.4

  • Add additional filters to Frequen state.
  • Add loading animation.
  • Add a component tests to FrequenResults and GenResults.
  • Add template pages for LanguaLex.
  • Add LanguaLex to the development roadmap in the README.

Changed 0.2.4

  • Fix missing PropType in GenResults.
  • Adjust conditional display of cells in FrequenResults table to be more efficient.
  • Change yarn test to yarn test-with-coverage and change yarn test-no-coverage to yarn test.
  • Update dependencies.

Langua v0.2.3

30 Oct 01:39
2eefdba
Compare
Choose a tag to compare

Added 0.2.3

  • Add basic tests to all components.
  • Add react-test-renderer and enzyme for more in-depth testing.
  • Add snapshot and DOM tests to several components.
  • Add save and open buttons to Frequen.
  • Create a Form component with shared styles and refactor all tool forms to use the new component.
  • Create a Results component with shared styles and refactor all tool results to use the new component.
  • Create various Controls components and refactor all tool forms and results to use the new components.

Changed 0.2.3

  • Fix PropTypes for children in Button and Help files.
  • Move all pages into a separate /routes folder.
  • Rename all main files to index.js for easier import.
  • Update dependencies.

Removed 0.2.3

  • Remove unneeded code for creating a file picker in Button.js.