Commit Graph

4953 Commits

Author SHA1 Message Date
Dillon Kearns
5b22846c44 Bump package-lock versions. 2022-11-15 11:45:28 -08:00
Dillon Kearns
1844f66c6c 3.0.0-beta.9 2022-11-15 11:44:25 -08:00
Dillon Kearns
c1661039b0 Bump elm version. 2022-11-15 11:44:01 -08:00
Dillon Kearns
91192ca39a Add script to automate updating compatibility key. 2022-11-15 11:43:18 -08:00
Dillon Kearns
cc7344d815 Add note about currentCompatibilityKey and add current value as JSON. 2022-11-15 11:10:45 -08:00
Dillon Kearns
9f6bd8f583 Add Head.nonLoadingNode. 2022-11-15 11:05:30 -08:00
Dillon Kearns
3a24ac361e Add missing annotation. 2022-11-15 10:59:58 -08:00
Dillon Kearns
4ad3e4a4c8 Update docs for 3.0 changes. 2022-11-10 17:18:42 +05:30
Dillon Kearns
eebc34d078 Remove out-of-date comment for 3.0. 2022-11-10 16:48:54 +05:30
Dillon Kearns
aad571021f Update FAQ. 2022-11-10 16:39:24 +05:30
Dillon Kearns
cb246adcaf Add buildWithSharedState helper. 2022-11-10 11:46:22 +05:30
Dillon Kearns
9a443d03d0 Update lamdera compiler note about source-available being available for enterprise customers. 2022-11-08 15:03:48 +05:30
Dillon Kearns
bc0fbd5952 Fix typo. 2022-11-08 15:01:53 +05:30
Dillon Kearns
23371014cd Improve error message. 2022-11-08 13:41:00 +05:30
Dillon Kearns
4705dd5bdd
Update FAQ.md 2022-11-08 00:01:59 -08:00
Dillon Kearns
a49296f120 Add some details about Lamdera and server-rendering vs. static builds in FAQ. 2022-11-08 13:16:41 +05:30
Dillon Kearns
f6450f8b84 Remove warning noise from port-data-source (unless there is a port-data-source file with errors loading). 2022-11-07 11:56:34 +05:30
Dillon Kearns
1ae5529538 elm-review fixes. 2022-11-07 11:39:06 +05:30
Dillon Kearns
6d6640d5f4 Fix test. 2022-11-07 11:36:08 +05:30
Dillon Kearns
f10d1c7a0c Add a compatability key to ensure that the Elm and NPM package versions are compatible. 2022-11-07 11:17:47 +05:30
Dillon Kearns
8ea2848e60 Bump Elm package. 2022-11-03 10:45:54 +05:30
Dillon Kearns
81f00c92e7 3.0.0-beta.8 2022-11-03 10:26:06 +05:30
Dillon Kearns
bf6b27e68e Fix error in example. 2022-11-03 10:23:03 +05:30
Dillon Kearns
b34801a39f Remove hashes in escaping test to make test more resilient. 2022-11-03 10:13:38 +05:30
Dillon Kearns
6bf1881de4 Include preload tags by default from Vite processing, and add config hook for customizing preload tags. 2022-11-02 15:14:36 +05:30
Dillon Kearns
7c229cc88a Include new function in default config. 2022-11-02 14:51:02 +05:30
Dillon Kearns
9aa446e963 Fix error. 2022-11-02 14:50:28 +05:30
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