8.1.3 (2024-12-03)
8.1.2 (2024-11-22)
8.1.1 (2024-11-21)
8.1.0 (2024-11-01)
8.0.5 (2024-10-31)
8.0.4 (2024-10-31)
8.0.3 (2024-10-30)
8.0.2 (2024-10-29)
8.0.1 (2024-10-17)
8.0.0 (2024-10-17)
- remove redux-bundler, full typescript (#448)
- fix: explore page can query local kubo by @SgtPooki in #445
- fix: use delegated routing over https by @lidel in #443
Full Changelog: https://github.com/ipfs/ipld-explorer-components/compare/v7.0.2...v7.0.3
- fix: local only unless remote is enabled(default) by @SgtPooki in #438
Full Changelog: https://github.com/ipfs/ipld-explorer-components/compare/v7.0.1...v7.0.2
- fix: use default explore links by @SgtPooki in #437
Full Changelog: https://github.com/ipfs/ipld-explorer-components/compare/v7.0.0...v7.0.1
- feat!: migrate to @helia/http by @SgtPooki in #419
- fix: release by @SgtPooki in #420
- ci: uci/copy-templates by @web3-bot in #422
- chore: bump ip from 2.0.0 to 2.0.1 by @dependabot in #421
- chore: bump stefanzweifel/git-auto-commit-action from 4.14.1 to 5.0.1 by @dependabot in #425
- CID search fix: empty searches are blocked by @ravishxt in #427
- deps: update linting deps and optimize settings by @SgtPooki in #428
- feat: update Helia packages by @SgtPooki in #434
- chore: bump braces from 3.0.2 to 3.0.3 by @dependabot in #431
- chore: bump ejs from 3.1.9 to 3.1.10 by @dependabot in #426
- feat: add blake2b-256 hasher by @SgtPooki in #436
Full Changelog: https://github.com/ipfs/ipld-explorer-components/compare/v5.2.1...v7.0.0
5.2.1 (2024-02-02)
- Update .github/dependabot.yml [skip ci] (7467972)
- Update .github/workflows/stale.yml [skip ci] (e5e78da)
- update README (#412) (8b62741)
5.2.0 (2023-12-01)
5.1.2 (2023-11-30)
- add toJSON to BigInt prototype (a606a7c)
- react-i18next peerDep (09589ca)
- replace blake3-multihash with hash-wasm (8a85612)
5.1.1 (2023-11-30)
- update package-lock.json (a4089f1)
5.1.0 (2023-11-30)
5.0.0 (2023-11-30)
- update of many ipfs/ipld/libp2p/helia deps that may break consumers. API of ipld-explorer-components has not changed.
- use Helia's blockBroker interface (#406) (c964a76)
- use ipfs-css colors and add dag-jose example (#408) (4e96491)
- bump protobufjs from 6.11.3 to 6.11.4 (#393) (f8db274)
- ci: remove circleci config (#388) (13698af)
- pull new translations (#390) (2caac4a)
- pull new translations (#396) (73799f8)
- pull new translations (#405) (5805bd8)
4.0.3 (2023-07-28)
4.0.2 (2023-07-24)
- ci: checkout with unifiedCI token (#387) (79f09c1)
- ci: update Unified CI configuration (#386) (549a056)
- pull new translations (#381) (a3c67ce)
- v4.0.1 changelog (346dc60)
4.0.1 (2023-07-12)
- chore: bump pascalgn/automerge-action from 0.13.1 to 0.15.6 by @dependabot in #374
- chore: bump actions/checkout from 2 to 3 by @dependabot in #372
- chore: bump repo-sync/pull-request from 2.6.2 to 2.12.1 by @dependabot in #371
- chore: bump actions/setup-node from 2 to 3 by @dependabot in #370
- fix: storybook build by @SgtPooki in #367
- docs: update changelog by @SgtPooki in #368
- fix: fetch timeout has better error UX by @SgtPooki in #378
4.0.0 (2023-06-08)
This is a major update that removes all old deps: js-ipfs, ipld, and out of date related ipld deps.
- chore: pull new translations by @github-actions in #357
- chore: pull new translations by @github-actions in #358
- feat!: remove all old deps by @SgtPooki in #360
3.0.3 (2022-12-06)
3.0.2 (2022-11-10)
3.0.1 (2022-10-26)
3.0.0 (2022-10-05)
- replace
ipld-dag-pb
with@ipld/dag-pb
(#330)
2.6.1 (2022-09-19)
2.6.0 (2022-09-12)
- Update .github/workflows/stale.yml [skip ci] (9a24598)
2.5.1 (2022-07-12)
2.5.0 (2022-07-06)
2.4.1 (2022-06-06)
2.4.0 (2022-06-06)
2.3.0 (2022-05-16)
2.2.1 (2022-04-25)
- i18n: sync locales (f18b151)
2.2.0 (2022-04-25)
2.1.1 (2022-04-13)
2.1.0 (2022-04-13)
- add auto-release (#314) (0c5551a)
- fix community CONTRIBUTING.md links (#305) (37cdc9d)
- release: add missing dep (e58faaa)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fix: restore standalone ipld instance (#289)
- chore: update multibase dependency
- chore: update dependencies and ipld (#287)
- chore(i18n): sync locales for storybook use
- Requires JS IPFS API to return Uint8Array instead of Buffer
- fix: font setting for react-inspector
- chore: update translations and add AR/RO languages
- chore: update dependencies
- fix(i18): correctly load all translations (#245)
- fix: show as many node links as height allows (#238)
- chore: dependency bumps & aligning with ipfs-webui