Ben McCann
|
49dca5b3aa
|
feat: add Svelte 5 runes (#188)
|
2023-09-21 06:12:43 +02:00 |
|
Mathieu Schimmerling
|
62ab77c8df
|
chore: upgrade dependencies
|
2023-09-20 13:51:08 +09:00 |
|
Mathieu Schimmerling
|
e4fab28ef5
|
Switch from eslint-plugin-svelte3 to eslint-plugin-svelte, fixes #185
|
2023-09-20 13:49:19 +09:00 |
|
Mathieu Schimmerling
|
6b8e5d34a7
|
chore: upgrade dependencies
|
2023-08-14 23:26:26 +07:00 |
|
Mathieu Schimmerling
|
517e99b4e1
|
chore(emit-to-parent): variable renaming
|
2023-07-22 01:45:53 +07:00 |
|
Mathieu Schimmerling
|
b6803a0dc0
|
fix(script): fix README progression content generation
|
2023-07-19 23:37:57 +07:00 |
|
Mathieu Schimmerling
|
fa0b9afdbd
|
ux: add navigation highlighting
|
2023-07-04 16:21:46 +07:00 |
|
Brandon seydel
|
fbf1f0b24b
|
Add aurelia 2 (#164)
* add aurelia 2
* remove template from au2
|
2023-04-19 21:22:44 +02:00 |
|
Mathieu Schimmerling
|
1df026b350
|
feat(content): add componentComposition>context for React & Svelte
|
2023-01-08 16:30:32 +01:00 |
|
Mathieu Schimmerling
|
9e79fe2291
|
chore: fix readme
|
2023-01-07 04:16:40 +01:00 |
|
Mathieu Schimmerling
|
2ecdd29f84
|
Add Web App Features > Render app (#140)
* fix(lit): remove all Lit "index.html" files
* feat(content): add webapp features > render app
* feat(content): add render app > svelte example
* feat(content): add render app > alpine example
* feat(fmw): add generic filename sorter
* fix(content): fix missing snippet blocks
* build(git): add build progress to precommit hook
|
2023-01-07 03:34:54 +01:00 |
|
Mathieu Schimmerling
|
2795980815
|
build: add husky + lint-staged
|
2023-01-06 01:18:18 +01:00 |
|
Mathieu Schimmerling
|
11f5e0144d
|
fix(notification): remove padding preventing content interaction
|
2023-01-05 22:59:16 +01:00 |
|
Mathieu Schimmerling
|
95c1c81064
|
fix(dev): v2 fix dev env minor bugs (#135)
* build(content): fix fs watcher support using Chokidar
* fix(logo): add support for fmw logos in dev environment
|
2023-01-05 00:39:03 +01:00 |
|
Mathieu Schimmerling
|
a2100a0f2e
|
chore: upgrade deps
|
2023-01-05 00:33:23 +01:00 |
|
Mathieu Schimmerling
|
be52cbcbfc
|
refactor: migrate from astro to svelte + vite to improve performance (#131)
* add highlighter
* add playground url
* add markdown support and notification center
* fix multiple md files
* add meta description with framework list
* fix: framework id loop index
* store frameworkIdsSelected in locale storage
* add generateFrameworkContent vite plugin
* add missing snippet case
* add content generate cache
* add angular component highlighter
* improve content generator organization
* add format and linter
* add git hooks
* add default frameworks
|
2023-01-03 01:36:47 +01:00 |
|
Mathieu Schimmerling
|
0c89ca7195
|
feat: upgrade dependencies
|
2022-11-13 01:52:57 +01:00 |
|
Mathieu Schimmerling
|
4975849e48
|
feat: upgrade dependencies
|
2022-11-09 02:13:09 +00:00 |
|
Mathieu Schimmerling
|
b7da285a0b
|
upgrade dependencies
|
2022-11-03 01:27:51 +01:00 |
|
Pablo Berganza
|
f7f27e7e8f
|
feat(qwik): add missing examples (#118)
* feat(qwik): add slot fallback example
* feat(qwik): add form input examples
* feat(qwik): add webapp features examples
* docs(qwik): update qwik progress
* docs(qwik): update qwik progress
|
2022-10-15 05:20:40 +02:00 |
|
Mathieu Schimmerling
|
e5bbe6f1da
|
update progress
|
2022-08-27 22:09:43 +00:00 |
|
Mathieu Schimmerling
|
4477d77dfc
|
Upgrade dependencies: Astro 1.0, fix Solid & Qwik examples (#106)
* feat: upgrade Astro to 1.0 and other dependencies
* chore: run prettier, fix lint on solid AnswerButton
|
2022-08-12 17:18:47 +02:00 |
|
Mohamed Ahmed Fouad
|
4cc0692247
|
feat(qwik): add 6 more examples for Qwik (#97)
* feat(qwik): add 6 more examples for Qwik
* Remove the export and fix the formatting
* pnpm-lock file update
|
2022-07-16 14:07:29 +02:00 |
|
Mathieu Schimmerling
|
c7ca0109fd
|
update progress
|
2022-06-09 02:37:12 +02:00 |
|
Sébastien Beaury
|
4605ef70bd
|
feat: add qwik framework section with declaring state (#87)
Co-authored-by: Beaury <Sebastien.Beaury@ca-tjrxqrq9lh.ht.home>
|
2022-05-23 15:55:29 +02:00 |
|
Mathieu Schimmerling
|
604e9ee744
|
Add Solid REPL (#81)
* feat(repl): improve repl by fmw, add solid repl
* fix: fix lz-string pkg esm
* feat(repl): sort files for repl generator link
* feat(repl): add css file support for solid repl
|
2022-05-20 04:00:42 +02:00 |
|
Mathieu Schimmerling
|
5c096d0e02
|
chore: run formatter
|
2022-05-17 12:31:01 +00:00 |
|
Mathieu Schimmerling
|
890c6144d7
|
refactor: replace frameworkDisplay module by alpine
|
2022-05-12 16:26:23 +02:00 |
|
P. Christopher Bowers
|
e46ec02ded
|
build: 🧑💻 Added Reload Functionality on Content Changes
Previously, any changes to the content were not automatically visible since they were server rendered. This adds a full reload, improving overall DX.
|
2022-05-11 10:37:37 -04:00 |
|
P. Christopher Bowers
|
011742afc4
|
feat: ♻️ Refactored to 1 config instead of 2\n\nRemoved config.cjs in favor of 1 config to maintain all framework information
|
2022-05-11 10:03:47 -04:00 |
|
P Christopher Bowers
|
f83a8d60e1
|
Merge branch 'main' into main
|
2022-05-10 17:20:54 -04:00 |
|
Mathieu Schimmerling
|
246c275e85
|
chore: remove unused babel preset env
|
2022-05-10 22:59:25 +02:00 |
|
Mathieu Schimmerling
|
f2e463ab70
|
feat: add ember
|
2022-05-10 22:57:13 +02:00 |
|
P. Christopher Bowers
|
1b5a997720
|
feat: ✨ Added Alpine JS
Added Alpine JS as another framework library
|
2022-05-10 16:52:05 -04:00 |
|
Mathieu Schimmerling
|
bed9d66627
|
add lit framework
|
2022-05-08 00:26:31 +02:00 |
|
Mathieu Schimmerling
|
94fe26fb33
|
add progression script
|
2022-05-06 20:37:06 +02:00 |
|
Mathieu Schimmerling
|
b35adfe6d2
|
chore(pkg): add description
|
2022-05-05 15:07:32 +02:00 |
|
Mathieu Schimmerling
|
b93f5ae783
|
chore: upgrade dependencies
|
2022-05-05 13:09:39 +02:00 |
|
Mathieu Schimmerling
|
fd5cebcdfe
|
fix: fix highlight performance issue
|
2022-05-04 11:28:46 +02:00 |
|
Mathieu Schimmerling
|
9cc681c568
|
add solidjs config & reactivity+templating
|
2022-05-03 22:43:46 +02:00 |
|
Mathieu Schimmerling
|
d25d79ec87
|
fix lint errors
|
2022-05-03 14:50:07 +02:00 |
|
Mathieu Schimmerling
|
f5b9de2acb
|
chore: update lock file
|
2022-05-02 21:33:53 +02:00 |
|
Mathieu Schimmerling
|
db8c158b44
|
refactor: style redesign
|
2022-05-01 02:15:43 +02:00 |
|
Yuri
|
ee3c8840f0
|
chore: added some angular examples
|
2022-04-29 15:46:33 -03:00 |
|
Mathieu Schimmerling
|
6b79374e87
|
FileCode: use micache
|
2022-04-18 22:06:50 +02:00 |
|
Mathieu Schimmerling
|
dffec9154b
|
minor fixes
|
2022-04-18 20:02:24 +02:00 |
|
Mathieu Schimmerling
|
5df37cc2f3
|
improve filecode performance
|
2022-04-18 16:17:57 +02:00 |
|
Mathieu Schimmerling
|
5c50a78013
|
upgrade dependencies
|
2022-04-14 22:59:54 +02:00 |
|
Mathieu Schimmerling
|
71db4b388a
|
use astro templating (#7)
|
2022-04-13 19:00:36 +02:00 |
|
Mathieu Schimmerling
|
2733e719ab
|
Add Github actions (#4)
* Create node.js.yml
* ci: remove npm get cache
* remove packagemanager field
* ci: specify packagemanager version
* ci: remove node 12 support
* ci: add lint cmd
|
2022-04-12 11:18:52 +02:00 |
|