Skip to content

Releases: jbolda/finatr

web v0.5.0

16 Dec 05:12
ae7ccdb
Compare
Choose a tag to compare

[0.5.0]

  • b7babe6 (#652 by @depfu) Update parcel 2.9.3 → 2.10.3 (minor)
  • 2ea024c (#660 by @depfu) Update react-router-dom 6.0.2 → 6.21.1 (minor)
  • a08c3e8 (#669 by @jbolda) bumped ynab to v2
  • 8ea59e8 (#670 by @jbolda) Switch web build to ESM based. This improves compatibility with the component testing, and hopefully the greater ecosystem as other libraries began to move over.
  • b7a2334 (#673 by @jbolda) Upgrade to react-aria v1, tailwind v3 and bump other component libs.
  • a361456 (#674 by @depfu) Update parcel 2.10.3 → 2.11.0 (minor)
  • e7ad8fb (#691 by @jbolda) Include react-aria tailwind starter kit for a whole host of components to use. We swapped out the Switch component, but all others are currently unused.
  • a516112 (#727 by @jbolda) Add playwright reporter to add results to Github Action summary page.
  • 73502a2 (#733 by @jbolda) Swap from big.js to dinero. This will eventually allow us to better support a large multitude of currencies.
  • e70d892 (#734 by @depfu) Update react-router-dom 6.21.1 → 6.23.0 (minor)
  • 2825707 (#737 by @jbolda) Update react-aria* and tailwaind* to latest.
  • 9facbd8 (#741 by @depfu) Update d3 7.8.5 → 7.9.0 (minor)
  • 2c489c7 (#762 by @renovate) Update dependency date-fns to v2.30.0
  • d098b38 (#763 by @renovate) Update dependency formik to v2.4.6
  • 0a9dfdc (#764 by @renovate) Update dependency lucide-react to ^0.378.0
  • 9ad657b (#766 by @renovate) Update dependency parcel to v2.12.0
  • 5d0e045 (#769 by @renovate) Update dependency starfx to v0.12.0
  • 43b1976 (#770 by @renovate) Update react-aria to 2024-05-01 release.
  • d12a3ca (#774 by @jbolda) Remove heroicons, replace with lucide. Only one icon library is required, and lucide was included in many more components already.
  • 7b56ead (#800 by @renovate) Update dependency starfx to v0.13.0
  • 3b0cf44 (#850 by @renovate) Update dependency parcel to v2.13.0
  • 36a4da8 (#803 by @jbolda) Fix bug with chartRange not reconstituting and throwing errors as the dates were not parsed.
  • d02ba69 (#841 by @jbolda) Expenses and transfers both allow a target account which considers an account decrement on debt, loans and credit lines. This represents the payback of accounts. It saves one from having to make a matching transaction to represent the "out" from one account and "in" in another.
  • 60bc35c (#838 by @jbolda) Add inputs to allow filtering down flow chart account data to improve viewing experience.
  • b85ca6e (#806 by @jbolda) FlexTable to react-aria Table for high density content display.
  • 00d277b (#473 by @depfu) Update @headlessui/react to 1.4.2.
  • 2950a37 (#241 by @jbolda) We have pulled out the planning into a new route separate from the cash flow analysis. The planning page will help someone build up something that could serve as a budget, but with more granularity and time elements related to it. It is currently a snapshot of today, but we can expand it to multiple snapshots that lead into the future. Building up and refining leads one into the cash flow analysis more gradually rather than dumping someone into what is likely considered more advanced concepts.
  • b689287 (#471 by @jbolda) Lazy load routes and code split through it. This let's us ship smaller chunks based on the routes that you visit.
  • cbc785f (#451 by @jbolda) Change license to Apache2. This had previously been an option in the discussions. While AGPL is appropriate here, those historically pushing it do not act in ways with which we would like to associate. Generally there is less concern around those looking to commit code under this license as well.
  • 6a2ab22 (#735 by @jbolda) Update the header with MenuItem and the react-aria router integration. This fixes the issue with links not being clickable.
  • a176c8f (#729 by @jbolda) Change nav mobile to react-aria popover to solve side scroll.
  • 6e9d934 (#462 by @depfu) Upgrade parcel to v2.0.0.
  • 25235de (#470 by @jbolda) Upgrade parcel to v2.0.1.
  • [135bf9b](135bf...
Read more

finatr app 0.3.0

16 Dec 05:12
ae7ccdb
Compare
Choose a tag to compare

See the assets to download this version and install. See https://www.finatr.com to access the web version.

[0.3.0]

  • acdf454 (#755 by @renovate) Update tauri monorepo to latest v1.5.
  • cbc785f (#451 by @jbolda) Change license to Apache2. This had previously been an option in the discussions. While AGPL is appropriate here, those historically pushing it do not act in ways with which we would like to associate. Generally there is less concern around those looking to commit code under this license as well.
  • a7329c2 (#644 by @jbolda) Convert to react-aria instead of @reach/ui as it is no longer actively maintained.
  • 8b94d9a Switch state management to starfx. This improves our ability to handle side effects and control computational load.
  • e6b0a29 (#665 by @jbolda) Upgrade Tauri to v1 stable.
  • 12c7c50 (#793 by @jbolda) Upgrade desktop app integration with Tauri to v2.

Dependencies

web v0.4.1

10 Oct 05:12
e1ccb2c
Compare
Choose a tag to compare

[0.4.1]

  • Update autoprefixer to 10.3.7.
    • 06d4c2b Update autoprefixer: 10.3.4 → 10.3.7 (patch) (#450) on 2021-10-08
  • Update d3-array to 3.1.1.
    • 0eb5f77 Update d3-array: 3.0.2 → 3.1.1 (minor) (#448) on 2021-10-08
  • Update d3-scale to 4.0.2.
    • e25bd09 Update d3-scale: 4.0.0 → 4.0.2 (patch) (#440) on 2021-10-08
  • A handful of footer items came in with the component that weren't used. Remove and/or replace them.
    • 7706a83 remove extraneous footer items (#454) on 2021-10-08
  • Update tailwindcss to 2.2.16.
    • 493c6fe Update tailwindcss: 2.2.15 → 2.2.16 (patch) (#444) on 2021-10-08

finatr app 0.2.1

10 Oct 05:12
e1ccb2c
Compare
Choose a tag to compare

See the assets to download this version and install. See https://www.finatr.com to access the web version.

[0.2.1]

  • Update autoprefixer to 10.3.7.
    • Bumped due to a bump in web.
    • 06d4c2b Update autoprefixer: 10.3.4 → 10.3.7 (patch) (#450) on 2021-10-08
  • Update d3-array to 3.1.1.
    • Bumped due to a bump in web.
    • 0eb5f77 Update d3-array: 3.0.2 → 3.1.1 (minor) (#448) on 2021-10-08
  • Update d3-scale to 4.0.2.
    • Bumped due to a bump in web.
    • e25bd09 Update d3-scale: 4.0.0 → 4.0.2 (patch) (#440) on 2021-10-08
  • A handful of footer items came in with the component that weren't used. Remove and/or replace them.
    • Bumped due to a bump in web.
    • 7706a83 remove extraneous footer items (#454) on 2021-10-08
  • Update tailwindcss to 2.2.16.
    • Bumped due to a bump in web.
    • 493c6fe Update tailwindcss: 2.2.15 → 2.2.16 (patch) (#444) on 2021-10-08

web v0.4.0

24 Sep 03:57
36832a0
Compare
Choose a tag to compare

[0.4.0]

  • Bump big.js to v6 (major), and bump @reach/tabs, date-fns, formik, and papaparse minors.
  • Upgrade d3js to v7.
  • Implement covector for publishing. This will let us achieve a similar outcome to gitflow, but with one branch.
    • b00c0c6 feat: add covector for publishing (#337) on 2020-08-06
    • 6d5ced9 setup full release flow (#421) on 2021-09-16
  • Switch from create-react-app to parcel@v2. We have outgrown the use of CRA, and parcel provides much more performant tooling with the opportunity to make more refined choices around testing as it isn't coupled.
    • 88c1c98 feat: switch from CRA to parcel (#394) on 2021-07-05
    • 6d5ced9 setup full release flow (#421) on 2021-09-16
  • This update removes theme-ui and replaces it with tailwindcss. This improves runtime performance with the tradeoff of greater reliance on classes. While there are opinions on the verbosity of the utility class based system, most of this will be hidden away within components and elements over time.

finatr app 0.2.0

24 Sep 03:57
36832a0
Compare
Choose a tag to compare

See the assets to download this version and install. See https://www.finatr.com to access the web version.

[0.2.0]

  • Upgrade Tauri implementation from tauri@alpha to tauri@beta.

web v0.3.0

23 Aug 16:48
50304e5
Compare
Choose a tag to compare

See the assets to download this version and install.