Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Latest commit

 

History

History
234 lines (136 loc) · 13 KB

CHANGELOG.md

File metadata and controls

234 lines (136 loc) · 13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.0 (2021-09-09)

⚠ BREAKING CHANGES

  • typescript: TypeScript conversion was a major breaking change, but will be better for the future
  • typescript: TypeScript conversion was a major breaking change, but will be better for the future

Features

  • multiple: added group cost functionality (58589ee), closes #66
  • multiple: group Cost Functionality Added (3c4e577), closes #66

Bug Fixes

  • upgrade @headlessui/vue from 1.3.0 to 1.4.0 (002ffd0)

  • upgrade @heroicons/vue from 1.0.2 to 1.0.3 (32e8e10)

  • upgrade @tailwindcss/aspect-ratio from 0.2.0 to 0.2.1 (223b1c3)

  • upgrade @tailwindcss/line-clamp from 0.2.0 to 0.2.1 (88fd4c8)

  • upgrade @tailwindcss/typography from 0.4.0 to 0.4.1 (b66defc)

  • upgrade nanoid from 3.1.23 to 3.1.25 (6db8b69)

  • upgrade prettier from 2.3.0 to 2.3.2 (93bad7e)

  • upgrade primevue from 3.5.1 to 3.6.4 (db82b98)

  • upgrade tailwindcss from 2.2.6 to 2.2.7 (0c99674)

  • upgrade vee-validate from 4.4.7 to 4.4.9 (c8c25ca)

  • upgrade vue-router from 4.0.6 to 4.0.10 (91e9dc7)

  • upgrade yarn from 1.22.10 to 1.22.11 (c052e80)

  • typescript: convert application to TypeScript and <script setup> vue format (54cd36a), closes #55

  • typescript: convert application to TypeScript and <script setup> vue format (dc7bcd7), closes #55

0.5.6 (2021-09-01)

Features

  • 404: add 404 page from DigCap project (5a6c988)
  • 404: add 404 page functionality (f59c352)
  • added meetingGroup, groupCost to backend. Removed powerpoint(T/F) (28304ad)
  • home Page Rework: Added Meeting Group (67ed971)
  • new Home Page (35b289a)
  • nocodb Backend Added with fastAPI option (8215dc5)
  • risk.png: add risk icon for the 404 page (9c4d0bf)

Bug Fixes

  • button: update button style classes (89303ca)
  • fixed Integration Tests and Past Meeting Input (54147b9)
  • gpg key (e8e5563)
  • gPG KEy (d34232b)
  • gPG KEY (0599125)
  • pastMeeting: repair past meeting form functionality (7811cf6)
  • snyk quality: correct snyk quality finding (d2221f6)
  • snyk quality: update per snyk code quality (54a5d9e)
  • statistics: correct math and refactor statistics (0c8f9d5)
  • statistics: correct stats component math (7d6a5c3)
  • upgrade @vitejs/plugin-vue from 1.2.1 to 1.4.0 (419f5ab)
  • upgrade @vue/compiler-sfc from 3.1.5 to 3.2.1 (90060f6)
  • upgrade apexcharts from 3.26.0 to 3.27.3 (7765c31)
  • upgrade vite from 2.1.5 to 2.4.4 (d1e2064)
  • upgrade vue from 3.1.5 to 3.2.1 (07593c0)

0.5.5 (2021-08-18)

Bug Fixes

  • snyk: repaired snyk quality finding (2a032f0)
  • stats, forms: form reset, stats corrections, comment cleanup (a241cc5)

0.5.4 (2021-08-16)

Features

  • dropdown.vue: revamp of Homepage. W/ Purpose added (ca53e0a)
  • homev2.vue: redesigning the Home page with new layout and inputs (3e13093)
  • logo: upload rr logo for other uses (f7ca391)

Bug Fixes

  • nanoid: add missing import for nanoid (9693917)

0.5.3 (2021-08-12)

0.5.2 (2021-08-12)

0.5.1 (2021-08-12)

0.5.0 (2021-08-12)

⚠ BREAKING CHANGES

  • vite, cypress: A number of changes

Features

  • vite, cypress: remove vue-cli, add vite, refactor cypress for testing (1325ad6), closes #20

0.4.1 (2021-07-22)

Bug Fixes

  • src/frontend/Dockerfile to reduce vulnerabilities (4de3a68)
  • tailwindcss: update tailwind config to repair IntelliSense error in VSCode (85e45cf)

0.4.0 (2021-07-22)

⚠ BREAKING CHANGES

  • delete rows: API endpoints changed slightly, upgraded yarn packages
  • frontend and backend: db schema is different so previous sqlite local databases won't work correctly

Features

  • add past meeting form: built a form for entering old meetings with validation, submission (4ddbf11)
  • api: updates to API, modifying structure, added a delete meeting endpoint (b7bfd28), closes #14
  • delete rows: update API with delete endpoint, add delete functionality to frontend (c5c0963), closes #14
  • frontend and backend: restyled ui, modified api & db, changed some functionality (5046469)
  • statistics.vue and home2.vue: added statistics to home page w/ homepage reformat (d616d68), closes #12

Bug Fixes

  • src/frontend/Dockerfile to reduce vulnerabilities (ed96b57)

0.3.0 (2021-05-28)

⚠ BREAKING CHANGES

  • frontend and backend: db schema is different so previous sqlite local databases won't work correctly

Features

  • frontend and backend: restyled ui, modified api & db, changed some functionality (5046469)

0.2.6 (2021-05-21)

Bug Fixes

  • the frontend can now get and post data to the database (165653b)

0.2.5 (2021-05-14)

0.2.4 (2021-05-14)

Features

  • local docker: now can run backend using docker and frontend with vite and they can communicate (d7be6bc), closes #6

0.2.3 (2021-05-13)

0.2.2 (2021-05-13)

Features

  • Added Azure database connection
  • Added date and avgCost to table

0.2.1 (2021-04-17)

Features

  • std-ver: Moving Standard-Version back to root 0cb8c2b

0.2.0 (2021-04-17)

⚠ BREAKING CHANGES

  • organization: Moving all the front-end files and folders may require reinstalling node files

Features

  • components: Adding some rr styled components for future work 5dda863

  • docker: adding dockerfiles and docker-compose for the frontend and backend services b7979bd

  • organization: moving folders for docker capabilitiy 595fccc

0.1.6 (2021-04-16)

Features

  • Added Backend with sqlite server (9c4f84a)
  • Added tailwindJIT & Vite (a59bd85)
  • Added tailwindJIT & Vite (cff7d95)
  • test standard release feature (08d36bd)

0.1.5 (2021-04-13)

Features

  • commits: added commitizen, husky, commit linting, updated ReadMe 0c0127c, closes #25
  • test standard release feature 08d36bd

0.1.4 (2021-04-12)

Features

  • Added tailwindJIT & Vite (cff7d95)
  • test standard release feature (08d36bd)

0.1.3 (2021-04-12)

Features

  • Added Delete Button and Column Sort (f108a9a)

0.1.2 (2021-04-11)

Features

  • Added, add new row on click (2e83eb8)

0.1.1 (2021-04-09)

Features

  • Added conventional commits and Changelog (7ad9fea)