[ci] release#2884
Merged
Merged
Conversation
8585245 to
3b8014e
Compare
3b8014e to
74c1015
Compare
74c1015 to
de046b8
Compare
SiriousHunter
pushed a commit
to SiriousHunter/astro
that referenced
this pull request
Feb 3, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ematipico
pushed a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ematipico
pushed a commit
that referenced
this pull request
Feb 5, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ematipico
pushed a commit
that referenced
this pull request
Feb 6, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
astro@0.25.0
Minor Changes
#2849
72ef7ae6Thanks @natemoo-re! - Introduce newastro addcommand to automatically configure integrations.#2833
79545412Thanks @natemoo-re! - This PR introduces a new internal CSS parser for@astrojs/compiler. Seewithastro/compiler#329for more details.This fixes Astro's support for modern CSS syntax like
@container,@layer, and nesting. Note While Astro now correctly parses this modern syntax, it does not automatically compile features for browser compatability purposes.#2824
0a3d3e51Thanks @bholmesdev! - Change shiki to our default markdown syntax highlighter. This includes updates to all relevant starter projects that used Prism-specific styles.Patch Changes
#2879
80034c6cThanks @matthewp! - Netlify AdapterThis change adds a Netlify adapter that uses Netlify Functions. You can use it like so:
#2871
5029382aThanks @FredKSchott! - Fix a bug where tailwind integration wouldn't apply to markdown pages#2852
96372e6bThanks @bholmesdev! - Fix "isSelfAccepting" exception when using the new @astrojs/react integration in development#2798
4c25a1c2Thanks @matthewp! - Implement APIs for headers for SSR flag#2855
5e52814dThanks @matthewp! - Adds support for the Node adapter (SSR)This provides the first SSR adapter available using the
integrationsAPI. It is a Node.js adapter that can be used with thehttpmodule or any framework that wraps it, like Express.In your astro.config.mjs use:
After performing a build there will be a
dist/server/entry.mjsmodule that works like a middleware function. You can use with any framework that supports the Noderequestandresponseobjects. For example, with Express you can do:#2859
c781b12fThanks @natemoo-re! - Ensure private, internal APIs are not enumerable#2835
77ebab8bThanks @natemoo-re! - Fix missingpostcss-load-configdependency#2878
2db97f10Thanks @bholmesdev! - Move the built-inPrismcomponent fromastro/componentsto@astrojs/prism/component.#2857
1061d647Thanks @bholmesdev! - Improve granularity of production build logs. This now lists:import.meta.globcalls.getStaticPaths.#2825
1cd7184cThanks @hlynursmari1! - Fix island deduplication ignoring props.Re-resolves an issue initially patched in Fixes bug where Astro can't distinguish between two equal components… #846 but seemingly lost in the 0.21.0 mega-merge (d84bfe7).This change makes the component render step account for all props, even if they don't affect the generated HTML, when deduplicating island mounts.#2873
e4025d1fThanks @matthewp! - Improves the build by building to a single file for rendering#2815
7b9d042dThanks @matthewp! - Allows dynamic routes in SSR to avoid implementing getStaticPaths#2875
55712277Thanks @FredKSchott! - Generalize output assets to avoid adblocker false positives#2848
981e2a83Thanks @FredKSchott! - add missing injected "page" scripts into markdown pages#2872
098f6f6bThanks @bholmesdev! - FixisSelfAcceptingerrors when using the Preact integration with the Astro dev serverUpdated dependencies [
0a3d3e51,2db97f10,d763ec18]:create-astro@0.8.0
Minor Changes
1fdb63b5Thanks @JuanM04! - Automatically add integrationpeerDependenciesto scaffoldedpackage.jsonfiles@astrojs/markdown-remark@0.7.0
Minor Changes
0a3d3e51Thanks @bholmesdev! - Change shiki to our default markdown syntax highlighter. This includes updates to all relevant starter projects that used Prism-specific styles.Patch Changes
#2870
d763ec18Thanks @FredKSchott! - Fix a shiki performance issue affecting large sitesUpdated dependencies [
2db97f10]:@astrojs/prism@0.4.1
Patch Changes
2db97f10Thanks @bholmesdev! - Move the built-inPrismcomponent fromastro/componentsto@astrojs/prism/component.@astrojs/lit@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/netlify@0.0.2
Patch Changes
#2879
80034c6cThanks @matthewp! - Netlify AdapterThis change adds a Netlify adapter that uses Netlify Functions. You can use it like so:
@astrojs/node@0.0.2
Patch Changes
#2879
80034c6cThanks @matthewp! - Netlify AdapterThis change adds a Netlify adapter that uses Netlify Functions. You can use it like so:
#2873
e4025d1fThanks @matthewp! - Improves the build by building to a single file for rendering@astrojs/partytown@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/preact@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site#2872
098f6f6bThanks @bholmesdev! - FixisSelfAcceptingerrors when using the Preact integration with the Astro dev server@astrojs/react@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/sitemap@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/solid-js@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/svelte@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/tailwind@0.0.2
Patch Changes
#2831
5315c3f7Thanks @bholmesdev! - Add support for tailwind config files. These can either be a standardtailwind.config.js|cjs|mjs, or a custom filename as specified in your integration config.#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/turbolinks@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site@astrojs/vue@0.0.2
Patch Changes
#2885
6b004363Thanks @bholmesdev! - Add README across Astro built-in integrations#2847
3b621f7aThanks @tony-sull! - Adds keywords to the official integrations to support discoverability on Astro's Integrations site