Skip to content

Latest commit

 

History

History
84 lines (70 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

84 lines (70 loc) · 10.1 KB

Changelog

1.1.0 (2025-01-29)

Features

  • add beta label (197a571)
  • add disclaimer dialog to main page and adjust button text (cc93065)
  • add docker to tutorial steps (ba8c3c7)
  • add faucetInitBalance and treasuryInitBalance form fields (9215404)
  • adjust font in faq content (7ae435f)
  • adjust header and footer (8b26676)
  • adjust link in faq section (1a4517c)
  • adjust main page subtitle text (0e26890)
  • remove terms of services link (7bf25c1)
  • tooltips: add tooltips for faucet and treasury init balance (9f8af5e)
  • update external links (26225e2)
  • update faq texts (6e09ce4)
  • update favicon (dc79614)

Bug Fixes

  • add break-all to code component to fix layout on last page (17c68d3)
  • add cross field validation for validatorBalance and validatorMinStake (b281b02)
  • adjust page three text, adjust faq and last page link (057b1fd)
  • change default value of childBlockTime (daa1c43)
  • disable validatorBalance vs validatorMinStake validation if validatorCount is 0 (c7dcc4c)
  • fix rounding of child epoch length (b0d8c67)
  • improve form validation and error messages (db7b429)
  • init.yaml: use correct parent.nodeURL, fix type of validators.count (4fd0586)
  • mobile: fix step and faq layout on mobile (25c482b)
  • set minimum and default parent epoch length to 10 (b828c67)
  • show step descriptions also on md+ screens (393b8ca)
  • texts: change wording to pinning chain in step 2 (8f86c24)

1.0.0 (2025-01-24)

Features

  • add form data error handling to last page (fafc568)
  • add Next.js 15 (tailwind) starter (f736306)
  • add shadcn/ui, add nav bar component (6cee16d)
  • add tooltip texts, adjust default values, adjust form layout (fa425f7)
  • adjust application title (f09cd17)
  • allow entering all possible valid numbers, remove input restrictions but add bulletproof form validation (6a9931c)
  • ci: add code check github action (b1b19a9)
  • clear cache after downloading and closing last page (6f36bd8)
  • display numbers as decimal numbers, improve error handling (8466388)
  • home: WIP implement ui (6f26027)
  • initiate: adds success image (1a26df5)
  • initiate: pack content in downloadable file (a577d76)
  • initiate: step 5 (9a44aa4)
  • initiator: add page 1 form (7e509c7)
  • initiator: add page 2 form (993a1ad)
  • initiator: store form state in local storage (7f7a8fc)
  • layout: add initiator pages (36dff97)
  • layout: adds faq (cfa52d5)
  • layout: adds footer (0565fd0)
  • layout: change accordion trigger icons to Plus/Minus (51a369e)
  • layout: improve styling of nav bar and home page (a7bf38e)
  • layout: make home page and steps responsive for mobile (b747f29)
  • make toast more visible (26aec2f)
  • ui: improve layout of last page (9c8cc5c)
  • update form to match data required for init.yaml (3fccc90)
  • update tutorial steps on last page (ddb08ea)

Bug Fixes

  • adjust header, footer and faq width (064e35e)
  • adjust placeholder values for number intputs (f137816)
  • eslint: fix eslint problems (268ca1f)
  • faq: removes old code (305a359)
  • initiator: add page 3 form (317de10)
  • initiator: add page 4 form (bddd1de)
  • initiator: always avoid hydration errors with local storage (cdc438b)
  • next build (5887922)
  • ui: fix navbar width, fix first page margins (23d47eb)
  • ui: improve last page layout on mobile (90c9c18)
  • ui: replace home page images with high res versions (00e862f)
  • validation of step 1 & 2, empty state of step 3 (12b278a)