Skip to content

Releases: BryceRussell/astro-pages

astro-pages@0.3.0

19 Apr 22:20
c9c2f32
Compare
Choose a tag to compare

Minor Changes

  • 97e9cde: - Added a build step and restructured the package.

    • The astro-integration-kit plugin was removed, use the utility instead
    • All exports from astro-pages/plugins and astro-pages/utils have been removed, import from astro-pages instead:
    // Use the types
    import type { Option, IntegrationOption } from "astro-pages";
    
    // Use the Astro integration
    import addPageDirIntegration from "astro-pages";
    
    // Use the utility (inside an Astro integration)
    import { addPageDir } from "astro-pages";

astro-pages@0.2.1

14 Mar 23:50
ec31d36
Compare
Choose a tag to compare

Patch Changes