Skip to content

Tags: phpgt/Dom

Tags

v4.1.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Static analysis compatibility with PHP 8.1 and PHP 8.4

* tweak: php 8.1 support

* tweak: php 8.4 support

* tweak: inherit integers from parent node class

* tweak: inherit integers from parent node class

* tweak: class definition

* tweak: fix node extension issue

* tweak: php 8.4 changes

* tweak: phpcs ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

* tweak: phpstan ignore node files

v4.1.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade dependencies (#452)

* tweak: allow select disabled property

* build: upgrade dependencies

* build: backwards compatibility

v4.1.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Map DOMDocument::class to Gt\Dom\HTMLDocument::class (#449)

* Map DOMDocument::class to Gt\Dom\HTMLDocument::class

Fixes `DOMDocument::registerNodeClass(): Argument #2 ($extendedClass) must not be an abstract class` from change in PHP 8.1.26

* Map DOMDocument::class to static::class

Ensures DOMDocument is always mapped to the class that extends abstract Gt\Dom\Document

v4.1.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: loosen psr/http-message (#443)

v4.1.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build: use v2 psr http message (#440)

v4.1.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dataset camel case bugfix (#434)

* test: isolate bug #432

* fix: correct camel case for dataset attributes
closes #432

v2.2.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8.2 compatibility (#412)

v4.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Escaped characters (#394)

* bug: certain elements do not encode properly on render
closes #356

* test: test bug #356 provided by @kartofelek007

* test: extra assertions - check escaped string are not in the render

* test: Remove unnecessary echo

* scratch: Marcin's test isolation

* fix: more work towards #356

* tweak: remove scratch file

* fix: better solution to #356 using processing entity

v4.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Escaped characters (#394)

* bug: certain elements do not encode properly on render
closes #356

* test: test bug #356 provided by @kartofelek007

* test: extra assertions - check escaped string are not in the render

* test: Remove unnecessary echo

* scratch: Marcin's test isolation

* fix: more work towards #356

* tweak: remove scratch file

* fix: better solution to #356 using processing entity

v4.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Html attribute (#384)

* fix: allow name attribute on options

* revert: fix: allow name attribute on options

* readonly on select element

* revert: readonly on select element

* revert: placeholder on textarea element

* required on textarea element