Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Adventure 4.24.0 source code.tar.gz | 2025-07-30 | 424.9 kB | |
Adventure 4.24.0 source code.zip | 2025-07-30 | 1.2 MB | |
README.md | 2025-07-30 | 2.5 kB | |
Totals: 3 Items | 1.6 MB | 0 |
What's Changed
✨ Features
- feature(api): Add a method to close an open dialog by @kezz in https://github.com/KyoriPowered/adventure/pull/1246
- Implement #canTranslate in GlobalTranslatorImpl and call #canTranslate of its sources by @ivi-kiwi in https://github.com/KyoriPowered/adventure/pull/1252
- Add a less verbose way of creating titles by @LaserSlime in https://github.com/KyoriPowered/adventure/pull/1272
- feature(api): Property default override SPI and flattener nesting limit property by @kezz in https://github.com/KyoriPowered/adventure/pull/1250
- Uppercase hex colors created by asHexColor to avoid item desyncs in Minecraft by @MrPowerGamerBR in https://github.com/KyoriPowered/adventure/pull/1277
🐛 Fixes
- Add
equals
toVirtualComponent
by @Seggan in https://github.com/KyoriPowered/adventure/pull/1247 - fix: component flattener not popping styles in correct order by @diogotcorreia in https://github.com/KyoriPowered/adventure/pull/1255
- fix(api): fix removing mutated source from GlobalTranslator by @Emilxyz in https://github.com/KyoriPowered/adventure/pull/1276
- Avoid interpreting the "byte" suffix as a binary radix by @IllusionTheDev in https://github.com/KyoriPowered/adventure/pull/1241
📚 Documentation
- docs: Remove wiki.vg link from NBT javadoc by @kezz in https://github.com/KyoriPowered/adventure/pull/1251
Other
- chore: Deprecate non-named UTF8ResourceBundleControl getter by @kezz in https://github.com/KyoriPowered/adventure/commit/00ebf2e198280bbff8bc56724c8d080018b597e6
New Contributors
- @Seggan made their first contribution in https://github.com/KyoriPowered/adventure/pull/1247
- @diogotcorreia made their first contribution in https://github.com/KyoriPowered/adventure/pull/1255
- @Emilxyz made their first contribution in https://github.com/KyoriPowered/adventure/pull/1276
- @ivi-kiwi made their first contribution in https://github.com/KyoriPowered/adventure/pull/1252
- @LaserSlime made their first contribution in https://github.com/KyoriPowered/adventure/pull/1272
- @IllusionTheDev made their first contribution in https://github.com/KyoriPowered/adventure/pull/1241
- @MrPowerGamerBR made their first contribution in https://github.com/KyoriPowered/adventure/pull/1277
Full Changelog: https://github.com/KyoriPowered/adventure/compare/v4.23.0...v4.24.0