Compare changes

Choose any two refs to compare.

+5
.changeset/sweet-rockets-fetch.md
···
··· 1 + --- 2 + "@nulfrost/leaflet-loader-astro": patch 3 + --- 4 + 5 + Add JSDoc comments for available loader options for leafletStaticLoader and leafletLiveLoader
+5
.changeset/tired-suits-double.md
···
··· 1 + --- 2 + "@nulfrost/leaflet-loader-astro": minor 3 + --- 4 + 5 + Add support for blockquotes
-10
CHANGELOG.md
··· 1 # leaflet-loader-astro 2 3 - ## 1.2.0 4 - 5 - ### Minor Changes 6 - 7 - - f920153: Add support for blockquotes 8 - 9 - ### Patch Changes 10 - 11 - - 8922bb1: Add JSDoc comments for available loader options for leafletStaticLoader and leafletLiveLoader 12 - 13 ## 1.1.0 14 15 ### Minor Changes
··· 1 # leaflet-loader-astro 2 3 ## 1.1.0 4 5 ### Minor Changes
-14
README.md
··· 197 198 `reverse`: Whether or not to return the leaflet documents in reverse order. By default this is false. 199 200 - ## Supported Leaflet Blocks 201 - 202 - - [] Bluesky post 203 - - [] Iframe 204 - - [x] Horizontal Rule 205 - - [x] Unordered List 206 - - [x] Math 207 - - [x] Code 208 - - [] Website 209 - - [x] Image 210 - - [x] Blockquote 211 - - [x] Text 212 - - [x] Header 213 - - [x] List Item 214 215 ## License 216
··· 197 198 `reverse`: Whether or not to return the leaflet documents in reverse order. By default this is false. 199 200 201 ## License 202
+1 -1
package.json
··· 1 { 2 "name": "@nulfrost/leaflet-loader-astro", 3 - "version": "1.2.0", 4 "description": "A leaflet.pub astro collection loader", 5 "keywords": [ 6 "astro",
··· 1 { 2 "name": "@nulfrost/leaflet-loader-astro", 3 + "version": "1.1.0", 4 "description": "A leaflet.pub astro collection loader", 5 "keywords": [ 6 "astro",