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

Enable the example projects to use locally linked versions of the Vime packages #227

Merged
merged 15 commits into from
Jul 14, 2021

Commits on Jul 13, 2021

  1. fix: preserve dir structure when bundling core icons

    The local icons are used at development time, but were incorrectly copied without preserving the directory structure by cpy-cli. This commit moves that responsibility to a Stencil copy task.
    rossng committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    b7d52e9 View commit details
    Browse the repository at this point in the history
  2. fix: ensure React example works with locally-linked package

    Previously this would result in duplicate copies of React.
    rossng committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    22bcfdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    787297a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8478199 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25288ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    376c908 View commit details
    Browse the repository at this point in the history
  7. build: add the examples as Lerna packages

    This means that they can be used with locally linked versions of the @vime packages if desired. By default, the build command will only run on the public packages.
    rossng committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2cb0a17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21aad82 View commit details
    Browse the repository at this point in the history
  9. build: remove typescript devdependency from @vime/core

    Stencil brings its own TypeScript with it, perhaps the version clash is breaking something?
    rossng committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    76e17fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f767c25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bce3905 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2de27c7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e78efa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9908fd0 View commit details
    Browse the repository at this point in the history
  15. build: fix validate.yml format

    rossng committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    63ef363 View commit details
    Browse the repository at this point in the history