Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix react and vue output target and add next demo app #282

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

colinscz
Copy link
Collaborator

@colinscz colinscz commented Aug 19, 2024

πŸ”— Linked issue

#317

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

πŸ“ Checklist

  • I have linked an issue or discussion.
  • It's submitted to the main branch
  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • I have updated the documentation accordingly.
  • All tests are passing
  • New/updated tests are included
  • I have updated the "upcoming" section inside docs/changelog.md explaining the changes I contributed
  • Added new links to demo app inside docs

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

Changes introduced in stencil react output target, that these changes here are based upon:
ionic-team/stencil-ds-output-targets@5119c25

@colinscz colinscz requested review from pennal and removed request for pennal August 19, 2024 13:24
@colinscz colinscz marked this pull request as draft August 19, 2024 13:57
@colinscz colinscz changed the title chore: update eslint and stencil dependencies chore: update eslint, stencil dependencies and output target configs Aug 19, 2024
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch from a7dc41b to 5ef3e0b Compare September 16, 2024 11:46
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch 2 times, most recently from 20a2d5e to f3076fc Compare September 20, 2024 13:02
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch from f3076fc to b398293 Compare October 4, 2024 10:24
@colinscz colinscz changed the title chore: update eslint, stencil dependencies and output target configs chore: fix react output target and add next ssr experimental support Oct 4, 2024
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch 3 times, most recently from 64f04a5 to a7339e7 Compare October 4, 2024 13:51
@colinscz colinscz changed the title chore: fix react output target and add next ssr experimental support chore: fix react and vue output target and add next demo app Nov 6, 2024
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch from ce48517 to f6924d8 Compare December 27, 2024 12:32
@colinscz colinscz linked an issue Jan 10, 2025 that may be closed by this pull request
@colinscz colinscz marked this pull request as ready for review January 13, 2025 08:44
@colinscz colinscz force-pushed the feature/update-stencil-dependencies branch from b0cea32 to a6a194c Compare January 13, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React support
1 participant