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: liferay/clay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.23.0
Choose a base ref
...
head repository: liferay/clay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.23.2
Choose a head ref
  • 6 commits
  • 72 files changed
  • 2 contributors

Commits on Dec 14, 2021

  1. fix(clay-link): listens for the handleClick event and removes the p…

    …reventDefault call by default
    
    Calling the `preventDefault` method every time on Click will change the behavior for all components and we don't want that because we will be breaking all existing behaviors.
    
    I'm also changing the demo to listen for the `handleClick` event, it is called internally due to the explicit listener added in the component but its name is changed due to the ClayComponent implementation.
    matuzalemsteles committed Dec 14, 2021
    Copy the full SHA
    29be437 View commit details
  2. Merge pull request #4500 from liferay/4461-pr

    fix(clay-link): listens for the `handleClick` event and removes the preventDefault call by default
    julien authored Dec 14, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    62a4e39 View commit details
  3. Copy the full SHA
    b6b371a View commit details

Commits on Dec 16, 2021

  1. fix(clay-css): Revert "fix(clay-css): atlas-variables.scss and `bas…

    …e-variables.scss` should be Sass partials. The CSS equivalent shouldn't be created since these files are only meant to be consumed by `.scss` files."
    
    This reverts commit 5d33765.
    matuzalemsteles committed Dec 16, 2021
    Copy the full SHA
    c3e951f View commit details
  2. Merge pull request #4509 from matuzalemsteles/revert-files

    fix(clay-css): Revert "fix(clay-css): `atlas-variables.scss` and `bas…
    matuzalemsteles authored Dec 16, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    86c8652 View commit details
  3. Copy the full SHA
    a45d695 View commit details
Loading