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

Typescript: Migrate @storybook/polymer #8102

Merged
merged 22 commits into from
Jan 20, 2020
Merged

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    f003cf9 View commit details
    Browse the repository at this point in the history
  2. remove exclusion of __tests__

    kroeder committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    bdeef27 View commit details
    Browse the repository at this point in the history
  3. add types for polymer/server

    kroeder committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    862369d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c11681 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge branch 'next' into ts-migration/polymer

    # Conflicts:
    #	app/polymer/package.json
    ndelangen committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    8569339 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. wip: proceed ts migration

    kroeder committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    c11ee24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9afa17 View commit details
    Browse the repository at this point in the history
  3. trigger ci

    kroeder committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    7cc8043 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

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

Commits on Nov 26, 2019

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

Commits on Nov 28, 2019

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

Commits on Dec 20, 2019

  1. Merge branch 'next-6.0.0' into ts-migration/polymer

    # Conflicts:
    #	app/polymer/package.json
    #	lib/ui/src/components/sidebar/SidebarHeading.tsx
    ndelangen committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    754579a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

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

Commits on Jan 14, 2020

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

Commits on Jan 19, 2020

  1. Update 1-Button.stories.ts

    The property in the Angular component is lowercase. Without this change, the button example story wont work properly.
    (The button text isn't rendered)
    devtronic committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    9e7e2c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. fix: clean usage of @types/webpack-env dep in all packages

     - `@types/webpack-env` must be defined as `dependencies` in packages that export a type/function using typings from `@types/webpack-env` (it is often `NodeModule`). In that case `/// <reference types="webpack-env" />` is present in some files of the `dist` folder of the lib. Example: `lib/client-api`.
     - `@types/webpack-env` must be defined as `devDependencies` in packages that use its typings internally but does not expose anything related to it. Many addons need the type because they use `module.hot` function. Example: `addons/a11y`
     - `webpack-env` should be removed from "compilerOptions.types" key of `tsconfig.json` of packages that don't need it.
    
     I also bump `@types/webpack-env` to ^1.15.0 to have the same version all across the monorepo
    gaetanmaisse committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    36ee762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3046a88 View commit details
    Browse the repository at this point in the history
  3. Clean usage of @types/webpack-env dep in all packages (#9536)

    Clean usage of `@types/webpack-env` dep in all packages
    shilman committed Jan 20, 2020
    1 Configuration menu
    Copy the full SHA
    5779f18 View commit details
    Browse the repository at this point in the history
  4. Next 6.0.0 (#9212)

    Next 6.0.0
    ndelangen committed Jan 20, 2020
    1 Configuration menu
    Copy the full SHA
    3026db9 View commit details
    Browse the repository at this point in the history
  5. Fixed Angular button example story (#9540)

    Fixed Angular button example story
    ndelangen committed Jan 20, 2020
    1 Configuration menu
    Copy the full SHA
    593ac5f View commit details
    Browse the repository at this point in the history
  6. 6.0.0-alpha.0 changelog

    shilman committed Jan 20, 2020
    1 Configuration menu
    Copy the full SHA
    3ab7e7a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'next' into pr/kroeder/8102

    # Conflicts:
    #	app/polymer/package.json
    ndelangen committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    b8543b5 View commit details
    Browse the repository at this point in the history