Skip to content

Releases: senalbulumulle/foil-ui

Changes:

23 Dec 20:45
Compare
Choose a tag to compare

Commits

  • dae2b58: Fixed some typos in [Docs/tips-and-tricks.md] (senalbulumulle)

v.2.0.5

18 Aug 14:00
Compare
Choose a tag to compare

Release Notes for v.2.0.5

In this update:

Syntax Changes

  • New syntax parameters have been added to the following components

Re-organized Docs:

  • In this version, Docs is now re-organized into separate files

New Documentations:

  • This version contains new documentation. The most recent additions to the
    documentation explain how to edit FOIL-UI elements and make your own config.css
    files.

v.2.0.4.1

07 Jul 14:34
Compare
Choose a tag to compare

Change Log

Release Notes for v.2.0.4.1
In this update:

  • Made FOIL-Navigation-Bar sticky
    • By doing this, the Navigation-Bar is kept in place when the user scrolls down.

v.2.0.4

24 Apr 17:58
Compare
Choose a tag to compare

Release Notes for v.2.0.4
In this update:

  • The Snake Sunset Theme Color Scheme has been added to FOIL-button

v.2.0.3.1

30 Dec 16:20
Compare
Choose a tag to compare

Release Notes for v.2.0.3.1
In this update:

  • Added a little depth of shadows on the Layouts
/* Before Layout Shadow Change */ 
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.459), 0 20px 20px 0 rgba(61, 61, 61, 0.589);

/* After Layout Shadow Change */
box-shadow: 0 1px 60px 0 rgba(0, 0, 0, 0.459), 0 60px 60px 0 rgba(61, 61, 61, 0.589);

v.2.0.3

27 Sep 15:06
Compare
Choose a tag to compare

Release Notes for v.2.0.3
In this update:

  • Introducing new layout features
  • Rounded Corners Layouts
  • Layouts are redesigned with a touch of shadows making it more accessible for everybody.
    • That includes for FOIL-Layout and FOIL-Layout Rounded

v.2.0.2

01 Sep 14:57
Compare
Choose a tag to compare

Release Notes for v.2.0.2

  • Updated the README.md documentation
  • This update talks about the new way using FOIL-UI, in a more efficient matter.

v.2.0.1.1

06 Aug 12:39
Compare
Choose a tag to compare

Release Notes for v.2.0.1.1

  • Completely updated the README documentation

v.2.0.1

18 Jul 21:48
Compare
Choose a tag to compare

Release Notes for v.2.0.1

  • Added more button colors
  • Updated the README Documentation
<button class="FOIL-Button-color-is-pink></button>
<button class="FOIL-Button-color-is-purple></button>
<button class="FOIL-Button-small-color-is-pink></div>
<button class="FOIL-Button-small-color-is-purple></div>

v.2.0

19 Jun 20:35
Compare
Choose a tag to compare

Release Notes for v.2.0

  • Redesigned the Buttons with a little touch of shadows.
  • I decided to make the buttons look the same, but, a little different, based on the little touches of
    shadows that provides a better accessible look for certain types disabilities that may or may not able
    to see what buttons to press or click. Later throughout the FOIL UI 2 releases, I will add more
    amazing features for the buttons and everything else.