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

(feat) - compat mode for preact 8 #1769

Closed
wants to merge 8 commits into from
Closed

Conversation

JoviDeCroock
Copy link
Member

@JoviDeCroock JoviDeCroock commented Jul 12, 2019

This is in no way a definite solution yet, this will point to what would need to change in order to support our previous way of working correctly.

Small POC at 8-compat mode, this is in core for now this should probably move but we don't want to force an import of preact/compat. This would entail a 2KB increase for what could be several bytes instead.

I still have one failing test but this is more or less to show what the implications would be in supporting 8 mode, my knowledge of 8 is quite limited so I'd rather have some more eyes on this.

…uld probably move but we don't want to force an import of preact/compat. This would entail a 2KB increase for what could be several bytes instead
@coveralls
Copy link

coveralls commented Jul 12, 2019

Coverage Status

Coverage decreased (-0.001%) to 99.688% when pulling 1da49df on feat/8-compat-mode into 1df2490 on master.

src/diff/index.js Outdated Show resolved Hide resolved
src/LooseMode.js Outdated Show resolved Hide resolved
src/LegacyComponent.js Outdated Show resolved Hide resolved
src/LegacyComponent.js Outdated Show resolved Hide resolved
src/component.js Show resolved Hide resolved
JoviDeCroock and others added 4 commits July 25, 2019 16:27
Co-Authored-By: Jason Miller <developit@users.noreply.github.com>
Co-Authored-By: Jason Miller <developit@users.noreply.github.com>
@JoviDeCroock JoviDeCroock deleted the feat/8-compat-mode branch January 16, 2020 23:39
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.

3 participants