-
-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* routing func support (#806) * fix typo in defer documentation * AppendClass helper takes variadic parameters * Update README.md * No wasm mode (#810) * query parameter to see a page without wasm * pre render at same depth as render * remove loader node rather than hide it * Update html.go * Update html.go * prevent loader to show in non wasm mode * cleanup * load all styles before scripts * load ga async * remove not used css * reduce generated html size * reduce html size further * reduce generated html size 3 * handler preconnect link * src multiple call support + fix resolving * test srcset attribute * update deps * fix html resolve attribute URL * enriched http handler src * fix preconnect default crossorigin * update doc * Remove pre render caching (#818) * Remove PreRenderCache and PreRenderCacheControl * rename and clean cache related items * rename pre rendered item and use proxy cached items * rename http pwaResources to cachePWAResources * ignore empty attribute value when generating html string * fix ignore empty attr when generating html * revert attr filter * preload styles * generated html don't add resources without url * preload right after preconnect * add preload font support * fix font preload type * fix font resolver * add font to cacheable resources * Optimize html gen (#827) * don't genrate html with empty id or class * fix condition * refactor write html attribute * Update html_test.go * Datset with map (#828) * don't genrate html with empty id or class * fix condition * refactor write html attribute * dataset with a map * preload font first * change loader display * fix server side resource resolver * Update page_test.go * twitter card page support * remove expired persisted states (#837)
- Loading branch information
1 parent
db6035c
commit ae6abf8
Showing
35 changed files
with
2,146 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.