All Versions
38
Latest Version
Avg Release Cycle
17 days
Latest Release
2582 days ago

Changelog History
Page 1

  • v6.54.0

    March 29, 2017
  • v6.53.1

    March 18, 2017
  • v6.53.0 Changes

    March 14, 2017

    ๐Ÿš€ This release mainly brings updates to third-party components.

    ๐Ÿ”’ Security fixes:

    • None

    ๐Ÿ†• New components:

    • None

    ๐Ÿ†• New features:

    • ๐Ÿ‘‰ Use immutable caching with immutable in Cache-Control header
    • โž• Add query parameters when loading AMD modules, so that updates of Bower/NPM packages and system modules will result in actual files reloading on frontend

    โšก๏ธ Updates:

    • ๐Ÿ†• New upstream version of Composer
    • ๐Ÿ†• New upstream version of html5sortable
    • โœ… Custom version of Alameda rebased against latest upstream version
    • โœ… wp-cli/php-cli-tools rebased against latest upstream version
    • โœ… Polymer and WebComponents.js rebased against latest upstream versions
    • ๐Ÿš€ TinyMCE rebased against latest stable release
    • HTML Purifier

    ๐Ÿ›  Fixes and small improvements:

    • System:
      • Windows doesn't like start in files/directories names, let's fix this
      • Move built-in AMD modules list from zz1.alameda-setup.ls to backend event handler
      • Added readme information about Polymer build used in CleverStyle Framework
    • Http server
      • Increase react/http dependency version

    ๐Ÿ—„ Deprecations:

    • None

    Possible partial compatibility breaking (very unlikely, but still possible):

    • None

    โฌ‡๏ธ Dropped backward compatibility:

    • None

    ๐Ÿ’… Latest builds on downloads page (details about installation process) or download source code and build it yourself

  • v6.45.2

    December 28, 2016
  • v6.45.1

    December 25, 2016
  • v6.45.0 Changes

    December 18, 2016

    ๐Ÿš€ This release brings a number of small tweaks and improvements, the most noticeable being related to frontend.

    ๐Ÿ“ฆ First frontend improvement is about RequireJS/Alameda support being improved by generating more advanced packages configs instead of simple paths (lodash-amd can now be used without issues). Also custom version of Alameda is now used in order to support some not completely valid modules, that might appear in the wild (this is better than not supporting those at all).

    ๐Ÿฑ Second frontend improvement is about how framework stores frontend cache: now everything is copied into public cache directory, so that it is possible to process all necessary assets (including images, fonts, etc) by just traversing files in this single directory.

    ๐Ÿ“š As usual, there are other small improvements, more tests, updated documentation and updated third-party components to their latest versions.

    ๐Ÿ”’ Security fixes:

    • None

    ๐Ÿ†• New components:

    • None

    ๐Ÿ†• New features:

    • ๐Ÿ‘Œ Improved RequireJS support with generating packages configs instead of just paths for Bower/NPM packages (enables using packages like lodash-amd with multiple components inside)
    • ๐Ÿ“ฆ System/Page/requirejs event extended to also expose possibility to add RequireJS packages
    • ๐Ÿฑ Prefer non-minified files for RequireJS when assets compression is not used
    • โž• Added custom version of Alameda that allows to load more packages that can be found in the wild even if they are technically broken (readme file added with details about this)
    • โž• Added cs.ui.prompt() method as nice looking replacement for window.prompt()
    • โšก๏ธ Update tooltip contents as tooltip property on element gets updated
    • Content-based files naming in public cache
    • All images, fonts and other stuff used in CSS files are now copied into public cache directory, so that post-processing might be executed on single directory
    • โž• Added support for paths that are relative to the root of the website (these were previously considered absolute) in CSS processing
    • Nested CSS imports are now also processed even if they have media query associated with them
    • It is almost 2017 and HTTP/2 is here, let's stop inlining any resources in CSS except plain CSS

    โšก๏ธ Updates:

    • ๐Ÿ†• New upstream version of Font Awesome
    • ๐Ÿ†• New upstream version of autosize
    • ๐Ÿ†• New upstream version of Composer
    • ๐Ÿ†• New upstream version of html5sortable
    • ๐Ÿ†• New upstream version of Prism
    • ๐Ÿ†• New upstream version of PHPMailer
    • ๐Ÿ†• New upstream version of Polymer (still with Shady DOM removed)
    • ๐Ÿ†• New upstream release of HybridAuth
      • New HybridAuth providers:
      • Amazon
      • Strava
    • ๐Ÿ†• New version of TinyMCE (current git version)

    ๐Ÿ›  Fixes and small improvements:

    • System:
      • Use newer APCu version with PHP7 on Travis CI
      • Stop using parse_url() function
      • There are no methods for getting information about executed queries in 6.x, so now we can do some simplifications
      • Framework doesn't support installation into subdirectory, so lets remove path from URL in installer
      • Optimized translation processing for cs.Language on frontend by not creating functions for keys that don't need to support formatting
      • Tiny UI fix for button appearance after normalize update
      • Tiny builder fix
      • In installed framework store original license.txt under license-cleverstyle-framework.txt
      • Tiny fix for the issue that causes system update impossible in UI
      • webcomponents/webcomponentsjs#642 applied on top of minified WebComponents.js
      • Hide implementation details of callbacks in cs.ui.* methods - no need for consumers to know that it happened because of click on a button
      • Tiny UI tweak in administration, option doesn't have any effect without assets compression
      • Fix for relative paths to scripts in assets cache without vulcanization
      • Run quick tests on Travis CI using HHVM
      • Use Phar version of htmlpurifier: it is bigger, but works under HHVM
      • Return empty string instead of string with 0 when casting cs\False_class to string
      • mysqli_result::get_result() method might not be implemented (see https://secure.php.net/manual/en/mysqli-stmt.get-result.php#refsect1-mysqli-stmt.get-result-mysqlnd and facebook/hhvm#2368), so let's make hands dirty and reimplement everything without it
      • Also some black magic is used as workaround for facebook/hhvm#6229
      • More tests added to test some edge cases
      • Require quick HHVM tests in Travis CI for successful result
      • Small refactoring, public cache directory might be swapped when necessary during \cs\Page\Assets\Cache construction
      • As https://bugs.xdebug.org/view.php?id=1322 is resolved, we can unlock tests coverage tracking for more code
      • Docs update
      • FTP paths support removed from CSS processing (not likely to be used anyway)
    • Composer:
      • Do not clean Composer's home directory, allow it to keep cache there
    • ๐Ÿฑ Composer assets
      • Increase fxp/composer-asset-plugin dependency version

    ๐Ÿ—„ Deprecations:

    • ๐Ÿฑ Third argument in cs\Page\Assets_processing::html() method now accepts directory instead of file, but until 7.x keeps compatibility with old syntax

    Possible partial compatibility breaking (very unlikely, but still possible):

    • ๐Ÿฑ 3rd argument added to the method \cs\Page\Assets_processing::css()

    โฌ‡๏ธ Dropped backward compatibility:

    • None

    ๐Ÿ’… Latest builds on downloads page (details about installation process) or download source code and build it yourself

  • v6.34.2

    November 12, 2016
  • v6.33.5

    November 11, 2016
  • v6.30.1

    October 23, 2016
  • v6.30.0

    October 23, 2016