File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
73
73
- ` name ` special variable of components to customize the name. It's always the filename.
74
74
- ` slugify_urls ` plugin no longer handle unicode characters by default. Use the ` transliterate ` option to configure it.
75
75
- Internal variable ` page._data ` because it's useless.
76
+ - ` site.globalData ` variable due it's no longer needed. Use ` site.scopedData.get("/") ` if you need it.
76
77
77
78
### Fixed
78
79
- The resolution of npm and jsr specifiers by esbuild plugin have been improved.
Original file line number Diff line number Diff line change @@ -239,10 +239,6 @@ export default class Site {
239
239
} ;
240
240
}
241
241
242
- get globalData ( ) : RawData {
243
- return this . scopedData . get ( "/" ) ! ;
244
- }
245
-
246
242
/**
247
243
* Returns the full path to the root directory.
248
244
* Use the arguments to return a subpath
You can’t perform that action at this time.
0 commit comments