Commit Graph

4726 Commits

Author SHA1 Message Date
Dillon Kearns
6a06767120 Include optional parameter for htmlToString configuration. 2022-10-29 19:38:19 +05:30
Dillon Kearns
7c9fb152c8 Move some meta tags from elm-pages.config.mjs template to Elm code. 2022-10-29 18:54:03 +05:30
Dillon Kearns
219204b8e9 Remove some extra whitespace. 2022-10-29 18:26:20 +05:30
Dillon Kearns
9fe5ebe1b8 Pull charset into hardcoded value since it isn't configurable and needs to be placed within the first 1024 bytes of the document: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset. 2022-10-29 10:34:02 +05:30
Dillon Kearns
acc5065245 3.0.0-beta.7 2022-10-28 11:47:20 +05:30
Dillon Kearns
39ec4f20cc Fix import in html template. 2022-10-28 11:46:25 +05:30
Dillon Kearns
cc5c6a07a3 Fix default head tags config function. 2022-10-28 11:29:07 +05:30
Dillon Kearns
c024545f08 Changes docs site theme color. 2022-10-28 10:59:51 +05:30
Dillon Kearns
0f8cd29c14 Allow for user-customized head tags template that is processed by Vite. 2022-10-28 10:58:36 +05:30
Dillon Kearns
82afc3a493 Change pattern matching order to improve performance (the catchall cases seem to be slower, so put them last). And use a foldl instead of foldr for performance. 2022-10-28 06:27:40 +05:30
Dillon Kearns
3ca4e61c19
Update 3.0-upgrade-notes.md 2022-10-27 04:58:56 -07:00
Dillon Kearns
934571ebc1 Bump package lock files. 2022-10-24 15:44:10 -07:00
Dillon Kearns
8032c968a1 3.0.0-beta.6 2022-10-24 15:43:23 -07:00
Dillon Kearns
f158aa5bcd Bump elm package version. 2022-10-24 15:43:11 -07:00
Dillon Kearns
d8ea1a60b3 Merge vite config options from user configuration using a deep merge utility from the svelte-kit codebase. 2022-10-24 15:40:45 -07:00
Dillon Kearns
3ec709b723 Upgrade to latest Vite package. 2022-10-24 15:35:37 -07:00
Dillon Kearns
f45ea2921a Remove hanging text in docs. 2022-10-24 09:47:25 -07:00
Dillon Kearns
4b002adcdd Fix dependencies in example. 2022-10-19 15:22:04 -07:00
Dillon Kearns
40201e7b17 Fix dependencies in example. 2022-10-19 15:17:52 -07:00
Dillon Kearns
98736e0a39 Don't call a route's init when staying on the same path. 2022-10-19 15:14:57 -07:00
Dillon Kearns
5ccf361985 Add cypress types to test file. 2022-10-19 12:04:28 -07:00
Dillon Kearns
38151bc193 Fix dependencies. 2022-10-19 11:32:55 -07:00
Dillon Kearns
d0ca727ac6 Update dependencies. 2022-10-19 09:05:08 -07:00
Dillon Kearns
5be89eaa22 Add fetcher cypress test. 2022-10-18 15:35:06 -07:00
Dillon Kearns
23202cc650 Expose Generate.single helper. 2022-10-18 13:50:00 -07:00
Dillon Kearns
f726d128fa Add a way to scaffold pre-rendered pages in Generate API. 2022-10-18 11:02:39 -07:00
Dillon Kearns
7604b62593 Rename variant. 2022-10-18 10:17:24 -07:00
Dillon Kearns
022affea50 3.0.0-beta.5 2022-10-17 14:48:34 -07:00
Dillon Kearns
5f8367478d Add some additional types in generated code. 2022-10-17 14:48:01 -07:00
Dillon Kearns
f1ce6bdc54 3.0.0-beta.4 2022-10-17 14:21:19 -07:00
Dillon Kearns
b52fa21c3f Update type annotations in generated code. 2022-10-15 11:56:30 -07:00
Dillon Kearns
18ff67621b 3.0.0-beta.3 2022-10-14 13:03:42 -07:00
Dillon Kearns
738f4d3a4f 3.0.0-beta.3 2022-10-14 13:03:34 -07:00
Dillon Kearns
fb00f6df18 Bump NPM package. 2022-10-14 12:46:53 -07:00
Dillon Kearns
3a6d3cba3b Make diff in test more reslient to version changes. 2022-10-14 12:46:34 -07:00
Dillon Kearns
f4f7d955f5 Remove log statement. 2022-10-14 12:36:08 -07:00
Dillon Kearns
fb1277d5f5 Bump elm package. 2022-10-14 12:35:59 -07:00
Dillon Kearns
71df2495a0 Support aliased or non aliased imports of DataSource module in codemod. 2022-10-14 11:26:42 -07:00
Dillon Kearns
07a71e9b37 Support aliased and unaliased imports for Server.Request in codemod rule. 2022-10-14 11:20:47 -07:00
Dillon Kearns
a2c79f73cb Add missing imports in tests. 2022-10-14 10:44:07 -07:00
Dillon Kearns
0bdcb74e73 Fix format in link in doc comment. 2022-10-14 10:00:49 -07:00
Dillon Kearns
81a1fc98e3 Update dependency in sample projects. 2022-10-14 09:55:40 -07:00
Dillon Kearns
30848f385c Build generator in CI. 2022-10-14 09:46:02 -07:00
Dillon Kearns
a70db9ea43 Remove obsolete install step from build. 2022-10-14 09:45:34 -07:00
Dillon Kearns
6639475ff7 Remove prepare script for now. 2022-10-11 10:05:34 -07:00
Dillon Kearns
98136765e3 Update to latest date-or-date-time. 2022-10-10 14:48:09 -07:00
Dillon Kearns
9ae9797735 Pass through headers from actions in a case where they were dropped. 2022-10-07 10:39:20 -07:00
Dillon Kearns
78f2657c85 Remove exposed phantom variants. 2022-10-07 10:17:33 -07:00
Dillon Kearns
ebb4aa4b96 Update SetCookie docs. 2022-10-07 10:11:12 -07:00
Dillon Kearns
500ce61585 Disable windows snapshot test for now. 2022-10-07 10:00:29 -07:00