Skip to content

Releases: fleekxyz/non-fungible-apps

v0.1.0

06 Jul 16:47
cd27920
Compare
Choose a tag to compare

FIX/Refactor/Chore

Features

v0.0.9

29 May 13:24
74d4a4e
Compare
Choose a tag to compare

Features

Fix/Refactor

v0.0.8

11 May 15:21
346d4ef
Compare
Choose a tag to compare

Features

Fixes

Chores

Full Changelog: v0.0.7...v0.0.8

v0.0.7

26 Apr 23:54
cbe8b93
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

Features

Fixes

  • ui: fix styles dropdown component for order filter by @csosamorales in #238
  • contract: verifier address sent on mint calls by @zoruka in #239

Pre-release Sprint 6

20 Apr 16:07
a41f2b8
Compare
Choose a tag to compare
Pre-release Sprint 6 Pre-release
Pre-release

Pre-release v0.0.6

Features

  • Ethereum support (Goerli)
  • contracts: ens integration
  • contracts: verifier field and modifier
  • contacts: prevent direct calls to implementation contract
  • ui: simple create AP flow
  • ui: verifier input on mint
  • ui: navbar
  • ui: form validations
  • ui: explore view skeleton
  • ui: explore view pagination
  • ui: card list component
  • ui: search on list
  • ui: sort on list

Fixes

  • ui: color picker style
  • ui: broken create ap button
  • ui: graphql query (overlapping field)
  • ui: colors not showing on firefox
  • ui: alchemy keys missing

Chores

  • aws (serverless) project setup
  • eslint cleanups
  • contracts: change _billing to private
  • contracts: in fuzz tests don't test with address 0
  • ui: XYZ deployment
  • ui: remove storybook
  • ui: remove ens storage
  • ui: remove unused refs
  • ui: add base theme color black
  • ui: drip stitches export
  • ui: refactor style combobox
  • ui: change mint forms fields order
  • subgraph: remove matchsticks tests

Pre-release Sprint 4

20 Mar 13:18
e8468b8
Compare
Choose a tag to compare
Pre-release Sprint 4 Pre-release
Pre-release

Pre-release v0.0.4

Features

  • contracts: add verifier role and ability to set verifier during mint
  • contracts: ERC interface and make APs a separate module
  • ui: ENS dropdown integration
  • ui: toast component for success/error
  • subgraph: add handler for burns

Bugs

  • ui: mint button not triggerering in dev environment
  • ui: combobox and dropdown styles

Chores

  • ui: handle polyfills in production build
  • ui: cleanups and mint flow feedback
  • subgraph: update based on ACL refactor
  • subgraph: unit tests for access points and ACL refactor
  • subgraph: split up handlers into diff files
  • contracts: deploy commands take flags now
  • general: filter changes for gh workflows
  • general: move lint to root and make consistent across subfolders

Pre-release Sprint 3

03 Mar 13:40
7971ae8
Compare
Choose a tag to compare
Pre-release Sprint 3 Pre-release
Pre-release

Change Log

This is another pre-release. As part of each sprint we like to make a release so that we keep the repo updated in main with the recent changes. This is the release for Sprint 3 which was our 4th sprint. (Feb 13 - 24 2023).

Features

feat: access point auto approval settings for tokens
feat: conditional payment as setting
feat: make main contract pausable
feat: expose last token id function in the contract
feat: integrate firebase for github login (UI)
feat: UI connect kit integration (UI)
feat: UI mint integration (UI)
feat: subgraph reverse lookup (gitRepo -> NFA)
feat: access point integration with the subgraph

Fixes

fix: ck fix other wallet connections (UI)
fix: UI verification step separate

Chores

refactor: clean up acl remove our redundant owner
refactor: remove mint collection owner requirement
test: add and change tests to fuzz test
refactor: make a single event for token metadata changes
chore: metadata update and token changes on subgraph
chore: remove counters library from the contract code
refactor: use custom errors in solidity
test: base layout of the subgraph tests and fixing deprecated events

v0.0.2

13 Feb 14:57
ca226fb
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Hello! This is a developer preview release while we are working towards the MVP of NFAs. This includes new features, some key refactoring and bug fixes.

What's Changed

  • chore: refactor folder structure
  • feature: contracts AP feature
  • chore: subgraph hardening and testing
  • chore: testing refactors
  • feature: mint UI mocked
  • bug: matchstick testing not working