next-drupal
next-drupal copied to clipboard
Next.js for Drupal has everything you need to build a next-generation front-end for your Drupal site: SSG, SSR, and ISR, Multi-site, Authentication, Webforms, Search API, I18n and Preview mode (works...
This pull request is for: - [x] `packages/next-drupal` GitHub Issue: #665 ## Describe your changes The `DrupalClient` class has been refactored to inherit from 2 base classes. All the methods...
### Package next-drupal (NPM package) ### Describe the feature request The goal of the 2.0.0 releases of `next-drupal` (NPM package) and `next` (Drupal module) is to have release that is...
### Package Not package-specific ### Describe the feature request In Next.js documentation, `"slug"` is used as an example of a Dynamic Path Segment of a route. It's a _convention_ in...
### Package next (Drupal module) ### Ask the question Hello, When we view content in Drupal, we are getting a redirect error in the iframe. We are able to click...
### Package next-drupal (NPM package) ### Describe the feature request Many Next Drupal methods rely on the context object that the page router provides to `getStaticProps`. According to the typings...
Bumps [yup](https://github.com/jquense/yup) from 0.32.11 to 1.4.0. Release notes Sourced from yup's releases. v1 Because I finally got around to it jquense/yup#1906 v1.0.0-beta.7 Fixes published artifacts for the main field v1.0.0-beta.5...
Provides dynamic consumer paths from generated URL using Consumer collection route. fixes #615 This pull request is for: (mark with an "x") - [ ] `examples/*` - [x] `modules/next` -...
### Package containing the bug next (Drupal module) ### Describe the bug I need to extend the getMenu method of the DrupalClient class in a Typescript environment. To do so...
I've noticed that if I add syncDrupalPreviewRoutes in my app.tsx my bundle size is increased by about 100kb however if I just include the function in my app.tsx sync still...
Bumps [next-seo](https://github.com/garmeeh/next-seo) from 4.29.0 to 6.5.0. Release notes Sourced from next-seo's releases. v6.5.0 What's Changed Fix properties BreadCrumbJsonLdProps by @tiagobbraga in garmeeh/next-seo#1374 New Contributors @tiagobbraga made their first contribution in...