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

feature/html-generation #62

Merged
merged 31 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0a0c229
npm install `@rollup/plugin-html@^1.0.4` as devDependency
Stassi Oct 12, 2024
1c9d7fc
`quick-start.html` and its script bundle generated by `@rollup/plugin…
Stassi Oct 13, 2024
bc4402f
npm install `rollup-plugin-styles@^4.0.0` `--legacy-peer-deps` as dev…
Stassi Oct 13, 2024
f90b655
tutorial stylesheets imported as source files
Stassi Oct 17, 2024
0315331
opt project into npm `legacy-peer-deps` option due to `[email protected]`…
Stassi Oct 17, 2024
58adb56
Revert "tutorial stylesheets imported as source files"
Stassi Oct 17, 2024
2850792
tutorial stylesheets copied as source files
Stassi Oct 17, 2024
a105f3d
dynamic imports in leaflet adapter
Stassi Oct 17, 2024
5e88186
extend leaflet `Map` to support extant async event handlers `onClick`…
Stassi Oct 17, 2024
aae9635
async leaflet adapter & extended `Map` type integration
Stassi Oct 17, 2024
5595fec
`quick-start` tutorial dynamic generation
Stassi Oct 17, 2024
2e1b04b
dynamic `quick-start` tutorial integration
Stassi Oct 17, 2024
81104d7
remove superfluous statically generated `quick-start` tutorial (repla…
Stassi Oct 17, 2024
a048160
common tutorial stylesheet copied to source
Stassi Oct 17, 2024
713dc62
`custom-icons` tutorial dynamic generation
Stassi Oct 17, 2024
3a2ee02
dynamic `custom-icons` tutorial integration
Stassi Oct 17, 2024
111db4d
correct custom-icons image paths
Stassi Oct 17, 2024
7bd9c7f
leaflet types reexport/reimport
Stassi Oct 18, 2024
e303fb2
`icon` implementation
Stassi Oct 18, 2024
aba7fd0
`icon` export
Stassi Oct 18, 2024
512971b
`icon` integration (repairs default properties)
Stassi Oct 18, 2024
dddbcdf
stylesheet imported as source
Stassi Oct 18, 2024
07f45cf
import leaflet types via proxy
Stassi Oct 18, 2024
1705662
image paths corrected in `iconOptions` property
Stassi Oct 18, 2024
5924703
`mobile` tutorial dynamic generation
Stassi Oct 18, 2024
f22a735
dynamic `mobile` tutorial integration
Stassi Oct 18, 2024
dd2026a
remove superfluous static files (dynamic duplicates in `src`)
Stassi Oct 18, 2024
fd0aef4
tutorials `RollupOptions` iteration with `Array.map`
Stassi Oct 18, 2024
f3dea83
npm install `@rollup/plugin-alias@^5.1.1` as devDependency
Stassi Oct 19, 2024
036fc8b
purify leaflet ESM, replacing CJS
Stassi Oct 19, 2024
677e353
0.0.62
Stassi Oct 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
Loading