Skip to content

Releases: VitexSoftware/php-ease-html

1.40.2

27 Nov 11:13
Compare
Choose a tag to compare

checkbox now return '0' or '1'
select tag update

Full Changelog: 1.32.1...1.32.2

1.32.1

18 Nov 02:55
Compare
Choose a tag to compare

old calling of Cfg() function fix
use only string to specify included script/css position

Full Changelog: 1.32.0...1.32.1

Semantic Versioning ready

15 Nov 12:51
Compare
Choose a tag to compare

[1.32.0] - 2024-10-30

Slow evolution continues.

Added

  • Getter functions added to Table Tag.
  • Support for JavaScript Module added.
  • Input Interface defined.
  • Message type icons added into Status Messages on page.

Changed

  • PSR12 code cleanup.
  • Code reformat.
  • Better strict types.
  • Improved Scripts inserting.
  • HtmlTag now accepts arguments.
  • ButtonTag now accepts mixed content.
  • Select tag now implements Input interface.
  • Compatibility with Input interface fix.
  • All inputs implement Input now.
  • Allow null as placeholder for TableTag parts.
  • Better Compatibility.

Fixed

  • Fix what PHPStan found.
  • Mailer fix.
  • Value processing fix.
  • Smtp config fix.
  • Warning fixed.
  • typo fix.
  • strict types update for HTMLMailer.
  • Mailer strict types update.
  • Dep fix.

Security

  • N/A

image

Strictly typed

21 May 11:01
6a541b3
Compare
Choose a tag to compare

New features

  • declare (strict_types=1); added
  • Emebdablize function added
  • dependabot.yml created

Enhancements

  • Table example added
  • All Czech string translated to English (thanks to @Borbina )

Bug Fixes

  • Dependency update
  • Debian package updated
  • NetBeans project directory removal
  • VSCode config removal

Documented

15 Oct 21:56
a1984c4
Compare
Choose a tag to compare
  • Added docs generated by PHPDocumentor
  • Depend on ease-core 1.8+

Main Branch

21 Sep 12:19
Compare
Choose a tag to compare

Default branch is main now

Going stable

19 Jul 12:46
Compare
Choose a tag to compare

Improvements

  • Dev stability removed
  • getStatusMessagesBlock() now accept tag parameters array
  • In Debian: twbootstrap renamed to bootstrap
  • All tests pass
  • New source of status messages is now \Ease\Logger\Regenet

Fixes

  • InputPasswordTag now accept properties
  • Do not add null as item
  • Recurisive Form Select setting value fixed
  • Ul tag content smart adding fixed

Clean Tables

03 Apr 09:54
Compare
Choose a tag to compare

In code:

  • Remeber SelectTag values
  • WebPage Sign In fix/update
  • "Only For logged" check update
  • Img Tag now support base64 encoding
  • Code cleanup
  • ITEM IDs removed
  • Ability make items disabled
  • Do not use symlinks in debian
  • Remove empty tHead and tFoot

In readme:

  • Badges updated
  • Git Issues link added to Readme

Up

28 Oct 01:26
Compare
Choose a tag to compare
Up Pre-release
Pre-release
1.1

Merge origin/master