-
Notifications
You must be signed in to change notification settings - Fork 106
Cpfed 3689 master merge 20210611 #1679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
wesruv
merged 120 commits into
CPFED-3689-new-navigation-epic
from
CPFED-3689-master-merge-20210611
Jun 15, 2021
Merged
Cpfed 3689 master merge 20210611 #1679
wesruv
merged 120 commits into
CPFED-3689-new-navigation-epic
from
CPFED-3689-master-merge-20210611
Jun 15, 2021
Conversation
This file contains hidden or 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
* fix: Add back an empty html file so the style tag can be appended * fix: Changelog update * fix: Add a container to maintain style tag in rebuild * fix: Add polyfill to fix IE11 break * fix: Update baselines
* v1.4.0 * remove bundles after 1.4.0 tag
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
…iant of tabs (#1124) * add support for active vs inactive background colors on wind variant * formatting * Documentation update * changelog * Tidy code Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
Co-authored-by: castastrophe <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Add nvmrc * chore: Pushing up a package-lock update Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* 1305: Fixing storybook error in pfe-primary-detail * First pass at storybook * Add pfe-codeblock to the storybook instance for code rendering and update pfe-primary-detail * Update codeblock to include line-numbers * Revert readme update Co-authored-by: Wes Ruvalcaba <[email protected]>
* Updating docs of this.getSlot Previous comment seemed off, suggesting an update that I think is clearer * Updated my update to docs * Updates per feedback Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
#1528) * test: Pushing the ratios higher * test: Updating tabs issues on snapshots, working through issues with overflow on the IE baselines; pfe-band bug? * test: Updating baselines * test: Revert pfe-band updates * test: Remove pfe-band dependency * test: Update baselines for pfe-tabs * Update elements/pfe-tabs/demo/demo.css * Remove interpolation and add IE11 fallback for surfaces * test: Pull out pfe-base updates into separate PR * test: Move broadcasted styles to demo.css in pfe-tabs instead of sourcing from base Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update package with clean tasks * chore: Move component clean to script * chore: Remove package-lock from the clean task * chore: Interpolate js variable in build script * chore: Add clean:all, remove preinstall clean task * chore: Update package to remove postci task * chore: Components already clean themselves up in the gulp task 🤦♀️ * Delete content inside the vrt-snapshots folder, not the folder itself * chore: Focus e2e cleaning on specific files * chore: Remove the clean task from clean:all because it deletes node_modules
* cleaned up code and tied it all together * fix word-count calculation functionality * Updating readtime calculation to be based on the average readtime of supported countries * update demo page styles as well as add language code functionality * remove some css * demo page updates * Pair programming * WIP updates for multiple calls to functions from observers. * fix JS * fix for -forChangedHandler * update pfe-readtim_test * Update JS to not show pfe-readtime if the calculated readtime is <1 minute and update demo page to show this example in action. * Update elements/pfe-readtime/demo/pfe-readtime.story.js Co-authored-by: [ Cassondra ] <[email protected]> * Update elements/pfe-readtime/README.md Co-authored-by: [ Cassondra ] <[email protected]> * some code review feedback items * update vue and react test.html files * code review updates * update readme * add var for font size * WIP: AT updates * clean up test.html * fix: added setup element references to readtime element * fixes for lang fuctionality * cleanup of lang code functionality * WIP: fix hidding readtime if there is no value * Adding in getters & attributes * update changelogs * Update baselines * add test for templateString * update templateString test name * Update tests * Revert clipboard update * Update storybook * Fix template error Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: heyMP <[email protected]>
* v1.5.0 * remove bundles after 1.5.0 tag
* cleaned up code and tied it all together * fix word-count calculation functionality * Updating readtime calculation to be based on the average readtime of supported countries * update demo page styles as well as add language code functionality * remove some css * demo page updates * Pair programming * WIP updates for multiple calls to functions from observers. * fix JS * fix for -forChangedHandler * update pfe-readtim_test * Update JS to not show pfe-readtime if the calculated readtime is <1 minute and update demo page to show this example in action. * Update elements/pfe-readtime/demo/pfe-readtime.story.js Co-authored-by: [ Cassondra ] <[email protected]> * Update elements/pfe-readtime/README.md Co-authored-by: [ Cassondra ] <[email protected]> * some code review feedback items * update vue and react test.html files * code review updates * update readme * add var for font size * WIP: AT updates * clean up test.html * fix: added setup element references to readtime element * fixes for lang fuctionality * cleanup of lang code functionality * WIP: fix hidding readtime if there is no value * Adding in getters & attributes * update changelogs * Update baselines * add test for templateString * update templateString test name * Update tests * Revert clipboard update * Update storybook * Fix template error * Update readme * remove 1 test * replace wordcunt logic with a more accurate regex * fix js and minor updates to demos * Update elements/pfe-readtime/src/pfe-readtime.js Co-authored-by: [ Cassondra ] <[email protected]> * Update elements/pfe-readtime/src/pfe-readtime.js Co-authored-by: [ Cassondra ] <[email protected]> * branch feedback and updates to demo page Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: heyMP <[email protected]>
* v1.5.1 * remove bundles after 1.5.1 tag
* docs: moving docs to 11ty * updating to v1.3.3 of PatternFly Elements * updating documentation footer link * Update README.md * fork: 11ty updates; scripting assist (#1508) * Work on creating a "source of truth" for the docs * Add docs folder * Update build to pull in assets from components * Remove component assets from git log * Update readme instructions; add script for installing 11ty * Update scripts * Minor CSS tweak to push footer to bottom no matter how much content exists Co-authored-by: castastrophe <[email protected]> * Alias deploy-docs script to build-docs * Ignore node_modules on the docs directory * Add storybook assets to the publish directory; update spandx localhost to use docs directory; add brand assets to docs build * Resolve assets missing from site during build * Update reference to brand assets * Update package to resolve warnings in console * Update all demo pages to source requirejs from a cdn instead of as a dependency of the project * Update node modules references to use locally built components * Updating referencing to CDNs * Remove travis config * Remove storybook copy as it's built to the docs directory now Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: castastrophe <[email protected]>
* chore: Update builds to run in parallel; fix watch error * chore: Add async support for watch tasks Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: Update builds to run in parallel; fix watch error * chore: Add async support for watch tasks * docs: Resolve storybook error; migrate 11ty templates * docs: Abstracting header and footer * docs: Working through rendering issue * docs: Remove build script * docs: Update mkdir logic * docs: Clean up templates * docs: Update templates for imports * docs: Updating the config * docs: Remove doc-listing-inject for now * docs: Update doc listing logic * docs: Add a way to render the TODOS are JSON * docs: Apply design suggestions from Dan * docs: Updating READMEs * docs: Updating CDN references * docs: Update package and remove spandx config * docs: Adjusting the watch script * docs: Update build script * docs: Adjust how packages are brought in so they are loaded in the head * docs: Temporarily remove packages * docs: Run build before storybook and docs * docs: Update build flow * docs: Change mkdir logic * docs: Update script for build * docs: Maintain link to demo pages in footer of production * docs: Fix parallelization in watch task * docs: Update README Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore(deps): [security] bump y18n from 3.2.1 to 3.2.2 Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. **This update includes a security fix.** - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> * y18n update validates object.entries Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
* fix: Fix content set ID copy to shadow dom * chore: spell check fix Co-authored-by: Michael Potter <[email protected]>
* v1.9.2 * remove bundles after 1.9.2 tag
* US293986 Updates docs for testing * US293986 Update docs based on feedback Co-authored-by: Zack Hawkins <[email protected]> Co-authored-by: Kyle Buchanan <[email protected]>
* chore: Dependabot wdio update throwing unexpected e2e error * chore: Update pfe-modal with missing polyfil * chore: Pull out unrelated jump links update * chore: Update collapse baseline for IE and clipboard acceptance ratio * chore: Correct browser logic for skipping IE baselines in pfe-icon and pfe-progress-steps * chore: Update baseliens for icon and dropdown
* chore(deps-dev): bump caniuse-db from 1.0.30001226 to 1.0.30001232 Bumps [caniuse-db](https://github.com/Fyrd/caniuse) from 1.0.30001226 to 1.0.30001232. - [Release notes](https://github.com/Fyrd/caniuse/releases) - [Commits](https://github.com/Fyrd/caniuse/commits) Signed-off-by: dependabot[bot] <[email protected]> * Update package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
Bumps [gulp-replace](https://github.com/lazd/gulp-replace) from 1.1.1 to 1.1.3. - [Release notes](https://github.com/lazd/gulp-replace/releases) - [Commits](lazd/gulp-replace@v1.1.1...v1.1.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….8 (#1655) Bumps [@storybook/storybook-deployer](https://github.com/storybooks/storybook-deployer) from 2.8.7 to 2.8.8. - [Release notes](https://github.com/storybooks/storybook-deployer/releases) - [Changelog](https://github.com/storybookjs/storybook-deployer/blob/master/CHANGELOG.md) - [Commits](storybook-eol/storybook-deployer@v2.8.7...v2.8.8) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 89.0.0 to 90.0.1. - [Release notes](https://github.com/giggio/node-chromedriver/releases) - [Commits](giggio/node-chromedriver@89.0.0...90.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](sinonjs/sinon@v9.2.4...v11.1.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]>
Bumps [dotenv](https://github.com/motdotla/dotenv) from 8.2.0 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v8.2.0...v10.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* US296521 fix: set margin-top for ctas in footer after the second one. * US296521 - reset margin-top to 0 for CTAs on desktop * fix: fixed z-index issue on demo page. * chore: update changelog Co-authored-by: [ Cassondra ] <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: heyMP <[email protected]>
bugfix wrong filename in package jason Co-authored-by: Jochen Kühner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.