Alexandre
7b3a742083
⬆️ Update dependencies
2021-12-09 18:44:50 +01:00
Alexandre
1bf765873c
Merge pull request #15 from Phl3bas/master
...
fix: type cast root element as HTMLDivElement
2021-10-13 14:03:34 +02:00
Sepp Wikramaratna-Clarke
ae0bf98969
fix: use HTMLElement instead of HTMLDivElement
2021-10-13 10:45:01 +01:00
Sepp Wikramaratna-Clarke
22d8c6f9b2
fix: type cast root element as HTMLDivElement
2021-10-08 20:57:19 +01:00
Alexandre
f892b6f812
Merge pull request #12 from OysterD3/master
...
Update dependencies and add typescript to devDependencies
2021-10-01 11:38:33 +02:00
Alexandre
b6856be51d
Merge pull request #14 from RazvanRauta/bugFix/pnpm-links
...
📝 Update the `pnpm` links in all the README files
2021-10-01 11:37:51 +02:00
Razvan Rauta
5275c1c994
📝 Update the pnpm links in all the README files
2021-09-22 22:12:22 +03:00
Oyster Lee
f07fdad26a
Merge remote-tracking branch 'origin/master'
2021-09-16 12:14:13 +08:00
Oyster Lee
8e2e361d48
Update dependencies
2021-09-16 12:13:58 +08:00
Oyster Lee
6b4b6f9f95
Update dependencies and add typescript to devDependencies
2021-09-16 12:09:30 +08:00
Alexandre
e1e33bd131
Merge pull request #11 from KEIII/patch-1
...
Enable all strict type checking options by default
2021-09-12 21:54:09 +02:00
Ivan Kasenkov
742098838f
Enable all strict type checking options by default
2021-09-09 12:40:35 +03:00
alexandre mouton-brady
4093b7623f
⬆️ Fix type imports in regular import bug
2021-08-28 09:22:20 +00:00
Ryan Carniato
f1dbf3a2eb
update templates to do import type
2021-08-27 19:50:19 -07:00
Alexandre
d84e0391ce
⬆️ Update dependencies
2021-08-27 22:26:56 +02:00
Alexandre
7ebbd46c46
Merge pull request #10 from modderme123/master
...
🔥 Remove ts/declaration.d.ts
2021-08-27 22:26:05 +02:00
Alexandre
dc2c6f60ed
Merge pull request #9 from jlmodell/patch-2
...
Update about.tsx
2021-08-27 22:25:32 +02:00
Alexandre
3bc5d80eb0
Merge pull request #8 from jlmodell/patch-1
...
Update about.data.ts
2021-08-27 22:24:30 +02:00
Modder Me
0f7b9d6912
🔥 Remove declaration.d.ts
2021-08-21 18:45:43 -07:00
jlmodell
7d77a7d405
Update about.tsx
...
It looks like the data is not passed through props any longer (?) and the example on the solid-app-router page uses this 'useData' hook to get the data passed in from the route definition.
2021-08-13 10:14:40 -04:00
jlmodell
ca374415b9
Update about.data.ts
2021-08-13 10:11:39 -04:00
Alexandre Mouton-Brady
806985f648
Merge branch 'master' of github.com:solidjs/templates
2021-07-30 19:20:32 +02:00
Alexandre Mouton-Brady
4d12187fd4
📝 Update repo urls from ryansolid to solidjs
2021-07-30 19:20:26 +02:00
Alexandre
3c0e4dc503
Merge pull request #7 from brandonroberts/solid-github-links
...
update GitHub links to solidjs/solid
2021-07-30 19:19:03 +02:00
Alexandre Mouton-Brady
e57036fa65
🔧 Update router to latest API
2021-07-30 19:17:56 +02:00
Alexandre Mouton-Brady
4a68c43c35
⬆️ Update dependencies to latest
2021-07-30 19:14:43 +02:00
Brandon
dfea75bcc3
chore: update GitHub links to solidjs/solid
2021-07-28 19:34:09 -05:00
Alexandre Mouton-Brady
63009ae759
⬆️ Update dependencies to latest
2021-07-13 20:56:19 +02:00
Alexandre
83143551fc
Merge pull request #6 from thomastay/patch-1
...
Typo in App.jsx for JS template
2021-07-13 20:54:47 +02:00
Alexandre
5e8f7e8659
Merge pull request #5 from wobsoriano/add-vite-preview
...
Add vite preview to scripts
2021-07-13 20:54:23 +02:00
Thomas Tay
62082abbd7
Typo in App.jsx for JS template
...
The starter template should say "Edit src/App.jsx"
2021-07-08 14:43:31 -07:00
Robert Soriano
ee18564f09
add vite preview to scripts
2021-07-05 18:06:11 +08:00
Alexandre
68da0ffa7f
📝 Update README with Discord and docs
2021-06-28 08:36:21 +02:00
Alexandre
36686dd1b1
⬆️ Update to solid 1.0
2021-06-28 08:30:40 +02:00
Alexandre
25d0426ef6
📝 Update README
2021-06-27 21:08:19 +02:00
Alexandre
75a05dcdcd
🙈 Ignore pnpm log file
2021-06-27 20:52:38 +02:00
Alexandre
326f415c1e
⬆️ Update to latest dependencies
2021-06-27 20:47:53 +02:00
Alexandre Mouton-Brady
4bd1ae3ac2
⬆️ Update to latest dependencies (solid release candidate)
2021-06-19 22:34:20 +02:00
Alexandre
8fcb45be37
⬆️ Update dependencies
2021-06-02 21:13:53 +02:00
Alexandre
fbf756e6b4
⬆️ Update dependencies
2021-05-12 18:24:12 +02:00
Alexandre Mouton-Brady
f029e04598
🔥 Remove debug log file
2021-04-21 13:45:15 +02:00
Alexandre Mouton-Brady
4d97a5139c
⬆️ Update dependencies
2021-04-21 13:44:33 +02:00
Alex
8eaac271c3
⬆️ Update dependencies
2021-04-10 17:22:29 +02:00
Alex
7a4fa1bde2
✨ Adding bootstreap template ( fix #2 )
2021-04-04 13:51:53 +02:00
Alex
6add70d5bb
🔧 Fix favicon configuration in js/ts template ( fix #3 )
2021-04-04 12:46:16 +02:00
Alex
132f334cff
🐛 Fix entry path which causes bug with the router
2021-04-04 12:41:07 +02:00
Alex
b365db6d65
🐛 Fix ts-router example ( fix #4 )
2021-04-04 12:36:17 +02:00
Alex
674a52e518
⬆️ Update dependencies
2021-04-04 12:35:53 +02:00
Alexandre
08ff067123
⬆️ Update dependencies
2021-03-25 21:08:56 +01:00
Alexandre
0b356139af
⬆️ Update dependencies
2021-03-20 11:49:08 +01:00