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

Version: 5.0.0 #2411

Merged
merged 47 commits into from
Jul 10, 2022
Merged

Version: 5.0.0 #2411

merged 47 commits into from
Jul 10, 2022

Conversation

idoros
Copy link
Collaborator

@idoros idoros commented Mar 27, 2022

Progress for the version can be tracked here.

Migration Guide

See here - https://stylable.io/docs/guides/migration-v5


Fix #986, fix #2470, fix #1911

- package.json min node version 14.14.0
- update pacakge.json `@types/node: 14`
- github test workflow remove 12 and add 18
- replaced deprecated node fs `rmdirSync` with `rmSync`
@idoros idoros added the version Related to version or release label Mar 27, 2022
- seems `actions/setup-node@v3` doesn't support 18 yet
@idoros idoros mentioned this pull request Mar 27, 2022
18 tasks
@idoros idoros linked an issue Mar 27, 2022 that may be closed by this pull request
18 tasks
idoros added 2 commits March 27, 2022 16:20
- symbols
- import and custom-property definitions
- remove static `Stylable.create()`
- refactor new Stylable to accept StylableConfig instead of argument list
- remove StylableConfig deprecated delimiter and diagnostics
@idoros idoros changed the title version: 14.14.0 version: 5.0.0 Mar 28, 2022
@tomrav tomrav changed the title version: 5.0.0 remove core index exports Mar 28, 2022
@tomrav tomrav changed the title remove core index exports remove core index exports (Ido) Mar 28, 2022
@tomrav tomrav changed the title remove core index exports (Ido) Version: 5.0.0 Mar 29, 2022
tzachbon and others added 19 commits April 12, 2022 16:04
- remove `index-deprecated` exports
- rewire stylable inter-package internals through `index-internal`
- delete unused code
- remove exports where the export was only required for the main index exports
- remove code marked with `@deprecated` (that can be removed now)
- add diagnostic codes
- clarify severity on many diagnostics (warning to error)
* refactor: move `prepareAST` to transformer
* refactor: extract parts of `custom-selector` to feature
- renamed `rawAst` to `sourceAst`
- renamed `outputAst` to `targetAst`
- removed `ast` property
@tomrav tomrav marked this pull request as ready for review July 10, 2022 14:27
@tomrav tomrav merged commit 6a38f3f into master Jul 10, 2022
@tomrav tomrav deleted the ido/stylable-v5 branch July 10, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version Related to version or release
Projects
None yet
4 participants