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

Latest commit

 

History

History
511 lines (442 loc) · 78.5 KB

CHANGELOG.md

File metadata and controls

511 lines (442 loc) · 78.5 KB

Changelog

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

2.0.0-alpha.7 (2020-11-07)

CI

  • nodejs: move from node v12 lts to v14 lts

2.0.0-alpha.6 (2020-10-24)

⚠ BREAKING CHANGES

  • login: removed login connected with CouchDB instance (737326d)

Features

  • patient: add panel to display useful patient information (0baf3af), closes #2259
  • patient: refactor add allergy button (4b234a1), closes #2259
  • patient: remove unused function (eba6074), closes #2259
  • patient: resolve merge conflict (981f59f), closes #2259

Bug Fixes

  • EditAppointment: refactor editing appointment to use (56e058f)
  • lab request: Update toast success message (734ac30)
  • scheduling: added hook tests (da046c7)

2.0.0-alpha.5 (2020-09-28)

Features

  • Added smooth scroll to index.css (#2408) (a7f771f)
  • added tests: incidentsDownloadCSV (dc3c93e), closes #2292
  • caregoal: add care goals to patient (#2360) (8eb8f6f)
  • couchdb: added Windows alternatives to the couchdb helper scripts (f0a1cb8)
  • diagnosis: adds new diagnosis fields (#2276) (2532435)
  • diagnosis: link diagnosis with visit (#2321) (e558c27)
  • download csv of incident table: uses json2csv. filters data (6575a74), closes #2292
  • imaging: link image with visit (#2309) (c0ee742)
  • incidentscsv: fixes (a5f60b2), closes #2292
  • incidentscsv: made functions more abstract (1fb36c9), closes #2292
  • incidentscsvtest: newline bug in tests (d577970), closes #2292
  • labs: support list of notes for lab requests (#2325) (019a5f8)
  • add new useTranslator (#2197) (d756cb6)
  • added an entry in pageMap for incident infographic (e23c913)
  • Added blood type info to patient (#2190) (01e8343)
  • added label for visualize and fixed title (e06fbc3)
  • added ListItem component to incidents in Sidebar for visualize tab (d73a3e7)
  • added permission for viewing widgets to Permissions model (68d6297)
  • added route for visualize component and performed sanity check (9dc7855)
  • added test cases for visualize route (c6f17b3)
  • implemented use of hook to retrieve reported incidents (8d04353)
  • imported LineGraph component and rendered it with dumby data (7cc66eb)
  • incidents per month are now managed in state (f2bc985)
  • linegraph component now renders dynamic data stored in state (56ae1b8)
  • partial implementation of useEffect hook (29a603e)
  • use of Array.fill in monthlyIncidents useState (bb4b9fb)
  • allergies: ability to click on allergy and view an allergy (#2224) (071508c)
  • appointments: provide more information on listed appointments (a7b8441)
  • incidents: add ability to resolve incidents (#2222) (5e95a9c)
  • incidents, scheduling, other: add russian locale (7fa152b)
  • labs: labs tab should use Table component (88a7c08)
  • navbar: add icons to 'quick add' icon in navbar (#2220) (7e0aba7)
  • navbar: display currently logged in user name (5a4bfa5)
  • Navbar: remove search from navbar (#2237) (0c85e24)
  • new: warn about potential duplicate patient (#2187) (#2240) (f49831c)
  • new scripts and contributing.md: added scripts to init and cleanup couchdb (a331d62)
  • triggers a re-render on useEffect when data loads (699be8c)
  • updated useEffect dependency and implemented map (2b72f7e)
  • imaging: create basic imaging module (#2250) (f256129)
  • loading: add shared loading component (24c45bc)
  • medications: implement basic medication module (#2249) (ab1bd5c)
  • patient: put "Unknow" next to date of brith field (#2217) (ce16424)
  • patient, actions: add russian locale (a03a63e)
  • patients: add no patients exist (#2235) (886163a)
  • patients: add visit functionality (#2251) (f11e702)
  • viewlab.tsx: added success toast for updated/completed labs (5d08ccf)

Bug Fixes

  • add successfullycompleted resolves #2295 (2fc4ca4)
  • fix typo successfully alphabet text (40ab00f)
  • update text for oncomplete lab (8c60adb)
  • added translation keys #2258: added missing translation keys PR #2258 (6339e78)
  • allergies: fixes allergies tab not refreshing data after allergy has been added (0e29639)
  • care plan: fix view button label in list (#2376) (6156f38)
  • care plans: fix undefined care plans behavior (e43c9c7)
  • couchdb-init.sh and couchdb-cleanup.sh: removed files which where commited by accident (42c8cf7)
  • eslint rule and subsequent changes to the codebase: eslint rule no-console added (6d9ca06), closes #2307
  • incidents: fix find all incidents (aabd33e)
  • incidents: fix search incidents query not working (0818c11)
  • incidentscvstests: fixed timezone test bug (02294e6), closes #2292
  • issue-2306: removed additional Report Incident nav link from quick create menu (c971fb2)
  • labs: fix successfully updated lab message (7f65174)
  • login: fixes broken login (d72c4e9)
  • login: improved login validation (028daff)
  • navigation: align quick menu with sidebar and mobile version (0187c34)
  • patient: add DOB to add related person search (c1ffd82)
  • patient: successfully updated message should show actual text (7ca79bc)
  • patients: fix infinite loop in patients search (08fff6f)
  • patients: fixes related person search crashing if no DoB (babc7e3)
  • shared: couchdb auth popup local.ini httpd section update (937f78e), closes #2256
  • shared: couchdb auth popup nginx.conf update (eca339a)
  • shared: couchdb auth popup pr lgtm merge issue (6cf6739)
  • shared: pouchdb auth - add skip_setup flag (a8d34e1), closes #2256
  • shared: update couchdb auth local.ini httpd section (d939bb2)
  • sidebar: test improvements (7b75fe0)
  • react-hooks/exhaustive-deps warnings do not appear when running (6434fd0)
  • typo: fixed typo and used locale (fd2ec69), closes #2292
  • correct incident icon (#2252) (c156f25)
  • fix find all + sort request behavior (922d767)
  • remove console.log from tests output (fe3a71a)
  • search should only pull back relevant document types (ab6f3cc)
  • use effect line to newlabrequest.tsx: added use effect (9b34904)
  • prevent app route always changes to root after refresh (24b73bc)
  • remove duplicate prop (faea7ba)
  • reset lab state when navigation from lab form (#2268) (aa8e2ed)
  • undefined care plan behavior (279d649)
  • update hardcoded text with i18n locales (#2203) (573df57)
  • weird spacing issue in quick add icon (14ef415)

2.0.0-alpha.4 (2020-06-26)

Features

  • navbar: add hamberger icon for mobile, and dividers (1cf6575)
  • apply select component changes (c38004b)
  • add new script for checking missing translations: translations (9ca5232), closes #1919
  • care plan: fix internationalization (72a5bed)
  • care-plan: add care plan form and tests (e96eb83)
  • careplan: adds ability to add a new care plan (0aa0cf9)
  • checkmissingtranslations.ts: add language in logs (d20b9c7)
  • checkmissingtranslations.ts: change type of searchingPath (7ab8195)
  • checkmissingtranslations.ts: refactor (75f9981)
  • checkmissintranlations.ts: add colors to log (ede7b2e)
  • checkmissintranslations.ts: run script before default ones (5ef3f7e)
  • datepicker: add year selector dropdown (#2060) (b159d7a)
  • i18n: add italian translation (#2035) (44f15f3)
  • incident: Added Report Incident button (43cafa6)
  • incidents: add ability to view an incident (5887859)
  • incidents: add incident related routing (2e9e985)
  • incidents: adds ability to report incident (4a4a682)
  • incidents: adds ability to view all incidents (f11d8e9)
  • incidents: filter incidents (#2087) (5309a85)
  • labs: ability to filter by status on labs screen (#2033) (2b5c789)
  • labs: add lab code (#2040) (b695ac8)
  • navbar: add shortcut icon to the create pages (b1a8cdf)
  • network-status: Notify users when they're working offline (#2109) (fa5bcb6)
  • newlabrequest: add requestBy to model (c791de3), closes #2082
  • pagecomponent: user can change page size (7411ad0), closes #1969
  • patient: add input validation (#2032) (bb02fa2)
  • patient: multiple contact info (#2113) (ceb96a4)
  • settings: add navbar dropdown and settings page (#2096) (e5677fe)
  • viewpatient: added labs tab to ViewPatient (#1987) (4a1c7ed)
  • viewpatients: add a new field 'index', paging in next direction (d1c55e7), closes #1969 #1967
  • viewpatients: add paging feature in ViewPatients component (dff2b3e), closes #1969
  • viewpatients: add paging for search patients (b96680f), closes #1969
  • viewpatients: add Tests, Fix bug (671ad02), closes #1969
  • viewpatients: enables to navigation to previous page (52a59d3), closes #1969
  • viewpatients: refactor code as recommended (5308f5f), closes #1969
  • add Sort request in ViewPatients (c4109a4), closes #1969

Bug Fixes

  • datetime: datetime pickers are bigger now (#2056) (52d30a3)
  • eslint: fix pouchdb test error (f19d276)
  • i18n: fix build (30bb158)
  • incidents: add loading during fetch phase (#2085) (d1fb940)
  • navbar: Make Navbar mobile-friendly (#2118) (391271a)
  • patient: make note not required in care plan (#2158) (34e6041)
  • sidebar: sidebar should only show links user has access to see (66feda1), closes #2110
  • sidebar: sidebar should only show links user has access to see (2f22ebd), closes #2110
  • toolchain: extends scripts tsconfig.json from base one (6532028), closes #2113
  • toolchain: fix broken deps and updates translate-check script (d0c35db)
  • standardize mock store setup in tests (#2075) (50f9e49)
  • standardized react router imports in tests and source code (#2067) (cb3cea5)
  • styling the Navbar to make it Sticky (#2057) (11e4de8)
  • viewpatients: call PatientRepository.findAll() only once (#2044) (9084411)
  • viewpatients.tsx: add userPageRequest in dependency array (11b6c8b), closes #1969

2.0.0-alpha.3 (2020-05-02)

⚠ BREAKING CHANGES

  • patients: Any patient saved with friendly id will no longer map friendly id to the patient object, thus not displaying it in the UI or have it available for search

Features

  • add french language: add French language ot locales list (2ce192b), closes #1888
  • i18n: add more missing translations (697552d)
  • i18n: fix tests (0f0a7c3)
  • i8ln: accidently committed deleted file (3f58dd5)
  • i8ln: add missing translations (008cb5f)
  • making sidebar collapsible (168a112), closes #1858
  • allergies: adds ability to add allergy to appointment (04a2160)
  • appointments: add callbacks for appointment actions (c077d75)
  • breadcrumb: add a breadcrumb underneath the page header (65b40ae), closes #1770
  • breadcrumb: add a patient to the store in HispitalRun.tests.tsx (63517e8), closes #1770
  • breadcrumb: add Breadcrumbs unit tests (component/slice/hook) (a44ac9f), closes #1770
  • breadcrumb: add hook useAddBreadcrumbs / sort breadcrumbs (5beda75), closes #1770
  • breadcrumb: add the dashboard breadcrumb item (beffc1f)
  • breadcrumb: display the breadcrumb in the appointment components (a6eaf2a), closes #1770
  • breadcrumb: improve Breadcrumbs tests (03174ad)
  • breadcrumb: sort the breadcrumbs in addBreadcrumbs action (bbb3ca0), closes #1770
  • breadcrumb: test the dispatch of addBreadcrumbs action (b5e4c38)
  • breadcrumb: use reduxPatient instead of patient for breadcrumbs (492cb37)
  • edit appointment: implement Edit Appointment functionality (f32c573)
  • edit appointment: use button toolbar, address other PR issues (4744152)
  • patients: fixes notifactions for updating/creating patient (73677e2)
  • change to use standard naming and use iso dates (8827df1), closes #1879
  • breadcrumb: customize breadcrumbs for patients and appointments (a68ed7e), closes #1770
  • delete appointment: adds ability to delete appointment (dcb46b8)
  • diagnoses: add diagnoses tab (bdf7aa1)
  • labs: adding tests for labs module (3518b77)
  • labs: adds ability to request and view labs (efba834)
  • labs: adds labs route (a9c4100)
  • labs: adds labs sidebar/navbar links (691572b)
  • labs: adds test for lab related routes (f354c94)
  • labs: adds view lab tests (1867543)
  • labs: fix time related tests (94fa61a)
  • labs: reduxify request, cancel, fetch, and update labs (7ba2e8e)
  • labs: use different act import (be799ac)
  • localization: add portuguese language (#2018) (4a7515a)
  • newrelatedpersonmodal: update Error Feedback (57f9d7a), closes #1925
  • notes: add notes to pacient (b43ae11), closes #1771
  • patient: add appointment button (ec5d655)
  • patient: add email and phone number validation (242e1a1)
  • patient: add notes tab tests (6edc0ad)
  • patient: change newAppointment button label and add tests (1704ccb)
  • patient: provide better feedback on patient form (#1938) (37ac2b5)
  • patients: add tests (53f93f6)
  • patients: added an asterisk to the Allergy Name field (#1944) (b7e7142)
  • patients: added live search to the patients search (#1970) (3ba741c)
  • patients: addRealtedPerson function (bd22057)
  • patients: adds ability to remove related person (#1968) (6e08bab)
  • patients: adds tests for new notes modal (b3ddd24)
  • patients: better form feedback for add allergy (#1945) (d6904e7)
  • patients: escape string in appointments search (#2031) (254273f), closes #1997 #2003 #1999 #2029
  • patients: new related person to add related person (#1955) (0afeee1)
  • patients: refactor patient list to use table (#1965) (89430f7)
  • patients: set max date in date of birth date picker (#2002) (f292926)
  • viewlabs: sort Labs by requestedOn field (#2004) (88ec61c)
  • add created date and last updated date (16ab294), closes #1879
  • Added new proposed links to the sidebar (#1956) (c74dec0)
  • added successful alert when adding new appointments (4c0b8fe), closes #1894
  • fix tests for sorting (3ce732a)
  • indicate required fields in new Related Person Modal (#1950) (e17dd1d)
  • remove paging stuff (a1569b1)
  • remove unused variable (060d68a)
  • work in progress paging and sorting (7f856c8)
  • breadcrumb: use a single component for Breadcrumbs (a4c1cfb), closes #1770
  • diagnoses: adds ability to add a diagnosis (e1ce6c9)
  • edit appointment: add tests for Edit Appointment route (58117b4)
  • edit appointment: fix lint errors and typo (c22d02b)
  • edit appointment: resolve merge conflicts (63165ab)
  • i18n: add translation resources (03729e5)
  • i18n: reorganize public translation resources (761deda), closes #1668
  • i18n: update and resolve testing and lint issues (d9b7722), closes #1668
  • patients: success alert on new related person (c2c491d)
  • patients: use randomly generated code instead of sequence (1d6047d), closes #1876
  • textInput: add new input type tel (2128500)
  • toolbar: add tests for button toolbar (0e56e3c)
  • toolbar: basic button toolbar (af22ce0)
  • toolbar: change edit patient to toolbar button (450b8cd)
  • view patient: add 'edit' icon to Edit button (0da4043)

Bug Fixes

  • moment: add resolutions key on package.json (e972aae)
  • patients: fixes search when using special characters (#2012) (1693e5f)
  • adds missing translations (6f5f9f9)
  • fixes warnings/errors appearing in console (5cfbc32)
  • ** #1906:** fixed button position (89f0bcd)
  • ./locales/enus/translations/scheduling/index.ts: changed 'Walk Up' (837987d)
  • #1899: added warning messages (58f9402), closes #1899
  • #1915: ark required fields as required for new/edit Patient (b43facf), closes #1915
  • adddiagnosismodal and datepickerwithlabelformgroups: required field (b4100f5), closes #1926
  • appointments: changed appointment type 'Walk Up' to 'Walk In' (0968c28)
  • breadcrumb: add the breadcrumb for the edit appointment view (3cee578), closes #1854
  • breadcrumb: set appointment date precision to minutes in breadcrumb (33b4dc3), closes #1853
  • breadcrumb label: edit Appointment label on breadcrumb (224a63f), closes #1996
  • build: fixes yarn install on github ci (814e712)
  • button toolbar: align buttons to the right in the toolbar (9b2e721), closes #1852
  • ci: removes storybook command (38c4b40)
  • component: changed Add Diagnoses button to Add Diagnosis for #1929 (735c8f3)
  • conflict: merge master (97e01d9)
  • i18n: fix file type (cf305bc)
  • i18n: fix file type and import (98c25b9), closes #1668
  • i18n: fix i18n translation keys and reorganize files (dba5165), closes #1668
  • i18n: fix search button properties (59680a0), closes #1668
  • i18n: merge changes from upstream (0726ac3), closes #1668
  • i18n: update translation resources for enUs and ptBr (68bb92c), closes #1668
  • labs: Cleanup small issues with lab section (#2010) (e445a97)
  • navbar: add missing i18n t function (c7fd937), closes #1668
  • newPatient: correct input types of email and phone fields (7b6b2cc)
  • patient: appointments list tests (af66ec6)
  • patient: Input validation and error feedback (#1977) (992e58d)
  • patient: mark required fields in New Appointment/Edit Appointment (47d14a0), closes #1916
  • patients: add translation for patient.Code (#1994) (c703928)
  • patients: current patient can no longer be related person (#1959) (b816ebf)
  • search: fixes search inputs being too small (5c67b72)
  • translations: missing translations values (#1939) (79433a4)
  • add @types/uuid (9c786cf)
  • fix time based test (4b94d53)
  • typo in changelog.md (b7465be)
  • schedual button: fixed delete appointment button (91baf9d), closes #1901
  • translations: ptBR alergies and diagnoses (f2db2e3)
  • fix multiple imports lint error (e1e1f4c)
  • remove unused imports (b9ee43a)
  • use a different style import (a6e97ea)
  • use uuidv4 instead of timestamps for autogenerated ids (258cab8), closes #1877
  • test: cleaned up id and fixed test with sequential insert (0f061d2)
  • test: fix warning about missing key (55b5fbd)
  • test: update patient slice test to match resource update (0a23b8c), closes #1668

2.0.0-alpha.2 (2020-02-15)

Features

  • appointmentslist: add an appointments tab to the patient view (deee00e), closes #1769
  • edit patient: implement Edit Patient functionality (8e3355f)
  • edit patient: moved buttons out of GeneralInformation (403e49f)
  • env: adds hospitalrun server information (7f0fe7f)
  • env: change env variable names (cddc812)
  • add documentation folder (d22300e)
  • navigation: navigate to patients profile on related person click (c6acecc), closes #1763
  • relatedpersontab: add cursor icon to related persons list (ef7e19c), closes #1792
  • test: add navigate to related person profile onclick test (29fbffe), closes #1792

Bug Fixes

  • patient-slice.ts: conditionally render family name and suffix (d20e294), closes #1818
  • patients: add test for displaying No Related Persons warning (da6bdb1), closes #1789
  • patients: internationalize No Related Persons warning & loading (099e50d), closes #1789
  • patients: replace "Loading..." text with Spinner component (e6ce4cb), closes #1789
  • patients: stop "Loading..." when patient has no related persons (e513b17), closes #1789
  • persons: replace "No related persons" message with a warning (c156b5b), closes #1789
  • prettier: changes endofline option (1fbd965)
  • test: add related test, and revert test changes (9bead70), closes #1792
  • test: remove extra whitespace (155b4e9), closes #1792
  • test: remove unused import (fc3a78d), closes #1792

2.0.0-alpha.1 (2020-02-07)

⚠ BREAKING CHANGES

  • frontend: update components package changing some interfaces
  • This module no longer supports Node.js 0.10

Features

  • add analyze script (3b60961)
  • appointments: add ability to view appointment (93bde54)
  • appointments: add create appointment functionality (723bec3)
  • appointments: adds ability to display appointments on calendar (842b9ee)
  • appointments: adds new appointment route (86c9a32)
  • appointments: adds screen to view appointment (f31e852)
  • appointments: display patient full name for appointments (9bdb933)
  • appointments: refactored appointment detail form to own component (a0be28b)
  • db: adds remote couchdb (d8e7a55)
  • i18n: add internationalization (0f69f84)
  • init: add basic routing (c220b96)
  • init: add dashboard view, and useTitle hook (d3835d6)
  • init: add hospitalrun/components to package.json (078dcf9)
  • init: add permissions for routes (7a19200)
  • init: add redux (183d65c)
  • init: cleans up interfaces for PatientForm (2063b20)
  • init: cleans up update patient code (d6ab622)
  • init: creates a generic repository class and refactors patient db (24940b4)
  • init: creates a very simple pouchdb client (c6d712b)
  • init: fix warnings comming from manifest (1dca924)
  • init: mock pouchdb (7373e8d)
  • init: remove warnings in tests (3d7be47)
  • init: rename store/store.ts to store/index.ts (cd861e3)
  • init: update NewPatient to not use Patient slice (c4ced2c)
  • init: update to use models (273b000)
  • patientform: added patient form error handling (c17aa0a)
  • patients: add ability to add and display related persons (4516e89)
  • patients: add ability to store full name (36ababf)
  • patients: add ability to view a patient (a73e7f0)
  • patients: add error message for missing required fields (148b220)
  • patients: add permission check to add button (1a4e5af)
  • patients: add saveOrUpdate function in repositories (c9a6913)
  • patients: add success message when patient is created successfully (3c2b2ae), closes #1701
  • patients: add tabs in patient view (3eea135)
  • patients: add tabs in patient view (582770e)
  • patients: add tests for patients-slice and move files (c2ef440)
  • patients: add update patient reducers/actions (687d125)
  • patients: add very simple create patient page (bb94ef0)
  • patients: add very simple way of displaying all patients (927b5bc)
  • patients: adds a friendlyId (ad9fb13), closes #1709
  • patients: adds ability to approximate age when creating patient (c8eba48)
  • patients: adds ability to search by patient friendlyId (a519550), closes #1709
  • patients: adds abilty to search for patients by full name (4468b59), closes #1707
  • patients: adds functionality to save patient (c6159af)
  • patients: adds tests for new patients form, inputs, and route" (a7bf838)
  • patients: call findAll if search string is empty (3ab5d13)
  • patients: change search to be more of a fuzzy search (7ebedd1)
  • patients: change the new patients route (9072ac9)
  • patients: changes id to be a timestamp instead of random" (bd54bb7)
  • patients: fix routing after successfully creating new patient (d23f860)
  • patients: flatten name object (9bc4365)
  • patients: move date of birth information up a line (bf45cce)
  • patients: pass is approximate date of birth flag (281674c)
  • patients: refactor name and contact information to own interface (26543af)
  • patients: remove delete button that was there for testing (3fbbfd4)
  • patients: use button toolbar (bf681cd)
  • patients: use date-fns in favor of luxon (97cf263)
  • patients: use hospital run date picker (9758986)
  • patients: use panels for grouping content in view patient (452419c)
  • patients: use patient typeahead to find related person (7565b5a)
  • pwa: adds pwa support (e621489), closes #1711
  • scheduling: add scheduling dropdown to navbar (2375481)
  • scheduling: add scheduling module and appointments (02702bc)
  • toolchain: adds commit script (3fc9c2f)

Bug Fixes

  • build: add test after lint in precommit husky hook (5e7c410), closes #1775

  • build: fix prettier/eslint config (e041e22), closes #1782

  • build: modify husky and lint-staged config to fix lint issue (66076e6), closes #1775

  • build: remove extra test (9b5d70b), closes #1780

  • build: test precommit config (a293884), closes #1782

  • dep: fix missing react-bootstrap dependency (500c680)

  • docs: fixes badge url on readme (db127b6)

  • frontend: make onclick undefined to avoid lint issue (25ddab7), closes #1781

  • frontend: update navbar component to match new format (ade4abf), closes #1781

  • hook: improves eslint precommit hook (639f122)

  • lint: fixes eslint (75e1756)

  • locales/de: languageName (1cfba70)

  • nav-sidebar: current route highlighting (357e4b5)

  • navbar: fixes broken link to new patients in navbar (e4cf64d)

  • newpatientform.test.tsx: fix to spacing according to lint rules (55043fa)

  • package: update electron-localshortcut to version 3.0.4 (5e98e76)

  • patients: fix 'Attempted to log TypeError: Cannot read property 'body' of null' warning (2c439d6)

  • patients: fix broken name display in view patient adn lsit patient (8ff0ac9)

  • patients: fix issue with patient duplicating on update (ae44b90)

  • patients: fix typo in classnames (c4f0c92)

  • patients: makes patient search case insensitive (4303b6c)

  • scss: add node-sass (0e7b0c7)

  • test: update navbar tests for component update (7cd00d8), closes #1782

  • add .idea/ default intellij folder to .gitignore (67bcda3)

  • adjusted code as requests in pr and fixed linting errors (59447dc)

  • delete payments and line items when deleting invoices (05527ae)

  • fixed edit operative plan title bug (db469da)

  • fixed edit operative plan title test (51a6c3e)

  • internationalization dubplicate fix & fix to translation json (543cf74)

  • internationalization dubplicate fix & fix to translation json (6f54562)

  • lint build error fixes to newpatientform test file (9bf8cef)

  • lint build error fixes to newpatientform test file{2} (a5d625c)

  • small change to naming of json key in translation.json (0edc07f)

  • scss: import scss from components library (45cb83f)

  • test: adds coveralls like devdeps (710c3c5)

  • test: fixes coveralls coverage (9b321fa)

  • test: updates coveralls script (324ca3b)

  • test: updates coveralls script (f8844ed)

  • tests: fix matchMediaMock issue when running tests (2edfe1b)

  • remove swap files inadverdently checked in (9d2040d)

  • when deleting patient records, also delete appointments, payments, invoice line items and proc charges (5939a73)

  • drop support for Node.js 0.10 (#782) (c3e2dae)

1.0.0 (2019-10-15)

Bug Fixes

  • delete payments and line items when deleting invoices (05527ae)
  • fixed edit operative plan title bug (db469da)
  • fixed edit operative plan title test (51a6c3e)
  • remove swap files inadverdently checked in (9d2040d)
  • when deleting patient records, also delete appointsments, payments, invoice line items and proc charges (5939a73)
  • docs: fixes badge url on readme (db127b6)
  • locales/de: languageName (1cfba70)
  • nav-sidebar: current route highlighting (357e4b5)
  • package: update electron-localshortcut to version 3.0.4 (5e98e76)

chore

Features

  • toolchain: adds commit script (3fc9c2f)

Performance Improvements

  • docker: add yarn for faster dependency installs (ae1ca43)

BREAKING CHANGES

  • This module no longer supports Node.js 0.10