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: less/less.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.1
Choose a base ref
...
head repository: less/less.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.2
Choose a head ref
  • 7 commits
  • 22 files changed
  • 2 contributors

Commits on Dec 8, 2024

  1. fix(issue:3737) allow blank variable declarations (#4294)

    * Fixes issue with blank CSS variable declarations.
    puckowski authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    509a007 View commit details
    Browse the repository at this point in the history
  2. fix(issue:4258) variable interpolation after math (#4292)

    * fix(issue:4258) variable interpolation after math
    
    * Fixes variable interpolation issue after previous variable addition.
    
    * chore: fix rebase issue
    
    * Fix rebase issue for fix for issue #4258.
    puckowski authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    304c310 View commit details
    Browse the repository at this point in the history
  3. fix(issue:4264) strip line comment from expression (#4293)

    * Fix for issue #4264. Strip line comments from expressions to avoid
      invalid CSS output.
    puckowski authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    145d95e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. fix(issue:4301) at-rule declarations missing (#4302)

    * Fixes issue #4301. At-rule declarations may go missing or are
      incorrectly merged under certain nesting conditions.
    * Added more ```@container``` tests.
    puckowski authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    9d92b0c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. ci: enhance our test environment setup (#4291)

    * fix: pptr timeout issue
    
    * fix: try again
    
    * chore: fix pptr timeout issue
    
    * fix: test scripts
    
    * chore: drop node 10/12/14
    
    * fix: node 23 deprecated api
    
    * chore: tru again
    
    * fix: windows
    
    * fix: windows is
    
    * chore: test node14
    
    * fix: drop node v10/v12/v14 support
    
    * chore: remove sandbox config
    
    * fix: add sandbox config
    
    * ci: try playwright
    
    * chore: update ci yml
    
    * chore: test node
    
    * chore: add all test
    
    * fix: yml grammer
    
    * chore: try topo
    
    * chore: node23 test
    
    * chore: nodejs v23
    
    * fix: yml grammer
    
    * fix: steps's id
    
    * chore: final test config
    
    * chore: update folder name
    
    * chore: refactor
    
    * chore: update title
    
    * chore: improve code quality
    iChenLei authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    c2053cb View commit details
    Browse the repository at this point in the history
  2. fix: node23 ci (#4309)

    * fix: node23 ci
    
    * Update package-lock.json
    
    * chore: rename node23 ci
    
    * chore: rename
    iChenLei authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    ab5c82f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. Release v4.2.2 (#4307)

    * Release v4.2.2
    
    * Update files for Release/v4.2.2.
    
    * chore: update changelog for CI merges
    
    * Update CHANGELOG.md for recent CI update merges.
    puckowski authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    1e7b003 View commit details
    Browse the repository at this point in the history
Loading