Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog project guidelines, and thoughtful ideas from this awesome article.

This project adheres to Semantic Versioning.

0.12.0

released 2024-12-02

The application is migrated to Svelte 5, the docs are updated and the scaffold is simplified (including removing unnecessary/unused stuff).

Changed

  • Render deploys only the Node part from now, until the planned smart contracts are integrated
  • Svelte is migrated to v5 providing new approaches to reactive frontend development

0.11.0

released 2024-08-28

Slightly polished functionality from the 0.11.0-alpha release

Added

  • This changelog for tracking updates between versions
  • New blog page built with MDsveX

Changed

  • New docs page built with Vitepress, old docs are restructured
  • Branded favicon

Fixed

  • Automated navigation flow on Freighter wallet detection

Removed

  • Render self-ping API route

0.11.0-alpha

released 2024-08-19

Basic skeleton and functionality for 4m00se project, built for Build with Stellar challenge and described here, including:

  • Land on main dapp page with 4m00se overview
  • Get basic documentation from README
  • "Log in" with Freighter wallet
  • Create a basic form (text fields and checkboxes) in WYSIWYG builder UI, store the resulting form config on IPFS and sign it with Freighter wallet on Stellar testnet to further gather submissions for it
  • Get form embedding HTML code snippet for the created, stored and signed form config
  • Working example of 4m00se form widget integration into a web page allowing to submit a form and sign the submission with Freighter wallet on Stellar testnet
  • Get and analyse the list of Freigher-signed submissions made for the form snippet for the user-created form config