1.9.0 • Published 4 years ago

@yoast/algolia-search-box v1.9.0

Weekly downloads
57
License
GPL-3.0
Repository
github
Last release
4 years ago

JavaScript

Packages

Monorepo for all the JavaScript within Yoast.

javascript/packages

This monorepo includes reusable packages:

All new package should be scoped with @yoast/ , so they can be published as part of the Yoast organisation. When creating a new package with translations, please mind that they need to be added to the pipeline (for context see this issue).

javascript/apps

This monorepo includes apps for testing purposes. These apps are not published. Apps include:

General file structure of a package

  • /src. Source files
  • /tests. Unit tests.
  • /tools. Tooling necessary to build or test.
  • /package.json

Useful commands

The following commands can be executed from the javascript project root:

  • yarn install, will intall all dependencies for all packages.
  • yarn lint, will run linting for all pacwhichkages.
  • yarn test, will run tests for all packages.
  • yarn link-all, will run yarn link for all packages.
  • yarn unlink-all, will run yarn unlink for all packages.

What lives where?

https://github.com/Yoast/YoastSEO.js moved to packages/yoastseo. https://github.com/Yoast/yoast-components moved to packages/yoast-components.

Moving pull requests & branches

These need to be moved manually. For your convenience the yarn transfer-branch command exists. It has 3 arguments:

  • Package: Which package to transfer to/from, has the following options:

    • yoastseo
    • yoast-components
  • Base branch: Which branch the branch you want to move is based on. It is the base branch in a pull request.

  • Branch to move: The branch you want to move.

These arguments are positional. Think yarn transfer-branch [package] [base-branch] [branch-to-move].

After moving the branch connected to a pull request you need to manually recreate the pull request here. That should be a matter of copy & pasting and linking to the original PR for archive purposes.

1.10.0-rc.0

4 years ago

1.9.0

4 years ago

1.9.0-rc.0

5 years ago

1.8.0-rc.0

5 years ago

1.7.0

5 years ago

1.7.0-rc.0

5 years ago

1.6.0

5 years ago

1.6.0-rc.0

5 years ago

1.5.0

5 years ago

1.5.0-rc.0

5 years ago

1.4.0

5 years ago

1.4.0-rc.1

5 years ago

1.4.0-rc.0

5 years ago

1.3.0

5 years ago

1.3.0-rc.2

5 years ago

1.2.0

5 years ago

1.3.0-rc.1

5 years ago

1.2.0-rc.0

5 years ago

1.1.0

5 years ago

1.1.0-rc.1

5 years ago

1.1.0-rc.0

5 years ago

1.0.0

5 years ago

1.0.0-rc.7

5 years ago

1.0.0-rc.6

5 years ago

1.0.0-rc.5

5 years ago

1.0.0-rc.4

5 years ago

1.0.0-rc.3

5 years ago