Releases: weaponsforge/gsites-components
Releases · weaponsforge/gsites-components
climate-profile-full_v1.0.7
Summary
November 23, 2022
- Use more relevant text content on placeholders, #26
What's Changed
- Feature/weaponsforge 26 by @weaponsforge in #27
- v1.0.7 by @weaponsforge in #28
Full Changelog: v1.0.6...v1.0.7
climate-profile-full_v1.0.6
Summary
- Update country names, #23
- Update the donut chart's hardcoded labels and values with relevant data
What's Changed
- Feature/weaponsforge 23 by @weaponsforge in #24
- v1.0.6 by @weaponsforge in #25
Full Changelog: v1.0.5...v1.0.6
climate-profile-full_v1.0.5
Summary
November 23, 2022
- Create a full screen web page with main sections as tabs, #20
- Create a country list that will load the selected country's profile page when clicked
What's Changed
- Feature/weaponsforge 20 by @weaponsforge in #21
- v1.0.5 by @weaponsforge in #22
Full Changelog: v1.0.4...v1.0.5
climate-profile-full_v1.0.4
Summary
November 23, 2022
- Enable full viewport size option on chart componets
- Create full screen charts, #12
What's Changed
- Feature/weaponsforge 12 by @weaponsforge in #18
- v1.0.4 by @weaponsforge in #19
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Summary
November 22, 2022
- Create a centered website charts and text demo, #15
What's Changed
- Feat/weaponsforge 15 by @weaponsforge in #16
- v1.0.3 by @weaponsforge in #17
Full Changelog: v1.0.2...v1.0.3
climate-profile-full_v1.0.2
Summary
November 22, 2022
- Display text sections with hard-coded charts data visualization, #2
- Display click-able country names
What's Changed
- Feature/weaponsforge 2 by @weaponsforge in #13
- v1.0.2 by @weaponsforge in #14
Full Changelog: v1.0.1...v1.0.2
climate-profile-full_v1.0.1
Summary
November 22, 2022
- Integrate material-ui v5, #4
- Test using several material-ui components
What's Changed
- Feature/weaponsforge 4 by @weaponsforge in #10
- v1.0.1 by @weaponsforge in #11
Full Changelog: v1.0.0...v1.0.1
climate-profile-full_v1.0.0
Summary
November 22. 2022
- Create a new nextjs v13 app, #1
- Set-up nextjs local development configuration files (
jsonfig.json
,nextjs.config.js
andeslint
) - Create a Github Actions workflow for linting on push to any branch
- Initial release of a 🆕 barebones NextJS v13 (
v13.0.4
) app that's compatible with GitHub Pages sub-directory (repository) hosting- Set
NEXT_PUBLIC_BASE_PATH=/<YOUR_REPOSITORY_NAME>
GitHub secret for this to work - Alternatively, set
NEXT_PUBLIC_BASE_PATH=''
to build routes, media and assets paths relative to the root domain name
- Set
- Deploy the client app to Github Pages on create of new releases, #3
- 🆕 in NextJS v13: Use image imports as
src
input tonext/image
to avoid editing theassetPath
config too much i.e.,import vercelLogo from '@/public/vercel.svg' <Image src={vercelLogo} alt="Vercel Logo" width={72} height={16} />
What's Changed
- Feature/weaponsforge 1 by @weaponsforge in #6
- Feature/weaponsforge 5 by @weaponsforge in #7
- Feature/weaponsforge 3 by @weaponsforge in #8
- v1.0.0 by @weaponsforge in #9
New Contributors
- @weaponsforge made their first contribution in #6
Full Changelog: https://github.com/weaponsforge/climate-profile-full/commits/v1.0.0