mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
1.8 KiB
1.8 KiB
Change Log
We are not following semantic versioning in this template app since any change could potentially be a breaking change for forked customization projects. We are still experimenting with what is a good way to update this template, but currently, we follow a pattern:
- Major version change (vX.0.0): Changes to several pages and other components. Consider implementing this without merging upstream (we'll provide instructions).
- Minor version change (v0.X.0): New features and changes to a single page. These are likely to cause conflicts.
- Patch (v0.0.X): Bug fixes and small changes to components.
Upcoming version
- [fix] Extract and fix missing information reminder modal from Topbar #846
- [fix] Add missing styles for ModalMissingInformation from Topbar #847
v0.3.1
- [change] Change lodash import syntax to reduce bundle size (-15.14 KB) #839
- [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public). TODO: create SDK releases instead of using direct refs to single commit. #841
- [fix] Typo fix for background-color #842
v0.3.0
- Remove custom touched handling from
FieldCheckboxGroupas it has has become obsolete now that Final Form is replacing Redux Form. #837 - Create Stripe account directly instead of passing payout details to Flex API (deprecated way). #836
v0.2.0
- Starting a change log for Flex Template for Web.