Skip to content

Conversation

@tdgao
Copy link
Contributor

@tdgao tdgao commented Jan 5, 2026

Changes:

  • added new version uploading stages based on figma designs
    • breadcrumbs in MultiStageModal
    • jump directly to next stage after adding files
    • new metadata stage
    • new details stage
    • new suggested dependencies to match designs
    • updated edit version buttons accordingly
  • added edit version buttons in version page
  • fixed dropzone area to work for dropping files directly into add versions pages, included stories for file accept test cases
  • added better detection in infer.js, including detecting multiple loaders, version number and subtitle for resource packs and datapacks, and best effort detection from the rest of the notion file.

@tdgao tdgao marked this pull request as ready for review January 6, 2026 19:33
return []
}
const ranges = Array.isArray(range) ? range : [range]
// Normalize ranges: strip trailing hyphens from version numbers used by Fabric for prerelease matching (e.g., ">=1.21.11-" -> ">=1.21.11")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was to fix how fabric was formatting their semvar minecraft versions in their metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants