Skip to content

Use co-located components instead of pods#444

Merged
NullVoxPopuli merged 5 commits into
html-next:masterfrom
NullVoxPopuli:migrate-to-co-located-component
Jul 10, 2025
Merged

Use co-located components instead of pods#444
NullVoxPopuli merged 5 commits into
html-next:masterfrom
NullVoxPopuli:migrate-to-co-located-component

Conversation

@NullVoxPopuli

@NullVoxPopuli NullVoxPopuli commented May 16, 2025

Copy link
Copy Markdown
Contributor

Marking as breaking because gjs/gts users will need to update their imports from:

import VerticalCollection 
  from 
    '@html-next/vertical-collection/components/vertical-collection/component'

to

import VerticalCollection 
  from 
    '@html-next/vertical-collection/components/vertical-collection'

tho, when wo do this release we'll do:

import { VerticalCollection } from '@html-next/vertical-collection';

which is not in this PR

@NullVoxPopuli NullVoxPopuli force-pushed the migrate-to-co-located-component branch 2 times, most recently from 89413e3 to 8c7e75e Compare June 24, 2025 00:54
@NullVoxPopuli NullVoxPopuli force-pushed the migrate-to-co-located-component branch from 8d261a4 to 4aae637 Compare July 10, 2025 14:46
@NullVoxPopuli NullVoxPopuli force-pushed the migrate-to-co-located-component branch from 9f361f9 to 8e705b1 Compare July 10, 2025 15:23
@NullVoxPopuli NullVoxPopuli merged commit 932fc47 into html-next:master Jul 10, 2025
12 checks passed
@NullVoxPopuli NullVoxPopuli deleted the migrate-to-co-located-component branch July 10, 2025 16:06
@github-actions github-actions Bot mentioned this pull request Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant