[css]
-
new folders structure
-
new gradient synthax
gradient
-<color_1>-<color_2>-<color_3> -
new radius synthax rounnded-<pill|full|1|2|3|4|5|6>
-
add 12 sass brand colors
-
add 3 elementor brand colors
-
add
scrollbar
-<0> -
add
fancy
option as class for table -
add
slate
color -
add
font-style reset
by d-none -
now support for flex order as [items-] (from
1
to12
) -
now support auto color on simple brand class
-
now support auto uppercase and center for buttons
-
now support for elements visibility
-
now support <h1...6>
class
similar to heading title -
remove
flex-span
class to [flexspan] -
remove
bc
- class tobrand-color
-<brand_name>-<color_number> -
remove
border
as bordered class toborder
- -
remove
shadow
class to [box-shadow] -
remove
rounded
-<sm|md|lg|xl> -
remove shadow on
translate
-<top|left|bottom|right> -
remove litterals gap (narrow, small, normal, large, wide)
-
update Font Awesome to 6.5.1
-
update generic
b
andem
font-weight -
update naming list-style-type as class
-
update
-row
elements (width: 100%) -
update
-row
elements for mobile-first -
update class
-
update (add shadow, add opacity)
-
update (now support from
1
to12
px ) -
update
scrollbar
width to3px
-
update
grid
(gutter) -
update
table
(width, padding) andtd
,th
(border) -
update
spacing
rest (apply to responsive) -
update
positions
rest (apply to responsive) -
update
spacing
(from .25rem to 3rem) -
update
elements
weight (font-weight) -
update
font-*
utility supported size from7px
to96px
as common word-processor -
update global
font-size
forh1
toh6
-
update global
font-size
classnamefs-
instead offont
- -
replace
flex
- withflexspan
- -
replace
flex-col-reverse
with [flex-column-reverse] -
replace
flex flex-col-reverse
with [flex-column-reverse] -
replace
flex flex-column
twith [flex-column] -
replace
flex flex-row
with [flex-row] and fix items at position -
replace
self
- with align-self- and (add flex: 1 !!!no more needflexspan
/flexspan-1
) -
replace
translate-middle
withtranslate-center
-
fix row items position
-
fix margin auto property
-
fix padding auto property
-
fix/update @googleapis font
[js]
- update
- remove history
- splite GLOBALS ($_) in
getter
(get) &setter
(set) - replace
DOM()
withdom()
- remove attrib
- replace
set_attrib()
toset_attribute()
- update listener [on(event: string, listener: Function)]
- update
display()
(now supportarrayList
) eg: display(['#elementId1','#elementId2']) - update
hide()
(now supportarrayList
) eg: hide(['#elementId1','#elementId2']) - remove
onClick()
,onDblClick()
- replace
on_scroll()
toat_scroll()
[on_scroll(el: string, add_list: Array, rm_list: Array = [], offset: number = 0)] - replace and update
popUp
topop
with frame object - add/update listener [scroll_to(el: string)]
Full Changelog: v1.0.0...v2.0.0