Opened 6 years ago

Closed 6 years ago

#10698 closed enhancement (fixed)

libsass-3.5.4

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (8)

comment:1 by Douglas R. Reno, 6 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 6 years ago

Milestone: hold8.3

comment:3 by Douglas R. Reno, 6 years ago

Summary: libsass-3.5.3 (part of sassc) Hold until gnome 3.28.2.libsass-3.5.3 (part of sassc)

comment:4 by Douglas R. Reno, 6 years ago

Summary: libsass-3.5.3 (part of sassc)libsass-3.5.4 sass-3.5.6

comment:5 by Douglas R. Reno, 6 years ago

Fixes

    Revert sass2scss@v1.1.2 update (@xzyfer, #2637 #2638)

Breaking

This breaking change was unintentionally released early. However since this is the desired behaviour moving forward we're going to roll-forward with it.
Raw CSS @imports

This is a non-standard, and confusion feature. Implementors can now
opt into supporting @importing additional file extensions with
sass_option_push_import_extension.

An @import that resolves to a .css file will produce a deprecation
warning. This deprecation messaage will be removed in the upcoming 3.6
release.

DEPRECATION WARNING on line 1, column 8 of /libsass/test.scss:
Including .css files with @import is non-standard behaviour which will be removed in future versions of LibSass.
Use a custom importer to maintain this behaviour. Check your implementations documentation on how to create a custom importer.

(@xzyfer, #2613, #2615)
Community

    Add nim-sass to implementations list (@zacharycarter, #2592)
    Add Haskell bindings to implementations list (@jakubfijalkowski, #2612)
    Add SharpScss and LibSassHost bindings to implementations list (@tompazourek, #2623)
    Update node-sass link in implementations list (@xzyfer, b866ad5)
    Update Unicode doc after forcing UTF8/plain ASCII (@mgreter, #2596)
    Update compatibility section of the read me (@xzyfer, 9266d26)

Features

    Update sass2scss@v1.1.2 (@mgreter, #2602)
    Emit transparent colours as rgba(0, 0, 0, 0) (@xzyfer, #2298)
    Add a sass_option_push_import_extension C-API (@xzyfer, #1964)

Fixes

    Fix output/error for modulo zero operation (@mgreter, #2593)
    Fix automake build if sassc is missing (@mgreter, #2601)
    Fix handling of colours in @at directives (@mgreter, #2360)
    Fix edge case converting achromatic colors to HSL (@mgreter, #2604)
    Fix evaluation of arithmetic inside interpolation (@mgreter, #2203)
    Fix handling of @important in custom properties (@xzyfer, #2590)
    Fix duplicate definition of out_of_memory macro (@thatguystone, #2619)
    Fix merging of nested media queries with negation (@xzyfer, #2425)
    Fix regression in parsing selector with trailing escaped colon (@xzyfer, #2625)
    Fix segfault on empty custom properties (@xzyfer, sass/sassc#225)

comment:6 by Douglas R. Reno, 6 years ago

3.5.6

    Allow ! in custom property values.

    var() may now be passed in place of multiple arguments to rgb(), rgba(), hsl() and hsla().

    Don't crash on custom properties that aren't followed by semicolons.

    Don't crash when normalizing numbers with complex units.

    Don't crash on $x % 0.

comment:7 by Douglas R. Reno, 6 years ago

Summary: libsass-3.5.4 sass-3.5.6libsass-3.5.4

Sassc-3.5.0 is still the current version. This is confusing.

comment:8 by Douglas R. Reno, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r20357

Note: See TracTickets for help on using tickets.