Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eea/volto-eea-website-theme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: eea/volto-eea-website-theme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    877e520 View commit details
    Browse the repository at this point in the history
  2. fix(report-navigation): use report-navigation class instead of smart-toc

    - Also avoid adding title if we don't have any title set,
      on edit has_custom_name still retains empty header div
      when removing the text from the title field
    ichim-david committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    f4d7f56 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. fix(context-navigation): missing content types on layout or inside tabs

    - We don't have access to the components data from props as such we
      need to get it from the redux store
    ichim-david committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    0ab2a04 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. fix(number-widget): from Volto core to parse values to int avoiding p…

    …assing wrong values to restapi code such as context navigation
    ichim-david committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    0d67686 View commit details
    Browse the repository at this point in the history
  2. fix(context-navigation): contentTypes choice list when creating a new…

    … object
    
    - Somehow after 1 return of the proper array of types, we were getting
      this kind of return:
      Object { "@id": "http://localhost:3000/en/page-content/new-
      page/@types" }
    ichim-david committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d1ccc75 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. chore: fix eslint config lint warning and avoid warning for active pr…

    …operty within report navigation block list items
    ichim-david committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    9b3b03c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. fix(ContextNavigation): Add memoization for View that triggered fetch…

    … on Edit page modifications
    ichim-david committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    48fdf60 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. fix(context-navigation): re-rendering that was triggered when typing …

    …inside a slate (#275)
    
    - This way we avoid uneccessary re-renders that
      previously also made a fetch call to @contextNavigation endpoint
    ichim-david authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    3870259 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    ichim-david authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    b14f4c4 View commit details
    Browse the repository at this point in the history
  3. Automated release 3.4.0

    EEA Jenkins committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    1b81705 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. fix(UniversaLink): use download prop in calculating anchor for downlo…

    …adable files refs#281622
    nileshgulia1 committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    239b492 View commit details
    Browse the repository at this point in the history
  2. Automated release 3.4.0

    EEA Jenkins committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    650c7c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from eea/develop

    Release
    avoinea authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    5e0c608 View commit details
    Browse the repository at this point in the history
Loading