Skip to content

v0.92.0

Choose a tag to compare

@eric-notifi eric-notifi released this 16 Jul 12:02
· 168 commits to main since this release

Release notes

• Optimize react context for @notifi-network/notifi-react
• Add React component NotifiCardModal
• Add README.md draft
• Add Cypress test section for CI against main branch (with retries to avoid network issue)

NOTE

The following utils are also available

  • Cypress local test by running below:

    • headless mode: npx lerna --scope=@notifi-network/notifi-react-example-v2 run test
    • interactive mode: npx lerna --scope=@notifi-network/notifi-react-example-v2 run cypress:open

    The test has been executed 100 times already to ensure no corner case bug of both cypress test code & sdk core code. Check out the test report file attached herewith

  • Bundle analyzer: We can run npm run build:analyze under notifi-react-example-v2 dir to see the bundle state.

    Now the bundled file of @notifi-network/notifi-react is considered as idea (acceptable size) : gzipped size = 64KB