This commit is contained in:
parent
69886d02a1
commit
e2c5a96543
1 changed files with 16 additions and 17 deletions
|
@ -2,23 +2,15 @@
|
||||||
|
|
||||||
* vNEXT
|
* vNEXT
|
||||||
|
|
||||||
** Add ~favicon.rake~
|
** Match the look and feel of a book
|
||||||
The new rake task ~favicon~ can generate the favicon set
|
The look and feel of the website has changed to be more like
|
||||||
from ~favicon.svg~ in a way that's reproducible and automated.
|
a book that could fit in the palm of your hand
|
||||||
|
|
||||||
In the process the favicons have been regenerated, and
|
|
||||||
the misalignment that existed in ~favicon.svg~ has been
|
|
||||||
fixed
|
|
||||||
|
|
||||||
** Fix font bug for iOS users
|
** Fix font bug for iOS users
|
||||||
On modern versions of iOS the "Amiri Quran Regular" font rendered
|
On modern versions of iOS the "Amiri Quran Regular" font rendered
|
||||||
as invisible text. This change reverts to the "Amiri Regular" font
|
as invisible text. This change reverts to the "Amiri Regular" font
|
||||||
instead, which appears to render without any issues
|
instead, which appears to render without any issues
|
||||||
|
|
||||||
** Match the look and feel of a book
|
|
||||||
The look and feel of the website has changed to be more like
|
|
||||||
a book that could fit in the palm of your hand
|
|
||||||
|
|
||||||
** Improve UX on large screens
|
** Improve UX on large screens
|
||||||
On large screens - the content now has a maximum height
|
On large screens - the content now has a maximum height
|
||||||
of ~$breakpoint-md~, and the content is both vertically
|
of ~$breakpoint-md~, and the content is both vertically
|
||||||
|
@ -31,10 +23,23 @@ a container that has a larger height and width than the theme
|
||||||
icon it contains. Along with this change, the theme icons have
|
icon it contains. Along with this change, the theme icons have
|
||||||
become larger and less circular
|
become larger and less circular
|
||||||
|
|
||||||
|
** Refactor themes
|
||||||
|
The theme implementation has been reduced to a set of colors
|
||||||
|
that are applied when the theme is active, and in the process
|
||||||
|
the creation of new themes has been made easier
|
||||||
|
|
||||||
** Improve ~LanguageSelect.tsx~
|
** Improve ~LanguageSelect.tsx~
|
||||||
RTL languages have ~Cairo Regular~ applied.
|
RTL languages have ~Cairo Regular~ applied.
|
||||||
LTR languages have ~Kanit Regular~ applied
|
LTR languages have ~Kanit Regular~ applied
|
||||||
|
|
||||||
|
** Add ~favicon.rake~
|
||||||
|
The new rake task ~favicon~ can generate the favicon set
|
||||||
|
from ~favicon.svg~ in a way that's reproducible and automated.
|
||||||
|
|
||||||
|
In the process the favicons have been regenerated, and
|
||||||
|
the book misalignment that was present in ~favicon.svg~
|
||||||
|
and the other favicons has been fixed
|
||||||
|
|
||||||
** Apply Amiri font for Farsi
|
** Apply Amiri font for Farsi
|
||||||
Same as Arabic
|
Same as Arabic
|
||||||
|
|
||||||
|
@ -44,12 +49,6 @@ The inlined CSS is minified before being inserted into HTML documents
|
||||||
** Remove KaiOS breakpoints
|
** Remove KaiOS breakpoints
|
||||||
There is a separate repository for KaiOS
|
There is a separate repository for KaiOS
|
||||||
|
|
||||||
** Rewrite theme implementation
|
|
||||||
The theme implementation has been reduced to a set of colors
|
|
||||||
that are applied when the theme is active, and in the process
|
|
||||||
we made the creation of new themes easier
|
|
||||||
|
|
||||||
|
|
||||||
* v0.10.0
|
* v0.10.0
|
||||||
|
|
||||||
** Add Cairo fonts
|
** Add Cairo fonts
|
||||||
|
|
Loading…
Reference in a new issue