Skip to content

Releases: ivantcholakov/starter-public-edition-5

v5.0.0-alpha.9

07 Dec 18:12

Choose a tag to compare

v5.0.0-alpha.9 Pre-release
Pre-release

CHANGELOG

  • PHP8 compatibility fixes have been done.
  • Playground: A test page for Twig integration has been added.
  • Twig: Some new functions and other features have been added. Also some corrections have been done.
  • UTF8 support: The previous Kohana-based library have been replaced with 'voku/portable-utf8' package.
  • The function xss_clean() has been added, based on 'voku/anti-xss' package.
  • Fomantic-UI has been updated to version 2.8.7.
  • Turbolinks has been updated to version 5.3.0-beta.0.
  • Twig: function d() from Kint package has been enabled (development environmet or on explicitly passed 'debug' option).
  • The function safe_mailto() is a pure PHP implementation, not so safe obfuscation has been chosen, because otherwise JavaScript's function document.write() breaks Turbolinks.

v5.0.0-alpha.8

26 Jul 20:43

Choose a tag to compare

v5.0.0-alpha.8 Pre-release
Pre-release

CHANGELOG

  • The debugging bar has been enabled again. But under Turbolinks the debugging bar shows actual data only when a page is refreshed. At least this is something, I suppose the debugging bar needs more refactoring for full support of Turbolinks.

v5.0.0-alpha.7

26 Jul 15:28

Choose a tag to compare

v5.0.0-alpha.7 Pre-release
Pre-release

CHANGELOG

  • A bugfix, some wrong @font-face definitions have been removed form the compiled visual theme.
  • New Playground demo pages: "Textile Parser Test", "Markdownify Parser Test", "Mustache Renderer Test", "Handlebars Renderer Test", "Masonry Test", "Markdown Parser Test", "WhichBrowser Test".
  • Turbolinks JavaScript has been activated for speeding page loading.
  • The debug bar (Kint) temporarily has been turned off on development environment until it is adapted to be compatible with Turbolinks.

v5.0.0-alpha.6

21 Jul 19:51

Choose a tag to compare

v5.0.0-alpha.6 Pre-release
Pre-release

CHANGELOG

  • Renderers: A known bug has been fixed.
  • The visual theme has been recompiled. The Fomantic UI outline and brand icons have been added.
  • Helper functions about file type icons have been added.
  • The Playground: "Testing File Type Icons" page has been added.
  • The CLI command php spark debugbar:clear that is to appear in the future CodeIgniter has been added.

v5.0.0-alpha.5

21 Jul 06:22

Choose a tag to compare

v5.0.0-alpha.5 Pre-release
Pre-release

CHANGELOG

  • Main menu, header with a title and breadcrumbs have been implemented.
  • Page structure has been developed further, Home page shows simple diagnostics, README.md is on a separate page, a new Playground landing page has been added.
  • The Playground: "Multiplayer Library Test" has been added as the first demo/example.

v5.0.0-alpha.4

18 Jul 22:10

Choose a tag to compare

v5.0.0-alpha.4 Pre-release
Pre-release

CHANGELOG

  • A upgrade, CodeIgniter 4.0.4 as of now.

v5.0.0-alpha.3

11 Jul 14:16

Choose a tag to compare

v5.0.0-alpha.3 Pre-release
Pre-release

CHANGELOG

A new parser (PHP implementation) 'highlight' for code syntax coloring has been added.

v5.0.0-alpha.2

10 Jul 18:36

Choose a tag to compare

v5.0.0-alpha.2 Pre-release
Pre-release

CHANGELOG

  • Some minor improvements on assets:compile command/feature.
  • highlight.js script has been introduced for code syntax-coloring.
  • Error reporting on production: Errors under CLI are visible.
  • The design/visual theme of the welcome page has been pushed ahead - wider page, headroom.js has been added that handles the main menu bar, Web Font Loader script, Open Sans font, 16px base font-size, Fomantic UI icons, "Go to top" button, black footer.
  • Menu library has been added, it will be used later.

v5.0.0-alpha.1

08 Jul 09:28

Choose a tag to compare

v5.0.0-alpha.1 Pre-release
Pre-release

CHANGELOG

  • Lessjs - some obsolete options have been corrected.
  • README.md - additional information has been added.
  • highlightjs script has been added for prettifying code on pages.
  • composer update

v5.0.0-alpha.0

06 Jul 05:46

Choose a tag to compare

v5.0.0-alpha.0 Pre-release
Pre-release

This is the initial preview release.

  • CodeIgniter 4.0.3.
  • Multiple applications support.
  • Base URL autodetection, valid/accepted domain names might be set.
  • Integrated (I mean it) renderers and parsers: Twig 3.x, Mustache, Handlebars, Markdown, Markdownify, Textile, Less, Scss, Autoprefixer, Cssmin, Jsmin, Jsonmin.
  • Web-assets compiler/tasker.
  • Fomantic-UI 2.8.6 CSS framework.