Skip to content

Releases: CruGlobal/mpdx-react

v1.2.1 Node 22 upgrade and started using Git LFS

08 Apr 20:12
7eec569
Compare
Choose a tag to compare

What's Changed

The most significant changes in this release are that we upgraded to Node 22, switched the yarn cache files to use Git LFS to help us manage the large files, and removed corepack, which was added in v1.2.0.

Pull Requests

Full Changelog: v1.2.0...v1.2.1

v1.2.0 - Node 20 upgrade and minor patches

26 Mar 20:21
7172dbe
Compare
Choose a tag to compare

Breaking changes

In this release, we upgrade MPDX to Node 20. With this upgrade, we have started using Git LFS (Large File Storage) on the yarn cache files and defaulted Yarn to use the version specified in the package.json.

When you pull this release, you must run the following to ensure you don't run into errors.

# Install node 20.17.0 on asdf
asdf install nodejs 20.17.0

# Install Git LFS
brew install git-lfs

# Initialize Git LFS
git lfs install

# Pull LFS files
git lfs pull

# Enable corepack so Yarn can default to using the version specified on the package.json
corepack enable

# Install dependencies
yarn

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 – Minor fixes after Initial Release

05 Feb 16:57
afb8ad1
Compare
Choose a tag to compare

What's Changed

Significant changes

Small changes and patches

Read more

v1.0.0 – MPDX Initial Release

30 Oct 19:09
f442ffa
Compare
Choose a tag to compare

Welcome to the first official release of MPDX

This initial release, v1.0.0, marks the beginning of our structured release cycle, aimed at supporting other organizations using MPDX in their systems. This release includes the core functionalities and features as documented, providing a stable foundation for tracking partnerships, managing donations, and streamlining missionary support processes.

Key Highlights:

  • Comprehensive partner account management.
  • Enhanced donation tracking and reporting capabilities.
  • Optimized interface for seamless user experience.
  • Task management software, including Task phases to guide partners/contacts through new contact phases.
  • Appeal creation and tracking software for targeted fundraising efforts.
  • MPD Global integration for expanded functionality.
  • Tools for merging and fixing duplicate information, such as people, email addresses, and more.
  • Import data directly from Google, CSV files, or TntConnect for easy data migration and setup.
  • Account creation and account setup tools for a smooth onboarding process.
  • Detailed reports for informed decision-making and transparency.
  • Coaching tools to guide and support other MPDX users.
  • Admin access with impersonation capabilities for easier user support.
  • Extensive customization options for user settings and preferences.
  • Help Ducks support integration for guidance and troubleshooting (previously HelpScout in beta; now migrated to Help Ducks / Help Juice).

With this and future releases, we aim to empower organizations to easily track updates, manage dependencies, and deploy new versions of MPDX confidently.

Stay tuned for feature enhancements, fixes, and improvements in upcoming releases.

What's Changed

Since this is our first release, I have only included PRs since we upgraded MPDX to Node version 18 (1 year ago to date).

Read more