Commit Graph

5223 Commits

Author SHA1 Message Date
Dillon Kearns
d48485e541 Rename argument sharedModel -> shared. 2023-03-02 11:43:22 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
22dbb95c35 Fix error. 2023-03-01 17:37:10 -08:00
Dillon Kearns
a706f0fcdd Bump Elm version. 2023-02-28 17:03:24 -08:00
Dillon Kearns
122f3d19af Fix imports in Scaffold helper. 2023-02-28 17:02:17 -08:00
Dillon Kearns
0c7ba5f32e Bump NPM package. 2023-02-28 16:55:54 -08:00
Dillon Kearns
8c3925ebbf 3.0.0-beta.28 2023-02-28 16:55:35 -08:00
Dillon Kearns
92d09172a0 Bump Elm package. 2023-02-28 16:54:52 -08:00
Dillon Kearns
db2b9ccb9a Fix glitch in generated code from Sub import. 2023-02-28 16:54:11 -08:00
Dillon Kearns
460d309e57 Bump NPM package. 2023-02-28 16:18:20 -08:00
Dillon Kearns
95dd4f09d9 3.0.0-beta.27 2023-02-28 16:18:03 -08:00
Dillon Kearns
afc084c3e3 Bump Elm package. 2023-02-28 16:17:25 -08:00
Dillon Kearns
2dbcc99e86 Bump compatability key. 2023-02-28 16:16:57 -08:00
Dillon Kearns
8d64611254 Fix test. 2023-02-28 16:12:19 -08:00
Dillon Kearns
04f2cbaa0a Bump dependencies in example folder. 2023-02-28 16:06:44 -08:00
Dillon Kearns
4ae64cb5bd Wire in onSubmit for TransitionStrategy. 2023-02-28 16:01:55 -08:00
Dillon Kearns
c53c09aa31 Move Pages.Msg -> PagesMsg and Pages.Msg.Msg -> PagesMsg.PagesMsg. 2023-02-28 15:45:59 -08:00
Dillon Kearns
c418b536c0 Move Pages.Msg.Msg variants to internals, expose more high-level public API. 2023-02-28 15:33:48 -08:00
Dillon Kearns
8d7a6d873e Add Pages.Msg.NoOp. 2023-02-27 13:07:03 -08:00
Dillon Kearns
0e7e3f3507 Bump Elm package. 2023-02-20 16:03:33 -08:00
Dillon Kearns
1e7e62c33f Bump NPM version. 2023-02-20 16:02:31 -08:00
Dillon Kearns
a550421c58 3.0.0-beta.26 2023-02-20 16:02:22 -08:00
Dillon Kearns
d23277b679 Bump compatability key. 2023-02-20 16:02:06 -08:00
Dillon Kearns
5c85fbdde3 Revert globby change. 2023-02-20 15:52:44 -08:00
Dillon Kearns
5857ccefb7 Lock in esbuild version in another example. 2023-02-20 15:40:27 -08:00
Dillon Kearns
9d87036995 Lock in some NPM dependencies to fix build error. 2023-02-20 15:36:53 -08:00
Dillon Kearns
35467e528b Use latest esbuild. 2023-02-20 11:56:53 -08:00
Dillon Kearns
0da045e241 Use vitest instead of mocha. 2023-02-20 11:55:43 -08:00
Dillon Kearns
bfe22f3424 Update output. 2023-02-20 11:47:02 -08:00
Dillon Kearns
e3cb9d3a01 Fix some issues with the test script and esm import syntax to fix CI. 2023-02-20 11:44:02 -08:00
Dillon Kearns
6b37a52888 Try different approach to add node bin to PATH with npm bin being removed. 2023-02-20 11:08:14 -08:00
Dillon Kearns
19aae5e250 Fix onSubmit form data marshalling for production build. 2023-02-20 11:01:48 -08:00
Dillon Kearns
613bcc182f Fix isTransitioning state for completed fetchers. 2023-02-19 21:00:21 -08:00
Dillon Kearns
b485838139 Bump Elm package. 2023-02-18 14:33:14 -08:00
Dillon Kearns
1460084b8a Allow valueButton to be rendered for any field kind. 2023-02-18 14:32:57 -08:00
Dillon Kearns
0f79908d9a Bump elm package. 2023-02-18 12:35:14 -08:00
Dillon Kearns
eef2a81bf0 Bump NPM version. 2023-02-18 12:34:59 -08:00
Dillon Kearns
aa9ee2c2a8 3.0.0-beta.25 2023-02-18 12:34:50 -08:00
Dillon Kearns
269ea057fc Bump compatability key. 2023-02-18 12:34:45 -08:00
Dillon Kearns
32fa30818e Review fixes. 2023-02-18 12:33:35 -08:00
Dillon Kearns
ba875d789f Add FieldView.valueButton helpers, and rerun loaders when query params are changed to ensure that GET form submissions reload data. 2023-02-18 12:31:32 -08:00
Dillon Kearns
df0489fc38 Revert unused config value. 2023-02-14 14:33:00 -08:00
Dillon Kearns
6bc426e2a6 Add kind field to form template. 2023-02-13 20:34:46 -08:00
Dillon Kearns
4224611e32 Set vite mode to development to avoid warning. 2023-02-13 20:34:32 -08:00
Dillon Kearns
5cc346f93f Use inner text to control form value for textarea (instead of value attribute, which is not valid). 2023-02-13 19:13:44 -08:00
Dillon Kearns
a444c5af2c Reduce oneOf decoder error noise for error case in BackendTask.Custom failures. 2023-02-13 19:00:56 -08:00
Dillon Kearns
26670d4283 Bump NPM version. 2023-02-13 08:06:42 -08:00
Dillon Kearns
ec501ac6cd 3.0.0-beta.24 2023-02-13 08:06:18 -08:00
Dillon Kearns
9c6d3545b4 Bump elm-tooling. 2023-02-13 08:02:58 -08:00
Dillon Kearns
ff19dab87e Bump dependencies. 2023-02-13 08:01:32 -08:00