Demos and examples for Riot and submodules
Insert SVG files into your HTML page
A Karma plugin. Compile and test HTML and JS in Riot tag files.
gregorypratt/awesome-css-frameworks 0
List of awesome CSS frameworks
gregorypratt/conventionalcommits.org 0
The conventional commits specification
CSSDB: A curated collection of great CSS, Sass, LESS and Stylus libraries.
Free and short JS.ORG domains for GitHub Pages
PR opened gregorypratt/formiopoc
Bumps dompurify from 2.0.11 to 2.2.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cure53/DOMPurify/releases">dompurify's releases</a>.</em></p> <blockquote> <h2>DOMPurify 2.2.6</h2> <ul> <li>Added new mXSS prevention logic created by <a href="https://twitter.com/SecurityMB">SecurityMB</a></li> </ul> <h2>DOMPurify 2.2.4</h2> <ul> <li>Fixed a new MathML-based bypass submitted by <a href="https://twitter.com/PewGrand">PewGrand</a></li> <li>Fixed a new SVG-related bypass submitted by <a href="https://twitter.com/SecurityMB">SecurityMB</a></li> <li>Updated NodeJS CI to Node 14.x and Node 15.x</li> <li>Cleaned up <code>_forceRemove</code> logic for better reliability</li> </ul> <h2>DOMPurify 2.2.3</h2> <ul> <li>Fixed an mXSS issue reported by <a href="https://twitter.com/PewGrand">PewGrand</a></li> <li>Fixed a minor issue with the license header</li> <li>Fixed a problem with overly-eager CSS stripping</li> <li>Updated the README and removed an XSS warning</li> </ul> <h2>DOMPurify 2.2.2</h2> <ul> <li>Fixed an mXSS bypass dropped on us publicly via <a href="https://github-redirect.dependabot.com/cure53/DOMPurify/issues/482">#482</a></li> <li>Fixed an mXSS variation that was reported privately short after</li> <li>Added dialog to permitted elements list</li> <li>Fixed a small typo in the README</li> </ul> <h2>DOMPurify 2.2.0</h2> <ul> <li>Fix a possible XSS in Chrome that is hidden behind <em>#enable-experimental-web-platform-features</em>, reported by <a href="https://github.com/neilj">@neilj</a> and <a href="https://github.com/mfreed7">@mfreed7</a></li> <li>Changed <code>RETURN_DOM_IMPORT</code> default to <code>true</code> to address said possible XSS</li> <li>Updated README to reflect the new change and inform about the risks of manually setting <code>RETURN_DOM_IMPORT</code> back to <code>false</code></li> <li>Fixed the tests to properly address the new default</li> </ul> <h2>DOMPurify 2.1.1</h2> <ul> <li>Removed some code targeting old Safari versions</li> <li>Removed some code targeting older MS Edge versions</li> <li>Re-added some code targeting older Chrome versions, thanks <a href="https://github.com/terjanq">@terjanq</a></li> <li>Added new tests and removed unused SAFE_FOR_JQUERY test cases</li> <li>Added Node 14.x to existing test coverage</li> </ul> <h2>DOMPurify 2.1.0</h2> <ul> <li>Fixed several possible mXSS patterns, thanks <a href="https://github.com/hackvertor">@hackvertor</a></li> <li>Removed the <code>SAFE_FOR_JQUERY</code> flag (we are safe by default now for jQuery)</li> <li>Removed several now useless mXSS checks</li> <li>Updated the mXSS check for elements</li> <li>Updated test cases to cover new sanitization strategy</li> <li>Updated test website to use newer jQuery</li> <li>Updated array of tested browsers and removed legacy browsers</li> <li>Added "auto convert" checkbox to test website, thanks <a href="https://github.com/hackvertor">@hackvertor</a></li> </ul> <h2>DOMPurify 2.0.17</h2> <ul> <li>Fixed another bypass causing mXSS by using MathML</li> </ul> <h2>DOMPurify 2.0.16</h2> <ul> <li>Fixed an mXSS-based bypass caused by nested forms inside MathML</li> <li>Fixed a security error thrown on older Chrome on Android versions, see <a href="https://github-redirect.dependabot.com/cure53/DOMPurify/issues/470">#470</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/b11cb72fd45b9489ad989517e22b6141743a9fa3"><code>b11cb72</code></a> chore: Preparing 2.2.6 release after failed 2.2.5 attempt /2</li> <li><a href="https://github.com/cure53/DOMPurify/commit/395cc83147f9331be444ca5b91c9eeb832c5a26a"><code>395cc83</code></a> chore: Preparing 2.2.6 release after failed 2.2.5 attempt</li> <li><a href="https://github.com/cure53/DOMPurify/commit/8a1c8876a7552b44da7fea579965136058d966b9"><code>8a1c887</code></a> chore: Preparing 2.2.5 release</li> <li><a href="https://github.com/cure53/DOMPurify/commit/77e740e55fed2bef6fd7fcb0e8ac428154e17d03"><code>77e740e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cure53/DOMPurify/issues/496">#496</a> from securityMB/main</li> <li><a href="https://github.com/cure53/DOMPurify/commit/9dd47cba160f95667f2bbda1867100464bd82643"><code>9dd47cb</code></a> Create a polyfill for <strong>lookupGetter</strong> to make IE10 happy</li> <li><a href="https://github.com/cure53/DOMPurify/commit/8e299900fb42a49045b6025ca472cbc4d525e178"><code>8e29990</code></a> fix: Made use of proper helper method to get parentNode</li> <li><a href="https://github.com/cure53/DOMPurify/commit/7e3a705eaef9dcaa54a318ccb0675730c3edc744"><code>7e3a705</code></a> fix: Fixed an issue with parent node mapping in MSIE11</li> <li><a href="https://github.com/cure53/DOMPurify/commit/d1cf8c6dfcfc1d3332dec85b3870de687273c718"><code>d1cf8c6</code></a> test: Fixed additional Edge 17 and MSIE11 tests</li> <li><a href="https://github.com/cure53/DOMPurify/commit/144637266c9496db94c1e3409290a9b25aa39e6a"><code>1446372</code></a> test: Fixed a bunch of Edge 17 and MSIE11 tests</li> <li><a href="https://github.com/cure53/DOMPurify/commit/7d9bc6a0ff0c2a98532020fcddb6864638179ce5"><code>7d9bc6a</code></a> fix: Removed usage of has()</li> <li>Additional commits viewable in <a href="https://github.com/cure53/DOMPurify/compare/2.0.11...2.2.6">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a month
create barnchgregorypratt/formiopoc
branch : dependabot/npm_and_yarn/dompurify-2.2.6
created branch time in a month
PR opened BlazeSoftware/site
Bumps ini from 1.3.5 to 1.3.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ini/commit/a2c5da86604bc2238fe393c5ff083bf23a9910eb"><code>a2c5da8</code></a> 1.3.8</li> <li><a href="https://github.com/npm/ini/commit/af5c6bb5dca6f0248c153aa87e25bddfc515ff6e"><code>af5c6bb</code></a> Do not use Object.create(null)</li> <li><a href="https://github.com/npm/ini/commit/8b648a1ac49e1b3b7686ea957e0b95e544bc6ec1"><code>8b648a1</code></a> don't test where our devdeps don't even work</li> <li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li> <li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li> <li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li> <li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li> <li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li> <li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li> <li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a month
create barnchBlazeSoftware/site
branch : dependabot/npm_and_yarn/ini-1.3.8
created branch time in a month
PR opened BlazeSoftware/css
Bumps ini from 1.3.5 to 1.3.8. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ini/commit/a2c5da86604bc2238fe393c5ff083bf23a9910eb"><code>a2c5da8</code></a> 1.3.8</li> <li><a href="https://github.com/npm/ini/commit/af5c6bb5dca6f0248c153aa87e25bddfc515ff6e"><code>af5c6bb</code></a> Do not use Object.create(null)</li> <li><a href="https://github.com/npm/ini/commit/8b648a1ac49e1b3b7686ea957e0b95e544bc6ec1"><code>8b648a1</code></a> don't test where our devdeps don't even work</li> <li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li> <li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li> <li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li> <li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li> <li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li> <li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li> <li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a month
create barnchBlazeSoftware/css
branch : dependabot/npm_and_yarn/ini-1.3.8
created branch time in a month
PR opened BlazeSoftware/typd
Bumps ini from 1.3.5 to 1.3.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li> <li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li> <li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li> <li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li> <li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li> <li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li> <li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a month
create barnchBlazeSoftware/typd
branch : dependabot/npm_and_yarn/ini-1.3.7
created branch time in a month
PR opened BlazeSoftware/togglz
Bumps ini from 1.3.5 to 1.3.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li> <li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li> <li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li> <li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li> <li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li> <li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li> <li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr created time in a month
create barnchBlazeSoftware/togglz
branch : dependabot/npm_and_yarn/ini-1.3.7
created branch time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 8e1ffef301fe29b04d742aa31e707ebc7a0bef1c
initialise page using useState
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 75a076e51164293d86300bf1d055c81572a8dbc4
added worksheet data and worksheet component. chnaged json structure to use areas rather than children
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha bfe4a77eaafa00604a5a3f7297138434b8352fcc
moved position styles into LayoutBox and moved render children into LayoutComponent
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 624a19c63a580985676ef0ebbc82f7eb84c47586
adding prettier configuration to the repo and formatting existing files
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 5bebd3b2ba8622ae01f387fca9622ce2974baded
install react-redux packages
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 991afd816d3841e07fb64cac61b90a1d02f91eba
empty commit BOA-3729: prevent page crashing when process fails to run
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha b3330762a4140bb13128da27c301b26acc2c3cd0
rendering cards in the correct position using styles from config
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 8e69ae2adba481ec6dd0ff8e24a5e5ce5b653b7e
add prettier dependency
commit sha 3e5ccf9b5efa1f58818f6b1861ccd950d0c79684
Merge branch 'main' of https://github.com/PenguinTeamAnaplan/report-page-app into main
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 2d8d01987229ab3ac39050d48df9cd7d8a2af9fc
Nick update readme test push
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 90d5d4ee458a3afad510fae48fd1e3b2a4871c9a
hello there!
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 4dde868506c3718860d5a52c8c11079b49c98ea3
create card components and pass it to the layout engine
commit sha d9d68bbbf50147f2c719a1dc1810ebf5daa2d03d
Merge branch 'main' of https://github.com/PenguinTeamAnaplan/report-page-app into main
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 04ff04b7c38838266652d0746dfac3bbf6cbeb10
move the reportPageData to a different file
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 89dcd681df0ed22216c445af86265b383f10b45b
update readme
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 97d4276b5a9e47629ead782747f5f95c9a11eccb
print basic LayoutEngine data
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 4a26147758a61f142d2c2a17144b360d2a3377db
rename app to LayoutEngine and output some json data
push time in a month
push eventPenguinTeamAnaplan/report-page-app
commit sha 1f898f75e60a8aa4a9d6b82dd358d3923f5aa170
remove css, images and test files
push time in a month