ala'n (Alexey Stsefanovich)

Results 152 issues of ala'n (Alexey Stsefanovich)

As an ESL document writer, I want to have popular core terms to be marked with reference to the source automatically. Related to: #1456

site

As an ESL documentation consumer, I want to have in-page links working. **Page(s)** https://esl-ui.com/core/esl-event-listener/ (v4.2.0) --- As an ESL documentation writer, I want to have them generated automatically. The proposed...

site

As an ESL maintainer, I want to have site build problems caused by incorrect imports to be visually identified. Wrong: ```ts import {ESLBaseElement} from '../../../src/modules/esl-base-element/core'; ``` Good: ```ts import {ESLBaseElement}...

site

As ESL user, I want to be able to use ESLTabs as a simple scrollable container. The ESLTabs support special scroll behavior for navigating through long content horizontally with arrow...

feature

As an ESL architect, I don't want to spend team resources to support and not popular and completely legacy targets. It is requested to drop IE11 browser support and support...

released on @beta
site

As an ESL architect, I don't want to have legacy aliases to be presented in the libraries' new versions. As the migration tools will be provided from the 4th version,...

released on @beta

Request for the creation of an `esl-share` module documentation and example pages.

documentation

As an ESL Toglables user, I want to have the ability to create a focus trap on the DOM block. Proposed to create an `esl-focus-trap` mixin with the following API...

feature

As an ESL architect, I want to be able to show deprecated alternative paths for some of ESL module entities E.g. : ``` import {attr, boolAttr, jsonAttr} `@exadel/esl/module/esl-base-element/core`; // Deprecated...

feature

As an ESL consumer, I want to be able to declare multiple variations of video per media condition instead of locking a single instance completely with load-condition. TBD: API is...

needs review