Skip to content

Latest commit

 

History

History
196 lines (116 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

196 lines (116 loc) · 12.8 KB

0.9.1 (2020-09-01)

  • chore: adjust urls to new repository url (6ca86f1)

0.9.0 (2020-01-29)

  • feat: Added transformers to map between entities and Data Transfer Objects (c62cf5f), closes #33
  • feat: Display Cluster information next to network visualization (ecb1d50), closes #34
  • feat: Made Authors in Data Table clickable (e430325), closes #29
  • fix: Indent Project Name on Project Overview page (9735b69), closes #32

0.8.0 (2020-01-02)

  • feat: Added Authors edit page (f703775)
  • feat: Added Edit country page (3087cab)
  • feat: Added records edit page (2ed6b9d)

0.7.1 (2019-12-21)

  • feat: Added link from project page to visualizations (1e816f0)
  • refactor: Adjusted data structure of Network Data (0ad72c1)

0.7.0 (2019-12-19)

  • feat: Added ability to save newly created visualization (09d4272)
  • feat: Added ability to update a visualization (66157c9)
  • feat: Added basic parameters page (69f58b0)
  • feat: Added basic visualizations and overview (697a89c)
  • feat: Added Choose Data Step to Add Visualisation process (5595d00)
  • feat: Added Continue Button to visualization type selection for UX (78afffd)
  • feat: Added Country Pie Chart to Project Page (827dc5e)
  • feat: Added Name Information Form to Visualization Add Process (1fcd254)
  • feat: Added Network Visualization (8162a8b)
  • feat: Added Network Visualization View (96fec03)
  • feat: Added WordCloud Visualization View (c009fa5)
  • feat: Allow Visualizations to be edited (7780356)
  • fix: Fixed a bug with bar chart not rendering correctly (871097d)
  • fix: Made Visualization Card responsive (a5590bc)

0.6.5 (2019-12-09)

  • test: Removed obsolete test snapshot (c8c7955)
  • feat: Added Project Single View (4162afc), closes #17
  • feat: Added Search Options (2737a56), closes #15
  • feat: Allow the columns of the table to be selected (704aa63), closes #12
  • feat: Display a data table on the detail view pages (2366828), closes #14
  • feat: Display create visualization button on project page when there are no visualizations yet (e3f0356)
  • refactor: Replaced more dots in expandable chipgroup with dots icon (4e80549)
  • refactor: Reworked No Data Display in Data Table (a411c4b), closes #27
  • refactor: Reworked Projects Overview No projects (f4a3ec1), closes #26

0.6.4 (2019-12-04)

  • feat: Added Countries (2823ab7), closes #7
  • feat: Added View Pages for the paper entities (db0028d), closes #9
  • feat: Display overflowing authors and keywords in an overhang menu (74fa6c8), closes #23
  • feat: Display total count in Data Table (d29f144), closes #11 #22
  • feat: Reworked Import Upload Flow (9be49e8), closes #20 #21
  • test: Fixed failing snapshot test for chip group (976a7d4)
  • fix: Display hand cursor in import dropzone (f99aa8e), closes #19
  • fix: Use chip groups to prevent overlaps in author and keyword chips (59986b8), closes #24
  • refactor: Move Projects Tabs and Title in the same row in App bar (fc81f51), closes #16
  • refactor: Removed the Footer (a69c18b), closes #25

0.6.3 (2019-11-29)

  • feat: Added Sorting to the Explore Data Table (092ded3), closes #6

0.6.2 (2019-11-29)

  • ci: Execute Build task on master branch and on tags (5ef38fa)

0.6.1 (2019-11-29)

  • ci: Execute Build task on master branch not only on tags (e0a2fc0)
  • test: Fixed minor type error in data table test (64627ec)

0.6.0 (2019-11-29)

  • test: Added the tests for the explore page and the data table (b02b75a)
  • test: Removed obsolete test snapshot (4c4f2c9)
  • feat: Added Basic Data Table for Functionality and GraphQL connection to the mocks (ec7b38c)

0.5.0 (2019-11-28)

  • test: Added tests for import feature and reworked file upload look (6730abb)
  • feat: Added Import steps (53d8deb)

0.4.2 (2019-11-25)

  • build: Fixed typo public path (551d6e6)

0.4.1 (2019-11-25)

  • build: Fixed public path (f87c78a)

0.4.0 (2019-11-25)

  • refactor: Added js-logger for logging (c2f4647)

0.3.0 (2019-11-25)

  • chore: Reordered package.json keys for bumped script (fc96f8a)
  • test: Fix test stability issue due to snapshot testing (f14a5da)
  • test: Fixed test due to flaky test (ed3c221)
  • feat: Added ability to edit projects (628dd94), closes #5
  • feat: Added basic Projects Overview page (f819fd6)
  • feat: Added basic Vuetify configuration (805b5ed)
  • feat: Added open Projects handling with tabs in app bar (6e9284d)
  • feat: Added the ability to add new Projects (22cb03d)
  • feat: Added Toasts for messages (3bd0562), closes #2
  • feat: Added Vuex Projects store and axios connection (d1d7c86)
  • feat: Allow projects to be deleted (67a1750), closes #4
  • feat: Reworked Navigation Drawer show and hide behavior (0c92152)
  • refactor: Enable TypeScript in VueJS Components (bbb3337)
  • refactor: Removed Element UI dependency and config (4e187a1)
  • refactor: Reworked mocks to include local Storage DB (89bb070), closes #3
  • refactor: Use faker for generating mock data (b4460b9)
  • fix: Fixed small styling and alignment issues on projects page (053f0ce)

0.2.0 (2019-11-01)

  • test: Added tests for basic setup (2b1b956)
  • docs: Added Logo to README (4503897)
  • feat: Added Basic Styling and Layout (fee2d1c), closes #1
  • refactor: Adjusted project folder structure (fa9f604)
  • ci: Parallelize Lint and test jobs (b5e6396)

0.1.2 (2019-10-31)

  • fix: Fixed importing issue in vuex plugin setup (cb9a7eb)
  • ci: Build Application only on tags (ad5e73a)

0.1.1 (2019-10-31)

  • fix: Fixed base path (2668e68)
  • ci: prevent additional build in deploy step (ff3619f)
  • docs: Updated README demo url and badges (029f361)

0.1.0 (2019-10-31)

  • build: Added bumped for release management (533af9c)
  • fix: Fixed correct import of elementUI plugin (899c8b8)
  • ci: Added GitLab CI (558c09a)
  • ci: Added test coverage artifacts handling (09f1c9e)
  • ci: adjusted Jest Coverage config (96c1f85)
  • ci: minor improvements to the CI pipeline (d020164)
  • ci: Use other Node image for gitlab CI (9a5b241)
  • docs: Adjusted README title (31e5f99)
  • docs: Updated README (5148c51)
  • docs: Updated README prerequisites (cb7aeec)
  • refactor: Reworked plguin folder structure (e18c612)
  • feat: Added ElementUI as UI library (25d612f)
  • feat: Added vue-i18n plugin for i18n (87d87a6)
  • init (22988ac)