-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for TypeScript when 'jss build'ing * Type-hint field value. * Update dataModels.ts * Move type hint to Field. * Type-lock return value when defaultValue provided. * Fix to copy host style attribute to its children dynamic components * changed spacing * updates for ssr * Add loader for lazy loaded components * Add some documentation * Placeholder loading component * Use ng-template instead of ng-content * Fix typo * Export SitecoreContextReactContext See #224 * WIP: simple http listener that accepts JSS view engine args, performs SSR, and returns result to caller. * Moved JSS rendering host to separate package. * SUGCON demo prep * Removed unnecessary console.log statements from htmlTemplateFactory.js * Changed `start:http-renderer` script name to `start:rendering-host` * Demo content for content block component. * Changed `sc_renderengineurl` querystring key to the CORRECT `sc_httprenderengineurl`. doh, smh. * Incorporating `defaultAppInvocationInfoResolver` into the renderingHostServer startup script. * removed static `jss` subdomain for ngrok tunnel * Fixing tests * #61 Nested component definitions via Item Link returns only IDs * Upgrade dependencies with critical and high security issues (#252) Upgrade dependencies * Upgrade cypress * downgrade dependency version * Feature/356383 (#256) Upgrade sitecore-jss-react package dependencies * remove InferProps (#259) remove InferProps * Feature/356379 (#265) * update react sample dependencies * update dependencies and fix ts errors (#266) Upgrade Vue package dependencies * #267 Error in description of one of methods of Manifest interface * Upgrade Vue sample (#269) Upgrade Vue sample * Feature/356380: Update Angular * Upgrade jss-angular and jss-angular-schematics and jss-sample-app * Feature/356378 (#272) Upgrade CLI Packages Upgrade CLI Packages * Use Object.entries instead of Object.keys (#274) Use Object.entries instead of Object.keys * mediaApi.updateImageUrl loses revision querystring (#275) mediaApi.updateImageUrl loses revision querystring * DevTools loading hidden files and crashing (#276) * Feature/356373 (#273) Node Proxy: CURL URL -IL returns 500 OK Node Proxy: CURL URL -IL returns 500 OK * change logo (#279) change logo * upgrade react-native sample (#282) upgrade react-native sample * [React-Native] Extend Image component to render svg images (#283) * add react-native-svg to sample app * update react-native package-lock * add react-native-svg to sitecore-jss-react-native * #348713Explicitly state that field names are not affected by the serialization configuration on Layout Service (#284) * #348713 Explicitly state that field names are not affected by the serialization configuration on Layout Service * #348713 Update * Extended a CD server setup instructions (#286) * React native sample app (#291) React native sample app
- Loading branch information
1 parent
3872771
commit 23ea6ab
Showing
264 changed files
with
180,209 additions
and
123,819 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ lerna-debug.log | |
.nyc_output | ||
coverage/ | ||
/badges | ||
packages/*/*.tgz | ||
packages/*/*.tgz | ||
/samples/react/profiling |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"editor.fontSize": 13 | ||
} |
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.