https://github.com/fusionauth/fusionauth-theme-history
Historical theme files
https://github.com/fusionauth/fusionauth-theme-history
Last synced: about 1 year ago
JSON representation
Historical theme files
- Host: GitHub
- URL: https://github.com/fusionauth/fusionauth-theme-history
- Owner: FusionAuth
- Created: 2023-04-28T15:11:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T18:44:55.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:38:08.184Z (about 1 year ago)
- Language: FreeMarker
- Size: 198 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FusionAuth Theme History
Here you can compare different versions of the default, stock FusionAuth theme.
This can be useful when there is a new release and you have customized the FusionAuth theme. FusionAuth provides default values for new theme pages, but reviewing this repository can help you prepare and also notice smaller changes, such as new sections or parameters.
To use:
* Go to https://github.com/FusionAuth/fusionauth-theme-history/compare/
* Click the `base` button.
* Click the `tags` tab.
* Choose the earlier version you are interested in comparing.
* Click the `compare` button.
* Click the `tags` tab.
* Choose the later version you are interested in comparing.
## Differences
With this history, you can review the differences between the versions, which can help you determine what changes need to be made to our custom themes.
An example of seeing differences using GitHub's UX: https://github.com/FusionAuth/fusionauth-theme-history/compare/1.23.3...1.26.0
How to get a set of patches, assuming you've cloned these: `git format-patch tag1..tag2`
How to apply patches to an existing downloaded theme: TBD, but here's the [git apply documentation](https://git-scm.com/docs/git-apply).
## Gaps
If you look at the [FusionAuth release notes](https://fusionauth.io/docs/release-notes/) and compare them to the tags in this repository, you may note some gaps.
These are typically due to docker images that were yanked because of a bug or other issue and are not recommended as versions to use.
## Simple Themes
If you are using FusionAuth simple theming, introduced into 1.51 release (Theming Toucan), this history is not useful, because it only applies to the FusionAuth advanced themes.
## Learn More
Learn more about FusionAuth themes: https://fusionauth.io/docs/customize/look-and-feel/