Dillon Kearns
|
dacba7358e
|
Update pokedex example.
|
2021-12-15 09:26:23 -08:00 |
|
Dillon Kearns
|
b2f514d0b0
|
Merge pull request #262 from dillonkearns/elm-debug-flag
Add --debug flag for elm-pages dev
|
2021-12-15 08:58:36 -08:00 |
|
Dillon Kearns
|
ff22d58bf3
|
Add --debug flag for elm-pages dev (default is now with no --debug like in elm make).
|
2021-12-14 15:38:20 -08:00 |
|
Dillon Kearns
|
9455a6fc3e
|
Merge pull request #261 from dillonkearns/remove-obsolete-file-from-dist
Remove obsolete script from dist folder (it is now inlined as a <script>)
|
2021-12-14 14:09:18 -08:00 |
|
Dillon Kearns
|
a5910cc672
|
If elm-review doesn't catch any implicit contract errors, show the raw TemplateModulesBeta.elm Elm compiler error.
|
2021-12-14 14:06:08 -08:00 |
|
Dillon Kearns
|
1d459071cf
|
Remove obsolete script from dist folder (it is now inlined as a <script> in the HTML). Fixes #219.
|
2021-12-11 15:06:29 -08:00 |
|
Dillon Kearns
|
d51b9f0cc1
|
Merge pull request #260 from dillonkearns/move-internals-outside-package
Move internals outside package
|
2021-12-11 15:05:31 -08:00 |
|
Dillon Kearns
|
6327087998
|
Add symlink to Internal folder so unit tests can depend on copied internal code files in generated folder.
|
2021-12-11 12:20:08 -08:00 |
|
Dillon Kearns
|
fd04b17e75
|
Merge pull request #259 from dillonkearns/page-builder-refinements
Refine Page Builder API
|
2021-12-11 12:09:06 -08:00 |
|
Dillon Kearns
|
446525294c
|
Remove none option from elm-pages add.
|
2021-12-11 12:01:47 -08:00 |
|
Dillon Kearns
|
86eeb4cef9
|
Move internal-only modules outside of Elm package and into generated code folders.
|
2021-12-11 11:42:35 -08:00 |
|
Dillon Kearns
|
00e8fd82bd
|
Ensure that copy elm.json happens before starting elm-pages docs server.
|
2021-12-11 11:34:41 -08:00 |
|
Dillon Kearns
|
d5de1137e5
|
Fix typo in docs.
|
2021-12-10 16:11:56 -08:00 |
|
Dillon Kearns
|
010cfb9c2a
|
Rename routes to pages. Routes are the category of page, pages are the specific things to pre-render for a given route, so this terminology is more consistent and clear.
|
2021-12-10 16:03:07 -08:00 |
|
Dillon Kearns
|
6583738ab2
|
Change font to avoid system-ui.
|
2021-12-10 15:38:04 -08:00 |
|
Dillon Kearns
|
b18ff938ca
|
Update font.
|
2021-12-10 15:28:09 -08:00 |
|
Dillon Kearns
|
0fe75971eb
|
Use system-ui for starter.
|
2021-12-10 12:08:22 -08:00 |
|
Dillon Kearns
|
e2a64693ff
|
Update Page.elm docs.
|
2021-12-10 12:05:31 -08:00 |
|
Dillon Kearns
|
7b53e782a3
|
Update starter template app.
|
2021-12-10 11:34:51 -08:00 |
|
Dillon Kearns
|
b67a66d052
|
Update template.
|
2021-12-10 11:21:39 -08:00 |
|
Dillon Kearns
|
aa6f6c9d46
|
Update examples.
|
2021-12-10 11:10:24 -08:00 |
|
Dillon Kearns
|
7c69449164
|
Update example.
|
2021-12-10 10:57:25 -08:00 |
|
Dillon Kearns
|
d326317e0f
|
Bump node version to 16.
|
2021-12-10 10:53:41 -08:00 |
|
Dillon Kearns
|
d675b2c13f
|
Change syntax for constructor function to avoid constructor error.
|
2021-12-10 10:50:27 -08:00 |
|
Dillon Kearns
|
5b1b1722af
|
Update dependency.
|
2021-12-10 10:45:04 -08:00 |
|
Dillon Kearns
|
d752866d4e
|
Use empty records instead of empty tuples for stateless Page Module's Model. Tweak Page builder API. Add option for local and shared state in generators.
|
2021-12-10 09:52:12 -08:00 |
|
Dillon Kearns
|
43a6399827
|
Update test output.
|
2021-12-02 11:56:57 -08:00 |
|
Dillon Kearns
|
f7248851e6
|
2.1.11
|
2021-12-01 15:38:18 -08:00 |
|
Dillon Kearns
|
0649fb6bad
|
Update init template.
|
2021-12-01 15:38:08 -08:00 |
|
Dillon Kearns
|
226c1202cf
|
Update test output.
|
2021-12-01 14:35:46 -08:00 |
|
Dillon Kearns
|
41672ad574
|
Update test output.
|
2021-12-01 14:32:22 -08:00 |
|
Dillon Kearns
|
49873951cf
|
2.1.10
|
2021-12-01 14:25:53 -08:00 |
|
Dillon Kearns
|
b41fc3be47
|
Bump elm package.
|
2021-12-01 14:25:34 -08:00 |
|
Dillon Kearns
|
479dfb14ee
|
Linkify showcase images, and add noopener a few places.
|
2021-11-24 12:54:00 -08:00 |
|
Dillon Kearns
|
c220d3aecd
|
Merge pull request #255 from sevfurneaux/chore/remove-static-http-reference
Remove StaticHttp reference
|
2021-11-24 11:35:43 -08:00 |
|
Dillon Kearns
|
938724db34
|
Merge pull request #254 from newmana/add-redirect
Add ability to create meta http-equiv refresh tags.
|
2021-11-24 11:20:51 -08:00 |
|
Dillon Kearns
|
512dae8be3
|
Merge pull request #248 from sheakelly/https
https support for dev server
|
2021-11-24 11:11:04 -08:00 |
|
Sev Furneaux
|
7677a7516c
|
Remove StaticHttp reference
|
2021-11-22 23:14:34 +00:00 |
|
Andrew Newman
|
ee73541281
|
Improve documentation.
|
2021-11-16 18:35:54 +10:00 |
|
Andrew Newman
|
d22f472a3d
|
Add ability to create refresh meta tag.
|
2021-11-16 18:29:48 +10:00 |
|
Dillon Kearns
|
eb230f885f
|
Merge pull request #251 from TheSacredLipton/fix-AriaLiveAnnouncer-style
Fixed width and height styles
|
2021-11-11 08:00:45 -08:00 |
|
TheSacredlipton
|
c7fdfbd269
|
Fixed width and height styles
|
2021-11-10 18:47:09 +09:00 |
|
Dillon Kearns
|
f15eb3c854
|
Merge pull request #249 from rolojf/staticdata-file-doc-smallchange
Small documentation fix on DataSource.File.onlyFrontmatter
|
2021-11-08 17:58:39 -08:00 |
|
Rolando Flores
|
768f93b145
|
Small documentation fix on DataSource.file.onlyfrontmatter
|
2021-11-08 19:54:39 -06:00 |
|
Shea Kelly
|
ce6fb34b1b
|
adding https support using devcert
|
2021-11-06 12:13:26 +11:00 |
|
Dillon Kearns
|
840cb83d36
|
Add meta tag that needs escaping to end-to-end escaping test, and fix escaping issue in SEO attributes.
|
2021-10-26 10:40:04 -07:00 |
|
Dillon Kearns
|
2b255fa748
|
Use alternate implementation of extractInlineText that uses link titles when present.
|
2021-10-26 10:38:57 -07:00 |
|
Dillon Kearns
|
26101b402a
|
Merge pull request #236 from j-maas/fix-head-path-separator
Use Posix-style separators in head tags
|
2021-10-20 14:16:15 -07:00 |
|
Johannes Maas
|
b5c208b8c1
|
Fix CI by running on Node 14
|
2021-10-20 21:07:26 +02:00 |
|
Dillon Kearns
|
a9bb8c1b0a
|
Fix base-path for github pages example site.
|
2021-10-16 15:57:52 -07:00 |
|