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

Fixes type definitions @astrojs/image and adds more documentation to the README #4045

Merged
merged 22 commits into from
Jul 27, 2022

Commits on Jul 25, 2022

  1. WIP: moving to a static .d.ts types file

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ced02ac View commit details
    Browse the repository at this point in the history
  2. fixing named exports for getImage and getPicture

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e72d2b1 View commit details
    Browse the repository at this point in the history
  3. removing the exports.astro map for now

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    97ce8f9 View commit details
    Browse the repository at this point in the history
  4. WIP: adding readme docs for component attributes

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bbfe181 View commit details
    Browse the repository at this point in the history
  5. Adding docs for getImage and getPicture

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cc4fe95 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into fix/image-types

    Tony Sullivan committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f2c2ec2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge branch 'main' into fix/image-types

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    f418fcf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix/image-types

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4aeb4f8 View commit details
    Browse the repository at this point in the history
  3. leaning fully on TSC to build .d.ts files

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    966da18 View commit details
    Browse the repository at this point in the history
  4. finally found the solution for proper ESM import types

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7ba8469 View commit details
    Browse the repository at this point in the history
  5. adding a note to the README for tsconfig updates

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2a9de43 View commit details
    Browse the repository at this point in the history
  6. chore: add changesets

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2632086 View commit details
    Browse the repository at this point in the history
  7. typo

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    606ea33 View commit details
    Browse the repository at this point in the history
  8. docs: removing the "Images in Markdown" example

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5865b15 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into fix/image-types

    Tony Sullivan authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    0381da2 View commit details
    Browse the repository at this point in the history
  10. removing the need for publishing src to NPM

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6a4e82c View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fix/image-types' of github.com:withastro/astro into fix…

    …/image-types
    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3aa2210 View commit details
    Browse the repository at this point in the history
  12. fix: make type re-export explicit

    Tony Sullivan committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    cdf48f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. updating image module defs to match InputFormat

    Tony Sullivan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ae6d203 View commit details
    Browse the repository at this point in the history
  2. using astro syntax highlighting for README code blocks

    Tony Sullivan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    0aadefe View commit details
    Browse the repository at this point in the history
  3. nit: missing backtick in README

    Tony Sullivan committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ef0361f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d18e0 View commit details
    Browse the repository at this point in the history