Thomas Allmer
|
74b2b35812
|
feat(building-rollup): update to rollup v3 + v3 plugins
|
2023-06-27 17:46:06 +02:00 |
|
Thomas Allmer
|
cbfb0f91e2
|
feat(cli): add "rocket preview" command to verify a production build
|
2022-08-20 20:23:22 +02:00 |
|
Thomas Allmer
|
8dedc56afa
|
feat(cli): add start message with local and network url
|
2022-08-19 19:15:01 +02:00 |
|
Thomas Allmer
|
5226ab0150
|
chore: prepare releases & move to main
|
2022-08-11 16:06:52 +02:00 |
|
Thomas Allmer
|
6c949ee80d
|
feat: prepare @rocket/launch release
|
2022-07-30 17:16:31 +02:00 |
|
Thomas Allmer
|
0226d08de6
|
feat: add progressive hydration support
|
2022-04-26 17:49:11 +02:00 |
|
Thomas Allmer
|
d220d35609
|
feat: add search to page
|
2022-04-02 22:27:46 +02:00 |
|
Thomas Allmer
|
bf8764583d
|
feat: generate open graph images
|
2022-03-28 23:15:21 +02:00 |
|
Thomas Allmer
|
0c696f544a
|
feat(cli): add upgrade command
|
2022-03-21 22:25:29 +01:00 |
|
Thomas Allmer
|
4b1919c02d
|
feat: automatic handling of web component imports
|
2022-03-16 23:37:16 +01:00 |
|
Thomas Allmer
|
a73e2dfe19
|
chore: update/align dev dependencies & lint/format
|
2022-03-10 23:57:05 +01:00 |
|
Thomas Allmer
|
e17671c448
|
feat: engine
|
2022-03-09 18:11:27 +01:00 |
|
Thomas Allmer
|
23c164c822
|
chore: reduce test output noise
|
2021-10-03 22:06:22 +02:00 |
|
Thomas Allmer
|
70bb7a128e
|
feat: update all packages to use new plugins-manager api
|
2021-10-03 17:10:18 +02:00 |
|
Thomas Allmer
|
de202da0a5
|
chore: reenable all tests
|
2021-09-13 15:22:52 +02:00 |
|
Mathieu Puech
|
42418f2c00
|
fix: disable service worker for local development
|
2021-09-13 13:29:05 +02:00 |
|
Thomas Allmer
|
7301a0f354
|
feat(cli): enable conditional eleventy config
|
2021-08-01 16:49:20 +02:00 |
|
Thomas Allmer
|
738941afdd
|
feat(cli): add rollup config function to rocket config
|
2021-07-21 15:57:31 +02:00 |
|
Jorge del Casar
|
adf0f1d88f
|
fix(cli): use openEnd to insert responsive image
|
2021-07-19 15:23:00 +02:00 |
|
Benny Powers
|
d91e46b867
|
feat: bootstrap command
also adds code tabs and updates documentation
|
2021-07-11 14:48:06 +03:00 |
|
Thomas Allmer
|
579e8e72a2
|
fix(cli): Unordered joiningBlocks should generally end up at the end
|
2021-07-04 16:50:11 +02:00 |
|
Benny Powers
|
1b9559f2a5
|
feat(cli): add async before11ty hook (#183)
|
2021-07-02 11:58:54 +02:00 |
|
Thomas Allmer
|
2b5c61d19c
|
feat: no responsive images for svgs & option to define ignores
|
2021-06-30 14:36:54 +02:00 |
|
Thomas Allmer
|
795a3613af
|
fix(cli): service worker url respects pathPrefix
|
2021-06-22 14:57:52 +02:00 |
|
Thomas Allmer
|
5330740cb3
|
fix(cli): replace images to be responsive from the bottom up
|
2021-06-21 16:20:48 +02:00 |
|
Thomas Allmer
|
2edd61beaa
|
chore: remove image hashes from tests
|
2021-06-21 15:56:41 +02:00 |
|
Thomas Allmer
|
43a7ca10c3
|
fix(cli): responsive images need to respect pathPrefix
|
2021-06-21 14:35:51 +02:00 |
|
Thomas Allmer
|
8bba4a88c8
|
feat: support for generating responsive images
|
2021-05-17 21:52:02 +02:00 |
|
Thomas Allmer
|
2724f073fc
|
feat: adopt a service worker flow with more control
|
2021-05-04 06:55:33 +02:00 |
|
Thomas Allmer
|
dd15d4fc65
|
chore: fix tests
|
2021-04-19 23:55:52 +02:00 |
|
Thomas Allmer
|
5edc40fed5
|
feat(cli): make sure each instance has its own eleventy config
|
2021-03-06 19:58:09 +01:00 |
|
Thomas Allmer
|
8ba8939c67
|
chore: use test-helper everywhere
|
2021-02-04 20:48:08 +01:00 |
|
Thomas Allmer
|
f44a0f4fd4
|
fix(cli): rewrite dynamic imports with "`"
|
2021-02-04 09:45:35 +01:00 |
|
Thomas Allmer
|
74f7ddf478
|
fix: create social media images only during build
|
2021-02-03 20:39:16 +01:00 |
|
Jorge del Casar
|
e3abdd956a
|
chore: rename meta plugin to joiningBlocks
|
2021-02-01 13:20:02 +01:00 |
|
Thomas Allmer
|
e7d7945259
|
feat: default layout for index files with open menu button
|
2021-02-01 13:20:02 +01:00 |
|
Thomas Allmer
|
26b558c118
|
fix: mobile navigation
|
2021-02-01 13:20:02 +01:00 |
|
Thomas Allmer
|
8eec69f918
|
feat: big refactor to introduce _joiningBlocks
|
2021-02-01 13:20:02 +01:00 |
|
Thomas Allmer
|
078cff26fe
|
fix(cli): template merge order by numbers, add tests, docs
|
2021-02-01 13:20:02 +01:00 |
|
Stephen Wade
|
43ef209bad
|
chore: Docs updates (#53)
* chore: fix Eleventy spelling
* chore: misc CONTRIBUTING.md updates
* chore: fix GitHub capitalization
* chore: fix HTML capitalization
* chore: fix JavaScript capitalization
* chore: misc README.md updates
* chore: update slack.md to match modernweb-dev/web
* chore: misc docs/about updates
* chore: misc docs/blog updates
* chore: misc docs/docs updates
* chore: fix mdjs capitalization
* chore: fix Markdown capitalization
* chore: fix Rocket capitalization
* chore: fix apostrophes
* chore: fix TypeScript capitalization
* chore: consistently capitalize headings
* chore: misc docs/guides updates
* chore: misc packages/building-rollup updates
* chore: misc packages/check-html-links updates
* chore: misc packages/cli updates
* chore: misc packages/plugins-manager updates
* chore: misc packages/search updates
* chore: fix tests
* chore: fix lints
|
2021-01-31 11:00:53 +01:00 |
|
Thomas Allmer
|
c92769a145
|
fix(cli): processing of links/assets urls needs to be utf8 safe
|
2021-01-21 19:48:23 +01:00 |
|
Thomas Allmer
|
0eb507d7ef
|
feat: add api for social media images
|
2021-01-21 01:12:22 +01:00 |
|
Thomas Allmer
|
a498a5da44
|
fix(cli): *index.md should not be treated as folder index files
|
2021-01-18 12:11:46 +01:00 |
|
Thomas Allmer
|
cd22231806
|
chore: adjustments for the restructured CLI Plugin System
|
2021-01-17 19:09:27 +01:00 |
|
Thomas Allmer
|
b1f61c7759
|
feat(cli): restructure CLI plugin system - add rocket lint
|
2021-01-17 19:09:27 +01:00 |
|
Thomas Allmer
|
295cfbdbd8
|
chore: better support for windows
|
2021-01-13 14:16:36 +01:00 |
|
Thomas Allmer
|
485827127d
|
feat: support relative links + src urls for all 11ty templates
|
2021-01-12 01:38:34 +01:00 |
|
Thomas Allmer
|
ef3b846bb9
|
feat: auto create social media images
|
2021-01-10 12:54:52 +01:00 |
|
Thomas Allmer
|
3468ff9fc2
|
fix(cli): rollup-plugin-html needs to be aware of the pathPrefix
|
2021-01-07 08:49:40 +01:00 |
|
Thomas Allmer
|
641c7e551c
|
feat: add pathPrefix option for subfolder deployment
|
2021-01-06 00:46:39 +01:00 |
|