javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Monorepo for all the JavaScript within Yoast

Results 95 javascript issues
Sort by recently updated
recently updated
newest added

## Explanation The current sentence and word tokenizers/parsers take into account HTML. In https://github.com/Yoast/javascript/issues/406 we will build parsers for sentences and words that assume there is not HTML in the...

## Explanation The current tree parser can only parse standard HTML. However, with the new Gutenberg editor, WordPress has added a way of combining HTML-elements into blocks. We want to...

Package: yoastseo
component: parse tree
innovation

In the .travis.yml, we used to specify the usage of the lts version of node. However, the Travis builds started failing when Travis started using node 12.13.0 instead of 10.16.3...

development
tooling

## Explanation The standalone demo app http://localhost:3333/ doesn't work with Internet Explorer 11 because of some obscure (IE11 doesn't help) JS errors. Especially relevant when there's the need to test...

## Explanation When trying to click `Edit snippet` in the Snippet Editor on the local Yoast Components page, an error gets thrown because the `theme` prop can not be found....

bug
Package: search-metadata-previews

## Explanation I'm trying to use yoastseo but but it's giving me the following error: ![image](https://user-images.githubusercontent.com/36394543/57576192-f9806a80-7427-11e9-8cfd-144608c2c981.png) ![image](https://user-images.githubusercontent.com/36394543/57576198-1452df00-7428-11e9-9baf-ebd9076da527.png) ## Technical info I'm using laravel 5.7 package.json file: ```javascript { "devDependencies": {...

## Summary Adds an Alert component to Yoast components. It has 4 different styles that can be set in its props: info, warning, error & success. It has an option...

## Explanation We have a few different implementations of a "X" close button here and there. For example in the yoast component for the new Alert https://github.com/Yoast/javascript/pull/349, and then on...

enhancement

## Explanation The WordOccurrences component uses a translatable string that doesn't take into account singular / plural forms: ``` sprintf( __( "%d occurrences", "yoast-components" ), occurrence ) ``` Instead, it...

## Explanation Noticed while working on https://github.com/Yoast/javascript/pull/345. The favicon in the Mobile snippet preview is misplaced on RTL: The image margin needs to be swapped on RTL. To reproduce: -...

good first issue
Package: search-metadata-previews