Skip to content

Releases: PaperMC/adventure

v4.26.0

17 Nov 14:25
d016572

Choose a tag to compare

Adventure 4.26.0 is hopefully the final release before the full release of 5.0. This release solely contains final changes and deprecations in preparation of the 5.0.

For full information about the 5.0 update, check out the following links:

What's Changed

✨ Features

  • Pre-5.0 update changes/deprecations by @kezz in #1329

📚 Documentation

  • docs: Update documentation, discord and snapshot links by @kezz in #1323

Full Changelog: v4.25.0...v4.26.0

v4.25.0

06 Oct 13:26
9edcbd9

Choose a tag to compare

What's Changed

✨ Features

🐛 Fixes

  • Provide the property directly in the properties DefaultOverideProvider by @kezz in #1279
  • Correct defaultValue nullability by @tal5 in #1263
  • Fix invalid url extraction in legacy component serializer by @derklaro in #1280

📚 Documentation

  • Alongside this release, the old adventure-docs repo has been archived and the documentation has been migrated to the PaperMC docs repo.

Other

  • Check TagResolver#has in more places by @kezz in #1297

New Contributors

Full Changelog: v4.24.0...v4.25.0

🌏 Adventure 4.24.0

30 Jul 12:33
cc926de

Choose a tag to compare

What's Changed

✨ Features

  • feature(api): Add a method to close an open dialog by @kezz in #1246
  • Implement #canTranslate in GlobalTranslatorImpl and call #canTranslate of its sources by @ivi-kiwi in #1252
  • Add a less verbose way of creating titles by @LaserSlime in #1272
  • feature(api): Property default override SPI and flattener nesting limit property by @kezz in #1250
  • Uppercase hex colors created by asHexColor to avoid item desyncs in Minecraft by @MrPowerGamerBR in #1277

🐛 Fixes

📚 Documentation

  • docs: Remove wiki.vg link from NBT javadoc by @kezz in #1251

Other

  • chore: Deprecate non-named UTF8ResourceBundleControl getter by @kezz in 00ebf2e

New Contributors

Full Changelog: v4.23.0...v4.24.0

🌏 Adventure 4.23.0

18 Jun 16:35

Choose a tag to compare

This is a hotfix release to resolve some issues in the recently released v4.22.0.

What's Changed

🐛 Fixes

  • fix: Ensure TagStringIO accepts hetergeneous lists in all reader methods by @kezz in #1244
  • fix: Make custom click events hold NBT payloads by @kezz in #1243
  • fix(key): Ensure keys with invalid namespaces throw the correct exception by @kezz in #1245

Full Changelog: v4.22.0...v4.23.0

🌏 Adventure 4.22.0

17 Jun 14:33

Choose a tag to compare

What's Changed

✨ Features

  • feature(api): Rewrite ComponentFlattener to remove recursion and add a configurable maximum nesting depth by @kezz in #1237
  • 1.21.6 by @kezz in #1238
  • feat(nbt): TagStringIO Enhancements by @kermandev in #1239
  • Improved support for hetergeneous lists by @mworzala in #1242

🐛 Fixes

  • fix(api): Always fire bossBarNameChanged by @kezz in #1230
  • Typo fix in PrideTag.java by @Stxellxa in #1233
  • fix(api): Don't throw an exception if a PointersSupplier has no parent by @kezz in #1232

📚 Documentation

Other

New Contributors

Full Changelog: v4.21.0...v4.22.0

🌏 Adventure 4.21.0

30 Apr 07:20

Choose a tag to compare

Adventure 4.21.0 adds preliminary support for new component features in 1.21.5, and some minor bugfixes. We recommend all users update.

What's Changed

✨ Features

  • Use DecorationMap for style builder by @TonytheMacaroni in #1209
  • Add NumberBinaryTag#numberValue by @GliczDev in #1188
  • feat(nbt): Add stream API for compound/list tags by @zml2008 in #1208
  • 1.21.5 component changes by @Gerrygames in #1168
  • feature(minimessage): Set the target to hold the locale of the translation by default by @kezz in #1216
  • feat(nbt): update number parsing for 1.21.5 by @kennytv in #1167
  • feature(api): Skip style builder creation on merge by @kezz in #1219
  • feat(nbt): Initial implementation of heterogeneous list handling by @zml2008 in #1218

🐛 Fixes

  • fix(minimessage): rename numeric to string by @tjalp in #1211

New Contributors

Full Changelog: v4.20.0...v4.21.0

🌏 Adventure 4.20.0

05 Apr 20:09

Choose a tag to compare

Adventure 4.20.0 is a feature release focused on translation improvements. The MiniMessage translator allows easily expressing translation values in the MiniMessage format, and the whole translation system has had a revamp to be more flexible.

What's Changed

✨ Features

  • feature(api): Silly micro optimisations for the mm color tag by @kezz in #1177
  • feature(minimessage): Check for colors before parsing phases by @kezz in #1180
  • feature(api): Improve handling of component children and component translating by @kezz in #1181
  • feature: MiniMessageTranslator by @kezz in #972
  • feature(api, minimessage): Replace TranslationRegistry with a generic TranslationStore by @kezz in #1182
  • feature(minimessage): Add context argument and unit tests by @kezz in #1185
  • Add TagStringIO#asString for any tag by @GliczDev in #1192
  • feat(text-serializer-commons): split into new module by @zml2008 in #1193

⚙️ Fixes

  • fix(minimessage): Carry over target into context deserialize calls by @kezz in #1179

New Contributors

Full Changelog: v4.19.0...v4.20.0

🌏 Adventure 4.19.0

16 Feb 23:38

Choose a tag to compare

Adventure 4.19.0 is a small feature release, primarily to introduce an option controlling MiniMessage's emission of virtual components.

What's Changed

✨ Features

  • feature(api): Replace text ignoring hover events by @kezz in #1153
  • Configurable virtual component emission by @lynxplay in #1164

🐛 Fixes

  • fix(api): add missing ScopedComponent overrides by @zml2008 in #1161

Full Changelog: v4.18.0...v4.19.0

🌏 Adventure 4.18.0

22 Dec 23:26

Choose a tag to compare

Adventure 4.18 has a few new features to improve expressiveness, plus support for the new shadow colour style attribute added in Minecraft 1.21.4.

What's Changed

✨ Features

🐛 Fixes

  • ensure numbers where we expected booleans parse correctly. by @456dev in #1108
  • fix(text-serializer-gson): correctly handle removed data components by @zml2008 in #1145

New Contributors

Full Changelog: v4.17.0...v4.18.0

🌏 Adventure 4.17.0

08 May 04:02

Choose a tag to compare

What's Changed

✨ Features

  • feat(text-minimessage): Show ANSI rendering of parsed components in tests by @zml2008 in #1042
  • feat(minimessage): Add target to deserialization for contextual tags by @kezz in #1051
  • feat(api): Pointers supplier by @kezz in #429
  • 1.20.5 by @zml2008 in #1055

🐛 Fixes

  • fix(text-minimessage): Handle larger raninbow phases correctly by @zml2008 in #1041
  • fix: Allow for case-insensitivity in legacy serializer, closes #1043 by @kezz in #1044
  • fix(api): Only trigger bossbar listeners if flags actually changed by @zml2008 in #1067
  • fix(nbt): CompoundBinaryTag#getBoolean ignores false values when default value is true by @kashike in e0edf0f
  • fix(nbt): ListBinaryTag is weakly immutable by @kashike in 2e612aa

Full Changelog: v4.16.0...v4.17.0