Releases: senalbulumulle/foil-ui
Releases · senalbulumulle/foil-ui
Changes:
v.2.0.5
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 ownconfig.css
files.
v.2.0.4.1
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
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
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
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
andFOIL-Layout Rounded
- That includes for
v.2.0.2
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
Release Notes for v.2.0.1.1
- Completely updated the README documentation
v.2.0.1
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
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.