Skip to content

Releases: weaponsforge/gsites-components

climate-profile-full_v1.0.7

23 Nov 10:05
15cc28f
Compare
Choose a tag to compare

Summary

November 23, 2022

  • Use more relevant text content on placeholders, #26

What's Changed

Full Changelog: v1.0.6...v1.0.7

climate-profile-full_v1.0.6

23 Nov 01:46
c4e31c0
Compare
Choose a tag to compare

Summary

  • Update country names, #23
  • Update the donut chart's hardcoded labels and values with relevant data

What's Changed

Full Changelog: v1.0.5...v1.0.6

climate-profile-full_v1.0.5

22 Nov 23:28
d073db1
Compare
Choose a tag to compare

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

Full Changelog: v1.0.4...v1.0.5

climate-profile-full_v1.0.4

22 Nov 17:53
a25ca0b
Compare
Choose a tag to compare

Summary

November 23, 2022

  • Enable full viewport size option on chart componets
  • Create full screen charts, #12

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Nov 15:15
ade7f64
Compare
Choose a tag to compare

Summary

November 22, 2022

  • Create a centered website charts and text demo, #15

What's Changed

Full Changelog: v1.0.2...v1.0.3

climate-profile-full_v1.0.2

22 Nov 13:01
1ea3669
Compare
Choose a tag to compare

Summary

November 22, 2022

  • Display text sections with hard-coded charts data visualization, #2
  • Display click-able country names

What's Changed

Full Changelog: v1.0.1...v1.0.2

climate-profile-full_v1.0.1

22 Nov 05:30
fad6131
Compare
Choose a tag to compare

Summary

November 22, 2022

  • Integrate material-ui v5, #4
  • Test using several material-ui components

What's Changed

Full Changelog: v1.0.0...v1.0.1

climate-profile-full_v1.0.0

22 Nov 04:51
9a12caf
Compare
Choose a tag to compare

Summary

November 22. 2022

  • Create a new nextjs v13 app, #1
  • Set-up nextjs local development configuration files (jsonfig.json, nextjs.config.js and eslint)
  • 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
  • Deploy the client app to Github Pages on create of new releases, #3
  • 🆕 in NextJS v13: Use image imports as src input to next/image to avoid editing the assetPath config too much i.e.,
    import vercelLogo from '@/public/vercel.svg'
    
    <Image
      src={vercelLogo}
      alt="Vercel Logo"
      width={72}
      height={16} />
    

What's Changed

New Contributors

Full Changelog: https://github.com/weaponsforge/climate-profile-full/commits/v1.0.0