Lines Matching refs:is

32 - Added new `table/alignment_attributes` configuration option to control how table cell alignment is rendered (#959)
61 - Fixed parsing issues when `mb_internal_encoding()` is set to something other than `UTF-8` (#951)
73 - Fixed unquoted attribute parsing when closing curly brace is followed by certain characters (like a `.`) (#943)
379 - **Event dispatching is now fully PSR-14 compliant**
386 - `ConfigurableEnvironmentInterface::addBlockParser()` is now `EnvironmentBuilderInterface::addBlockParserFactory()`
390 - `InlineParserInterface::getCharacters()` is now `getMatchDefinition()` and returns an instance of `InlineParserMatch`
401 - `ConfigurationInterface` now only contains a `get(string $key)`; this method no longer allows arbitrary default values to be returned if the option is missing
406 - `EmailAutolinkProcessor` is now `EmailAutolinkParser`
407 - `UrlAutolinkProcessor` is now `UrlAutolinkParser`
415 - `addBlockParser()` is now `addBlockStartParser()`
417 - `addReference()` is now `add()`
418 - `getReference()` is now `get()`
419 - `listReferences()` is now `getIterator()`
421 - `getContent()` is now `getLiteral()`
422 - `setContent()` is now `setLiteral()`
424 - `EnvironmentInterface::HTML_INPUT_ALLOW` is now `HtmlFilter::ALLOW`
425 - `EnvironmentInterface::HTML_INPUT_ESCAPE` is now `HtmlFilter::ESCAPE`
426 - `EnvironmentInterface::HTML_INPUT_STRIP` is now `HtmlFilter::STRIP`
427 - `TableCell::TYPE_HEAD` is now `TableCell::TYPE_HEADER`
428 - `TableCell::TYPE_BODY` is now `TableCell::TYPE_DATA`
430 - `AttributesInline::$attributes` is now `private`
431 - `AttributesInline::$block` is now `private`
432 - `TableCell::$align` is now `private`
433 - `TableCell::$type` is now `private`
434 - `TableSection::$type` is now `private`
478 - The `title` attribute for `Link` and `Image` nodes is now stored using a dedicated property instead of stashing it in `$data`