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

splits core and app into separate packages, adds complete configuration for dev and production #69

Closed
wants to merge 9 commits into from

Commits on Dec 1, 2018

  1. retain history

    christopher-johnson committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    6fd7ef8 View commit details
    Browse the repository at this point in the history
  2. splits core and app into separate packages

    closes ProjectMirador#66
    adds ejected create react app configuration to app
    moves tests to subdirectories of components
    linting changes
    closes ProjectMirador#68
    handles prop updates in Window
    replaces binds with arrow functions
    excludes console in eslint
    adds build to .gitignore
    adds lerna.json
    christopher-johnson committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    79b7435 View commit details
    Browse the repository at this point in the history
  3. reworks test configurations to allow for lerna run test

    adds coverage reports
    replaces .babelrc with package.json config in core
    adds new travis build
    christopher-johnson committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    9add11e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. adds common-js dist binary webpack build

    adds mirador3-e2e-tests package
    christopher-johnson committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6d870fd View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. adds named exports for components

    refactors common components into common package
    adds minimal app build to e2e tests and removes dist binary
    christopher-johnson committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    bbd4082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0e0d1 View commit details
    Browse the repository at this point in the history
  3. adds cypress record to travis

    adds unit test shell for unconnected App
    christopher-johnson committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    133a025 View commit details
    Browse the repository at this point in the history
  4. adds npm lib build for app-base

    use app lib for e2e tests
    christopher-johnson committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    694885b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Configuration menu
    Copy the full SHA
    5d692a0 View commit details
    Browse the repository at this point in the history