Skip to content

Releases: Enterprise-CMCS/eAPD

v2.12.0

15 Jun 22:43
3e9dbb5
Compare
Choose a tag to compare

🚀 New features

  • Hide Create New APD button for users who don't have create permission (#2198)

🐛 Bugs fixed

  • none

⚙️ Behind the scenes

  • Capture how much of an activity's other funding is attributable to each cost category, to be used to show the Medicaid total of each category separately (#2169)

v2.11.0

02 Jun 17:12
e3e664d
Compare
Choose a tag to compare

🚀 New features

  • Update Print Preview Layout (#2182)
  • Make the "Saving" message persist for 750ms (#2207)
  • Move the activity schedule information to the top of the Activity Overview section (#2210)

🐛 Bugs fixed

  • none

⚙️ Behind the scenes

  • [Tech Debt] Add Section test (#2176)
  • [Tech debt] Add one more test case for the links context provider (#2179)
  • [Tech Debt] Refactor API user serialization methods (#2206)

v2.10.0

01 Jun 15:35
e3e664d
Compare
Choose a tag to compare

🚀 New features

  • Adjust Key Personnel Calculations (#2174)
  • update 'Statement of alternative considerations and supporting justification' help text (#2185)

🐛 Bugs fixed

  • Left side navigation should not get stuck under the header (#2187)
  • NumberFields should allow numbers with decimals to be entered (#2214)

⚙️ Behind the scenes

  • Authenticate HTTP Clients via JWT presented in Authorization header (#2100)
  • Update minimum Chrome version; add download link to Microsoft Edge (#2145)
  • Set Minimum Green Browser Support for Chrome to Version 78 (#2216)

v2.9.0

04 May 21:48
fd8538f
Compare
Choose a tag to compare

🚀 New features

  • Implement secondary back/next navigation buttons (#2103)
  • Add Margin/Padding to scroll bar lane (#2155)

🐛 Bugs fixed

  • fixed Header Alignment Issue (#2122)
  • added padding for admin dashboard title (#2144)

⚙️ Behind the scenes

  • Removed unused libraries and tools (#2137)

v2.8.0

07 Apr 19:50
3ff4daa
Compare
Choose a tag to compare

🚀 New features

  • Adds a new warning dialog to explain when unexpected errors are encountered
    and what the user can do about it. (#2112)
  • The header displays the time ago since the APD was last saved (#2104)

🐛 Bugs fixed

  • Adds some explanation and help text to the estimated quarterly expenditure table (#2110)
  • Fixed an issue where new APDs and activities came prepopulated with cost information (#2129) which could cause incorrect behavior in the activity cost summary table (#2130)
  • Fixed an issue where adding an activity could make it impossible to save the APD (#2148)
  • Fixed an issue where printing from a screen other than the export screen resulted in excessive whitespace (#2114)

⚙️ Behind the scenes

  • Updated 3rd-party libraries to the latest versions

v2.7.0

23 Mar 23:02
7754a1b
Compare
Choose a tag to compare

🚀 New features

  • An all-new activity budget and FFP section (#2081)
  • Switched to a paginated APD view (#2086)
  • Attached the header and sidebar to the page so are always available (#2090, #2087)
  • Added an autosave status message to the header (#2090)
  • Removed the floating save button (#2091)

🐛 Bugs fixed

  • Removed an overly strict validation rule that could prevent APDs from saving properly (#2088)

v2.6.0

09 Mar 21:39
fd08d86
Compare
Choose a tag to compare

🚀 New features

  • Updates the cost allocation section to make it clearer how the various numbers are related to each other, and updates the help text describing "other funding." (#1935, #1992)
  • The executive summary for activities now includes activity costs per federal fiscal year (#1927)
  • Activity state personnel now show calculated total cost instead of just rate and FTEs. (#2013)
  • Moves the activity FFP section into a separate tab (#2010)
  • Activities are no longer associated with the HIT program by default (#2059)
  • Remove activity list in favor of editing names/funding source in modal (#2053)

🐛 Bugs fixed

  • Fixed a bug where APD Key Personnel weren't being counted as state personnel for the Program Administration activity for some budget calculations. - (#2037)
  • Updated the text describing in-house cost categories to be more clear (#1936)
  • Fixed a bug where autosave happened too often, causing performance issues, and potentially inconsistent saved data.
  • Fixed a bug where the FFY subtotal for each cost category in the quarterly FFP table was based on the percent of funding requested, meaning it could be different from the actual activity total if the user requests more or less than 100%. (#2056)
  • Fixed a bug that prevented creating new activities.
  • Fixed a typo in the cost allocation instructions
  • Updated the explanation for how the budget summary table is calculated (#2058)
  • Fixed a bug where save actions from on APD could be applied to a different APD (#2084)
  • Adds outline images for American Samoa, the Commonwealth of the Northern Mariana Islands, Guam, and the US Virgin Islands (#1758)

⚙️ Behind the scenes

  • Made the code for removing list items a bit simpler (#2014)
  • Change how uploaded files get IDs (#2018)
  • Cleaned up some inconsistencies in the way things were named internally (#2044, #2066)
  • Got rid of some old code that no longer made sense (#2021)

v.2.5.0

03 Feb 22:01
ad7535a
Compare
Choose a tag to compare

🚀 New features

  • Changed activity goals to activity objectives and key results (OKRs) (#2007)
  • Make autosave more screen-reader friendly (#2020)
  • Changed the APD name to HITECH IAPD (#1821, #1993)
  • Added loading state for rich text editor (#2015)

🐛 Bugs fixed

  • Fixed a bug where toggling the "show password" checkbox on passwords caused the text field to be changed to "Show password" (#2023)
  • Fixed a bug where adding a new list item to an activity (goal, milestone, expense, etc.) caused that new item to be expanded every time the activity was opened until the page was reloaded. (#2026)
  • Fixed a bug where images could upload every single time an APD loaded, forever and ever (#2017)

⚙️ Behind the scenes

  • Split up some code components to make them more reusable (#2005)

v2.4.0

22 Jan 23:14
9d6292f
Compare
Choose a tag to compare

🚀 New features

  • Remove the unsaved changes/logout warnings because we have automatic saves now! (#1995)
  • Improved the layout of the exported PDF (#1961)
  • Activities now open in modals for a cleaner editing experience (#1997)

🐛 Bugs fixed

  • Fixed a bug where everything was in italics. (#1998)

⚙️ Behind the scenes

  • Added browser security headers to frontend web responses (#1966)
  • Updated dependencies (#1985)
  • Removed some old, unused dev tools and rearranged some analytics code (#1990, #1991)

v2.3.0

07 Jan 18:15
6cf9bc7
Compare
Choose a tag to compare

🚀 New features

  • Updated the activity section (#1942)

🐛 Bugs fixed

  • Fixed a bug where the login and admin screens could have a white box at the bottom in tall browser windows (#1766)
  • Fixed a bug where an admin could not edit a user's account without changing that user's email address (#1973)

⚙️ Behind the scenes

  • Updated to the latest version of the CMS Design System ([#1981])
  • Updated dependencies