Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. # v2.0.4
  2. ## 09/29/2021
  3. 1. [](#new)
  4. * Added simple gallery modular page for `lightbox-gallery` plugin
  5. 2. [](#bugfix)
  6. * Fixed `radio` form field error when admin isn't installed
  7. * Translate `grid size` text
  8. # v2.0.3
  9. ## 06/08/2020
  10. 1. [](#improved)
  11. * Updated some JS libraries
  12. * Simplified navigation macro
  13. * Use `site.title` in logo alt text [#139](https://github.com/getgrav/grav-theme-quark/pull/109)
  14. # v2.0.2
  15. ## 08/09/2019
  16. 1. [](#improved)
  17. * Allow for overriding of `{% block content %}{% endblock %}`
  18. * Improved default `.table` styling
  19. * Simplified navigation macro
  20. 1. [](#bugfix)
  21. * Fixed issue with Prism Highlight [prism-highlight#1](https://github.com/trilbymedia/grav-plugin-prism-highlight/issues/1)
  22. * Use slug for onpage links [#115](https://github.com/getgrav/grav-theme-quark/issues/115)
  23. * Fixed 2 minor YAML linting issues
  24. # v2.0.1
  25. ## 05/09/2019
  26. 1. [](#improved)
  27. * Typo in blueprints [#109](https://github.com/getgrav/grav-theme-quark/pull/109)
  28. * Added convenience scripts to `package.json` [#110](https://github.com/getgrav/grav-theme-quark/pull/110)
  29. * Added Czech translation [#106](https://github.com/getgrav/grav-theme-quark/pull/106)
  30. * Added Chinese translation [#114](https://github.com/getgrav/grav-theme-quark/pull/114)
  31. * Removed redundant code [#104](https://github.com/getgrav/grav-theme-quark/pull/104)
  32. * Updated to match Archives plugin translation output
  33. 1. [](#bugfix)
  34. * Bugfix to class in macro [#105](https://github.com/getgrav/grav-theme-quark/pull/105)
  35. * Bugfix a z-index issue [#75](https://github.com/getgrav/grav-theme-quark/pull/75)
  36. # v2.0.0
  37. ## 04/11/2019
  38. 1. [](#improved)
  39. * Updated to use new `GRAV` core language prefix
  40. * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.8` version
  41. * Support for 2FA panel styling
  42. * Updated to Yarn 4.0 syntax
  43. * Restructured SCSS to ensure easier Spectre updates in future
  44. 1. [](#bugfix)
  45. * Some checkboxes fixes for Forms 3.0
  46. * More Twig 2.0 compatibility fixes
  47. * Fixed a Twig 2.0 issue with assets rendering
  48. # v1.2.6
  49. ## 03/21/2019
  50. 1. [](#new)
  51. * Set Dependency of Grav 1.5.10+ which has support for new **Deferred Block** Twig extension
  52. * Implement assets rendering using **Deferred Block** Twig extension
  53. # v1.2.5
  54. ## 12/07/2018
  55. 1. [](#improved)
  56. * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.7` version
  57. 1. [](#bugfix)
  58. * Fixed missing `</html>` close tag in bae template [#76](https://github.com/getgrav/grav-theme-quark/pull/76)
  59. # v1.2.4
  60. ## 11/12/2018
  61. 1. [](#improved)
  62. * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.5` version
  63. * Added link support to modular `features` [#39](https://github.com/getgrav/grav-theme-quark/pull/39/)
  64. * Remove desktop menu when in mobile mode [#59](https://github.com/getgrav/grav-theme-quark/pull/59/)
  65. * Support modular `text` full-width if no image [#70](https://github.com/getgrav/grav-theme-quark/issues/70)
  66. * Shim for IE support of BrickLayer.js [#64](https://github.com/getgrav/grav-theme-quark/issues/64)
  67. 1. [](#bugfix)
  68. * Fixed `continue_link:` showing up as toggled [#65](https://github.com/getgrav/grav-theme-quark/issues/65)
  69. * Fixed issue with modular pages not hidden in on-page menu with `visible: false` [#71](https://github.com/getgrav/grav-theme-quark/issues/71)
  70. # v1.2.3
  71. ## 11/05/2018
  72. 1. [](#improved)
  73. * Moved footer into standalone twig to allow for easier extensibility [#63](https://github.com/getgrav/grav-theme-quark/pull/63)
  74. 1. [](#bugfix)
  75. * Fix variable name for prouction mode [#61](https://github.com/getgrav/grav-theme-quark/pull/61)
  76. * Fix layout size in features blueprint [#67](https://github.com/getgrav/grav-theme-quark/pull/67)
  77. * Fix active page logic in `nav` so there's no empty class attributes [#68](https://github.com/getgrav/grav-theme-quark/pull/68)
  78. * Fix for features blueprint because `class` didn't work [#69](https://github.com/getgrav/grav-theme-quark/pull/69)
  79. # v1.2.2
  80. ## 10/24/2018
  81. 1. [](#improved)
  82. * Changed nav macro to format supported by Twig 2.0
  83. * Updated `partials/form-messages.html.twig` to be more inline with latest Forms plugin
  84. 1. [](#bugfix)
  85. * Make the theme to work with Twig auto-escaping turned on
  86. * Moved language strings under `THEME_QUARK`
  87. # v1.2.1
  88. ## 08/23/2018
  89. 1. [](#improved)
  90. * Added additional "mobile custom logo" support
  91. 1. [](#bugfix)
  92. * Addressed some CSS issues by forcing logo height
  93. # v1.2.0
  94. ## 08/23/2018
  95. 1. [](#new)
  96. * Added new "custom logo" support [#3](https://github.com/getgrav/grav-theme-quark/issues/3)
  97. * Added option JSON feed syndication support in sidebar [#47](https://github.com/getgrav/grav-theme-quark/pull/47)
  98. * Added basic form field `array` styling
  99. # v1.1.0
  100. ## 07/25/2018
  101. 1. [](#new)
  102. * Responsive font sizing [#28](https://github.com/getgrav/grav-theme-quark/issues/28)
  103. 1. [](#improved)
  104. * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.3` version
  105. * Make blog settings toggleable [#38](https://github.com/getgrav/grav-theme-quark/pull/38)
  106. 1. [](#bugfix)
  107. * Proper fix for sticky footer in IE10 and IE11 [#21](https://github.com/getgrav/grav-theme-quark/issues/21)
  108. * Fix for lists wrapping weirdly due to `outside` attribute
  109. * Updated checkbox + radio to take into account `client_side_validation` form option
  110. * Fixes for fallback values [#37](https://github.com/getgrav/grav-theme-quark/pull/37)
  111. * Fix inheritance for images folder [#30](https://github.com/getgrav/grav-theme-quark/pull/30)
  112. * Added blueprint option for `continue_link` [#45](https://github.com/getgrav/grav-theme-quark/issues/45)
  113. * Added blueprint option for Feature `class` [#14](https://github.com/getgrav/grav-theme-quark/issues/14)
  114. * Fixed `Duplicate ID` issues with modular sections. Might break CSS on first load, need to refresh to pick up new CSS [#24](https://github.com/getgrav/grav-theme-quark/issues/24)
  115. * Fixed Text feature alignment issue [#4](https://github.com/getgrav/grav-theme-quark/issues/4)
  116. * Overlapping menu and mobile button [#7](https://github.com/getgrav/grav-theme-quark/issues/7)
  117. # v1.0.3
  118. ## 05/11/2018
  119. 1. [](#new)
  120. * Added new primary button mixin
  121. 1. [](#improved)
  122. * Updated [Spectre.css](https://picturepan2.github.io/spectre/) to latest `0.5.1` version
  123. * Improved default login styling
  124. * Removed core Spectre.css override to make upgrading Spectre easier
  125. * Added screenshot to README.md
  126. * Override focus to prevent overzealous blue blurs
  127. 1. [](#bugfix)
  128. * Fix for `highlight` plugin not changing background of code blocks
  129. * Removed extraneous `dump()` in Twig output
  130. # v1.0.2
  131. ## 02/19/2018
  132. 1. [](#new)
  133. * Added toggle options to enable Spectre.css _experimentals_ and _icons_ CSS files
  134. * Switched to a fork of LineAwesome icons compatible with FontAwesome 4.7.0
  135. 1. [](#improved)
  136. * Font tweaks
  137. 1. [](#bugfix)
  138. * Pagination fixes
  139. # v1.0.1
  140. ## 01/22/2018
  141. 1. [](#new)
  142. * Added blueprints for admin editing
  143. 1. [](#improved)
  144. * Use default lang from `site.yaml`
  145. 1. [](#bugfix)
  146. * Fixed Current path to address issues with extending Quark
  147. * Fixed parallax to start in same position as standard
  148. * Fixed modular image size
  149. # v1.0.0
  150. ## 12/28/2017
  151. 1. [](#new)
  152. * ChangeLog started...