Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@bebagodfried bebagodfried released this 01 Feb 18:45
2e5b496

[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 to 12)

  • 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 to brand-color-<brand_name>-<color_number>

  • remove border as bordered class to border-

  • 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 and em 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 to 12px )

  • update scrollbar width to 3px

  • update grid (gutter)

  • update table (width, padding) and td, 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 from 7px to 96px as common word-processor

  • update global font-size for h1 to h6

  • update global font-size classname fs- instead of font-

  • replace flex- with flexspan-

  • 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 need flexspan/flexspan-1)

  • replace translate-middle with translate-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() with dom()
  • remove attrib
  • replace set_attrib() to set_attribute()
  • update listener [on(event: string, listener: Function)]
  • update display() (now support arrayList) eg: display(['#elementId1','#elementId2'])
  • update hide() (now support arrayList) eg: hide(['#elementId1','#elementId2'])
  • remove onClick(), onDblClick()
  • replace on_scroll() to at_scroll() [on_scroll(el: string, add_list: Array, rm_list: Array = [], offset: number = 0)]
  • replace and update popUp to pop with frame object
  • add/update listener [scroll_to(el: string)]

Full Changelog: v1.0.0...v2.0.0