Skip to content

Releases: nervosnetwork/docs.nervos.org

v2.23.0

01 Aug 00:51
5cde5b6
Compare
Choose a tag to compare

New Content

Fixes

Other

  • chore(deps): bump crossbeam-channel from 0.5.12 to 0.5.15 in /examples/simple-lock by @dependabot[bot] in #620

Full Changelog: v2.22.0...v2.23.0

v2.22.0

24 Jul 11:59
9273446
Compare
Choose a tag to compare

New Content

Fixes

Other

  • chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/store-data-on-cell by @dependabot[bot] in #599
  • chore(examples): use npm instead of yarn and update deps by @RetricSu in #600
  • chore(deps): bump form-data from 4.0.2 to 4.0.4 in /examples/ccc-molecule by @dependabot[bot] in #608
  • chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 in /examples/sudt-script by @dependabot[bot] in #612

Full Changelog: v2.21.0...v2.22.0

v2.21.0

13 Jun 04:05
4ce36c6
Compare
Choose a tag to compare

New Content

Fixes

  • fix: enhance sidebar scroll restoration and active Item handling by @ahonn in #583
  • Add JavaScript and Lua in Program Languages for Script by @joii2020 in #586

Other

  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /website by @dependabot in #589

New Contributors

Full Changelog: v2.20.0...v2.21.0

v2.20.0

05 Jun 00:51
c03c7bb
Compare
Choose a tag to compare

New Content

Fixes

Other

  • chore(deps): bump base-x in /examples/ccc-molecule by @dependabot in #573
  • chore(deps): bump tokio from 1.44.1 to 1.45.0 in /examples/rust-script-examples by @dependabot in #574
  • chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15 in /examples/rust-script-examples by @dependabot in #572
  • chore(deps): bump next from 14.2.26 to 15.2.4 in /examples/simple-lock/frontend by @dependabot in #581

Full Changelog: v2.19.0...v2.20.0

v2.19.0

19 May 05:19
765ae69
Compare
Choose a tag to compare

New Content

Other

  • chore(deps): bump next from 14.2.21 to 14.2.25 in /examples/simple-lock/frontend by @dependabot in #559
  • chore(deps): bump image-size from 1.1.1 to 1.2.1 in /website by @dependabot in #560
  • chore(deps): bump next from 14.2.25 to 14.2.26 in /examples/simple-lock/frontend by @dependabot in #561
  • chore(deps): bump estree-util-value-to-estree from 3.0.1 to 3.3.3 in /website by @dependabot in #562
  • chore(deps): bump crossbeam-channel from 0.5.12 to 0.5.15 in /examples/carrot-script by @dependabot in #564
  • chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /website by @dependabot in #567
  • chore(deps): bump crossbeam-channel from 0.5.13 to 0.5.15 in /examples/spawn-script by @dependabot in #568
  • chore(deps): bump esbuild, tsup and tsx in /examples/ccc-molecule by @dependabot in #569

Full Changelog: v2.18.0...v2.19.0

v2.18.0

31 Mar 12:34
f852fc6
Compare
Choose a tag to compare

New Content

Fixes

Other

  • chore(deps): bump elliptic from 6.5.4 to 6.6.1 in /examples/store-data-on-cell by @dependabot in #550
  • refactor: adjust the rest menu structure by @RetricSu in #551

Full Changelog: v2.17.0...v2.18.0

v2.17.0

17 Mar 08:55
c0b10bd
Compare
Choose a tag to compare

Content

  • Feat: Improve CCC, Playground documentation and add Spore examples #545 by @RetricSu in #546

Other

  • chore(deps): bump elliptic from 6.5.7 to 6.6.1 in /examples/xudt by @dependabot in #537
  • chore(deps): bump axios from 1.8.1 to 1.8.3 in /examples/ccc-molecule by @dependabot in #538
  • chore(deps): bump elliptic from 6.5.7 to 6.6.1 in /examples/create-dob by @dependabot in #539
  • chore(deps): bump @babel/helpers from 7.24.0 to 7.26.10 in /website by @dependabot in #540
  • chore(deps): bump @babel/runtime from 7.18.3 to 7.26.10 in /website by @dependabot in #541

Full Changelog: v2.16.0...v2.17.0

v2.16.0

13 Mar 05:46
6ad5875
Compare
Choose a tag to compare

Content

Fixes

Other

  • chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /website by @dependabot in #532
  • chore(deps): bump @babel/runtime-corejs3 from 7.24.0 to 7.26.10 in /website by @dependabot in #533

New Contributors

Full Changelog: v2.15.0...v2.16.0

v2.15.0

20 Feb 05:45
a41dc63
Compare
Choose a tag to compare

New Content

Fixes

Other

  • chore(deps): bump next from 14.2.10 to 14.2.15 in /examples/simple-lock/frontend by @dependabot in #516
  • chore(deps): bump serialize-javascript from 6.0.0 to 6.0.2 in /website by @dependabot in #522
  • chore(deps): bump next from 14.2.15 to 14.2.21 in /examples/simple-lock/frontend by @dependabot in #523
  • chore: bump v2.15.0 by @RetricSu in #525

New Contributors

  • @u2 made their first contribution in #520

Full Changelog: v2.14.0...v2.15.0

v2.14.0

17 Dec 06:15
005a6c4
Compare
Choose a tag to compare

New Content

  • Add a new Section "History & Hard Fork" including 4 docs:
    • Intro to Hard Fork
    • CKB Hard Fork History
    • History VM Version
    • Rethinking Forks
  • Add new content for Script sections:
    • Add a new doc about Spawn direct cross-script calling
    • Add a new Spawn tutorial
    • Add a new doc about vm selection mechanism
    • Add a new doc about Script upgrade workflow
    • Update Script debug docs with multiple methods
    • Update ckb js vm tutorial with Meepo Hard Fork version and offckb repl
  • Add new docs about CKB transaction fee estimator feature
  • Add installation guide & update tutorial overview
  • Update the definition of hash_type for Meepo Hard Fork

Fixes

  • fix: redirect deadlink of /docs/basics/tools#neuron-wallet

Others

  • Clarify the minimal version of CCC used across the doc site
  • Split cli-tool into single page doc and bump offckb v0.3.0
  • Adjust the child docs order in the Script section

Bump dependencies

  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /website by @dependabot in #486
  • chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/xudt by @dependabot in #487
  • chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/store-data-on-cell by @dependabot in #488
  • chore(deps): bump elliptic and @nervosnetwork/ckb-sdk-utils in /examples/simple-lock/frontend by @dependabot in #489
  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /website by @dependabot in #511
  • chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /examples/simple-lock/frontend by @dependabot in #512
  • chore(deps): bump secp256k1 from 3.8.0 to 3.8.1 in /examples/simple-lock/frontend by @dependabot in #513

Full Changelog: v2.13.0...v2.14.0