Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🚩esl-modal]: beta release version of esl-modal module #1969

Draft
wants to merge 92 commits into
base: main
Choose a base branch
from

Commits on Mar 17, 2023

  1. refactor: Drop IE11 support

    Description:
    
    Remove the full version of the polyfill for ESL UI site renderer
    Remove shims and targets =ES5 in the site codebase
    Remove ES5-related OOTB ESL polyfills except es5-target-shim.ts
    Drop support for IE11 and ES5 target
    
    BREAKING CHANGES:
    
    ESL UI site renderer and ESL polyfills no longer support IE11 and ES5 target.
    HenadzV authored and ala-n committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6d376ee View commit details
    Browse the repository at this point in the history
  2. refactor: Drop Edge old versions (<14) support

    Description:
    
    Remove the medium version of the polyfill for ESL UI site renderer
    Drop support for Edge old versions and ES6 polyfils
    
    BREAKING CHANGES:
    
    ESL UI site renderer and ESL polyfills no longer support Edge old versions and ES6 polyfils.
    HenadzV authored and ala-n committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b577fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f48ee1e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1502 from exadel-inc/tech/polyfill-full

    refactor: Drop IE11 support
    ala-n committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a442a3a View commit details
    Browse the repository at this point in the history
  5. feat: drop deprecated aliases (#1505)

    Co-authored-by: ala'n (Alexey Stsefanovich) <astsefanovich@exadel.com>
    
    BREAKING CHANGE: `ESLEventUtils.descriptors` alias of `ESLEventUtils.getAutoDescriptors` is no longer supported
    BREAKING CHANGE: `EventUtils` alias of `ESLEventUtils` is no longer supported
    BREAKING CHANGE: `esl-media-quey` module no longer supports `addListener` and `removeListener` shorthand
    BREAKING CHANGE: `SynteticEventTarget` no longer supports `addListener` and `removeListener` shorthand
    BREAKING CHANGE: 'fallback-duration' is no longer in the JSX shape of ESLPanel and ESLPanelGroup
    BREAKING CHANGE: `ToggleableActionParams` alias of `ESLToggleableActionParams` is no longer supported
    BREAKING CHANGE: `TraversingQuery` alias of `ESLTraversingQuery` is no longer supported
    BREAKING CHANGE: `RTLUtils` retired use separate methods instead
    BREAKING CHANGE: `TraversingUtils` retired use separate methods instead
    BREAKING CHANGE: `deepCompare` alias of `isEqual` is no longer supported
    BREAKING CHANGE: `generateUId` alias of `randUID` no longer supported
    fshovchko authored and ala-n committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    df7f5e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    043fe45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4b432a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f282f View commit details
    Browse the repository at this point in the history
  4. fix(esl-utils): simplified flat array utility

    Deprecation: use `Array.prototype.flat` instead of `flat` utility
    ala-n committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    788a782 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of github.com:exadel-inc/esl into main-next

    # Conflicts:
    #	package-lock.json
    #	package.json
    ala-n committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e24b48b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c0a7c View commit details
    Browse the repository at this point in the history
  7. fix(esl-utils): SyntheticEventTarget optimizations

    BREAKING CHANGE: `hasEventListener` no longer accepts min number value use `this.getEventListeners(type).length` to make extended checks
    BREAKING CHANGE: `dispatchEvent` does not accepts target argument
    ala-n committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    a4c9b8d View commit details
    Browse the repository at this point in the history
  8. fix(esl-utils): createZIndexIframe retired

    BREAKING CHANGE: `createZIndexIframe` and `is-fixes` module no longer available due to drop of IE11 support
    ala-n committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ad678cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ed8830 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #1633 from exadel-inc/feat/es5-cleanup

    feat: ES5/IE11 cleanup (part 1)
    ala-n committed May 4, 2023
    Configuration menu
    Copy the full SHA
    c4095f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. style(esl-modal): fix button focus

    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8d55fb7 View commit details
    Browse the repository at this point in the history
  2. feat(esl-modal): beta version of esl-modal created and available fo…

    …r testing (#1376)
    
    Closes: #1376
    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f1ac459 View commit details
    Browse the repository at this point in the history
  3. docs(esl-modal): add modal examples

    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    52e5df7 View commit details
    Browse the repository at this point in the history
  4. test(esl-modal): add test for esl-modal

    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e7f0201 View commit details
    Browse the repository at this point in the history
  5. style(esl-modal): resolve conflicts

    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6a3658b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    832f5a9 View commit details
    Browse the repository at this point in the history
  7. test(esl-modal): update tests

    NastaLeo authored and ala-n committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    800073c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    267e1ff View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    e0bdaa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df861d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    6682f0a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    d9a55ab View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    2291e27 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    46554df View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    d4d769c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9108f76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df407ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97ef97b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    ffcba14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f44828c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b94b196 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3647f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    c7c72f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd2d29 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    952a5d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9828aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e1e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    1827dc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd78a24 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    e4e9e5a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    ff2d97d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'main' of https://github.com/exadel-inc/esl into epic/es…

    …l-modal
    
    # Conflicts:
    #	pages/src/localdev.ts
    NastaLeo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b3d94fe View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    89b20ee View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    eff2632 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. chore(release): 5.0.0-beta.1

    # [5.0.0-beta.1](v4.14.1...v5.0.0-beta.1) (2023-12-19)
    
    ### Bug Fixes
    
    * **esl-event-listener:** fix delegation recognition on non-DOM targets ([4716947](4716947))
    * **esl-event-listener:** fix missing host in debug information of empty subscription ([4abfa1e](4abfa1e)), closes [#2078](#2078)
    * **esl-event-listener:** improve compatibility of decorated event handler type ([de0c37e](de0c37e))
    * **esl-panel-group:** `has-opened` attribute inconsistent ([13003e4](13003e4))
    * **esl-popup:** create optional autofocus property; update flow with optimized rendering flow ([8e71d20](8e71d20))
    * **esl-share:** fix focus behavior to a loop inside esl-share-popup ([e3393fe](e3393fe))
    * **esl-share:** fix share() method signature of print action ([ca7091d](ca7091d))
    * **esl-toggleable:** rework actions pre-checks to fix flow on reopening toggleable ([c023e55](c023e55))
    * **esl-tooltip:** add constraints to fix DOM position management for `esl-tooltip` ([9c25137](9c25137))
    * **esl-trigger:** default target for `esl-trigger` is not logically correct and obvious ([db4ffb8](db4ffb8))
    
    ### Code Refactoring
    
    * **esl-toggleable:** move `open` state updating to `onShow`/`onHide` callbacks ([b184eb1](b184eb1))
    
    ### Features
    
    * **esl-event-listener:** `ESLWheelTarget` proxy target created to handle long wheel user actions ([#2031](#2031)) ([4dc4bfc](4dc4bfc)), closes [#2017](#2017)
    * **esl-open-state:** create ESL Open State mixin ([a8327a8](a8327a8))
    * **esl-popup:** add support of `PopupActionParams.extraClass` on popup level ([32b6d0a](32b6d0a))
    * **esl-popup:** add support of `PopupActionParams.extraStyle` ([399685b](399685b))
    * **esl-share:** add ability to update config items (single one or in batch) ([96eac6b](96eac6b))
    * **esl-share:** add OOTB configuration for the Skype share button ([c3a76c4](c3a76c4))
    * **esl-share:** add OOTB configuration for the Tumblr share button ([bb73186](bb73186))
    * **esl-share:** add OOTB configuration for the Viber share button ([5dd4ea4](5dd4ea4))
    * **esl-share:** add OOTB configuration for the WhatsApp share button ([748117f](748117f))
    * **esl-utils:** improve `rect` utility (it's almost ready to be immutable) ([f82fb1e](f82fb1e))
    
    ### BREAKING CHANGES
    
    * **esl-toggleable:** `this.open` of Toggleable`s does not updating util `super.onShow` / `super.onHide` called.
    Make sure you update `this.open` synchronously or manually notify consumers in case the super call of `onShow`/`onHide` should be postponed.
    * **esl-trigger:** `esl-trigger` does not have target defined to `::next` by default
    * **esl-toggleable:** `onBeforeShow` and `onBeforeHide` have retired. The constraint now inside `shouldShow`/`shouldHide` methods,
    activator change now is the part of main togglable flow
    semantic-release-bot committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    75ba9dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b5d9d View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0-beta.2

    # [5.0.0-beta.2](v5.0.0-beta.1...v5.0.0-beta.2) (2023-12-19)
    
    ### Bug Fixes
    
    * **eslint:** fix peerDependency constraint ([20b5d9d](20b5d9d))
    semantic-release-bot committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ede9503 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Merge branch 'main-beta' of github.com:exadel-inc/esl into main-next

    # Conflicts:
    #	package-lock.json
    #	package.json
    #	pages/src/landing/marquee/marquee.ts
    #	pages/src/localdev.ts
    #	pages/src/polyfill-full.ts
    #	pages/src/polyfill.ts
    #	src/modules/draft/esl-carousel/core/esl-carousel-arrows.less
    #	src/modules/draft/esl-carousel/core/esl-carousel.ts
    #	src/modules/esl-alert/core/esl-alert.less
    #	src/modules/esl-toggleable/core/esl-toggleable.ts
    #	src/modules/esl-utils/dom/traversing.ts
    #	src/modules/esl-utils/misc/array.ts
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1ab68ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1497b19 View commit details
    Browse the repository at this point in the history
  3. refactor: exclude duplicated exports of esl-utils/decorators

    BREAKING CHANGE: `prop`, `attr`, `boolAttr`, `jsonAttr`, `listen` no longer available in `esl-base-element` and `esl-mixin-element` exports
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f6c84af View commit details
    Browse the repository at this point in the history
  4. refactor: small simplifications using features of Symbols, iterator…

    …s and extended `Array.prototype` of ES6
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c278b80 View commit details
    Browse the repository at this point in the history
  5. refactor(esl-media): remove legacy features of esl-media

    BREAKING CHANGE: `load-cls-target`, `load-cls-accepted` and `load-cls-declined` use `load-condition-class` and `load-condition-class-target` instead
    BREAKING CHANGE: `disabled` no longer supported use `lazy="manual"` instead
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c19561d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ca6aa4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2130 from exadel-inc/fix/esl-event-listener-host

    fix(esl-event-listener): fix support for any object-like host
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    544725a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2129 from exadel-inc/main-next

    epic: drop IE11 support and legacy properties (`main-next` -> `main-beta`)
    ala-n committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    0a3917d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    5fc611a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2131 from exadel-inc/tech/eslint-5-fixes

    refactor(eslint): restructure eslint module rules, simplify usage
    ala-n committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ce3e1ed View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.0-beta.3

    # [5.0.0-beta.3](v5.0.0-beta.2...v5.0.0-beta.3) (2023-12-21)
    
    ### Bug Fixes
    
    * **esl-event-listener:** fix support for any object-like host ([9ca6aa4](9ca6aa4))
    * **esl-utils:** `createZIndexIframe` retired ([ad678cb](ad678cb))
    * **esl-utils:** `SyntheticEventTarget` optimizations ([a4c9b8d](a4c9b8d))
    * **esl-utils:** clean IE11 micro-optimizations ([7ed8830](7ed8830))
    * **esl-utils:** fix types for `unwrap` array utility ([a4b432a](a4b432a))
    * **esl-utils:** simplified `flat` array utility ([788a782](788a782))
    * **esl-utils:** simplified `union` utility ([043fe45](043fe45))
    * **esl-utils:** simplified `uniq` array utility ([45f282f](45f282f))
    
    ### Code Refactoring
    
    * Drop Edge old versions (<14) support ([b577fd1](b577fd1))
    * Drop IE11 support ([6d376ee](6d376ee))
    * **esl-media:** remove legacy features of `esl-media` ([c19561d](c19561d))
    * exclude duplicated exports of `esl-utils/decorators` ([f6c84af](f6c84af))
    
    ### Features
    
    * drop deprecated aliases ([#1505](#1505)) ([df7f5e5](df7f5e5))
    
    ### BREAKING CHANGES
    
    * **esl-media:** `load-cls-target`, `load-cls-accepted` and `load-cls-declined` use `load-condition-class` and `load-condition-class-target` instead
    * **esl-media:** `disabled` no longer supported use `lazy="manual"` instead
    * `prop`, `attr`, `boolAttr`, `jsonAttr`, `listen` no longer available in `esl-base-element` and `esl-mixin-element` exports
    * **esl-utils:** `createZIndexIframe` and `is-fixes` module no longer available due to drop of IE11 support
    * **esl-utils:** `hasEventListener` no longer accepts min number value use `this.getEventListeners(type).length` to make extended checks
    * **esl-utils:** `dispatchEvent` does not accepts target argument
    * `ESLEventUtils.descriptors` alias of `ESLEventUtils.getAutoDescriptors` is no longer supported
    * `EventUtils` alias of `ESLEventUtils` is no longer supported
    * `esl-media-quey` module no longer supports `addListener` and `removeListener` shorthand
    * `SynteticEventTarget` no longer supports `addListener` and `removeListener` shorthand
    * 'fallback-duration' is no longer in the JSX shape of ESLPanel and ESLPanelGroup
    * `ToggleableActionParams` alias of `ESLToggleableActionParams` is no longer supported
    * `TraversingQuery` alias of `ESLTraversingQuery` is no longer supported
    * `RTLUtils` retired use separate methods instead
    * `TraversingUtils` retired use separate methods instead
    * `deepCompare` alias of `isEqual` is no longer supported
    * `generateUId` alias of `randUID` no longer supported
    * ESL UI site renderer and ESL polyfills no longer support Edge old versions and ES6 polyfils.
    * ESL UI site renderer and ESL polyfills no longer support IE11 and ES5 target.
    semantic-release-bot committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2ae882d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    30b27a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9da43c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2121 from exadel-inc/feat/base-trigger

    feat(esl-toggleable): introducing a base trigger class in purpose to simplify and make Trigger-Toggleable constructions more API strict in ESL
    ala-n committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1d7e197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc49066 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge branch 'main' into main-beta

    # Conflicts:
    #	package-lock.json
    ala-n committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    cd25da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6c704 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    ab9d949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8cabbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c17d2e3 View commit details
    Browse the repository at this point in the history
  4. docs(esl-utils): fix tsdoc

    dshovchko committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    99dd7fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef705d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c877c34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82702c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    9f5a4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60b8cc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2145 from exadel-inc/fix/get-window-rect

    fix: popup has wrong positioning leads to a broken popup layout
    ala-n committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    385d638 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e08b58 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2146 from exadel-inc/tech/popup-rect-upd

    refactor: small optimization/unification of `Rect` usage in popup
    ala-n committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dcbf1ba View commit details
    Browse the repository at this point in the history
  6. chore(release): 5.0.0-beta.4

    # [5.0.0-beta.4](v5.0.0-beta.3...v5.0.0-beta.4) (2024-01-05)
    
    ### Bug Fixes
    
    * **esl-utils:** fix getting viewport sizes ([c17d2e3](c17d2e3))
    
    ### Features
    
    * **esl-toggleable:** introducing a base trigger class in purpose to simplify and make Trigger-Toggleable constructions more API strict in ESL ([4ea1565](4ea1565))
    semantic-release-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    ba44fb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2864824 View commit details
    Browse the repository at this point in the history
  8. chore(release): 5.0.0-beta.5

    # [5.0.0-beta.5](v5.0.0-beta.4...v5.0.0-beta.5) (2024-01-05)
    semantic-release-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    19efcc8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdf0bea View commit details
    Browse the repository at this point in the history
  10. chore(release): 5.0.0-beta.6

    # [5.0.0-beta.6](v5.0.0-beta.5...v5.0.0-beta.6) (2024-01-05)
    semantic-release-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8476060 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ccd853 View commit details
    Browse the repository at this point in the history
  12. chore(release): 5.0.0-beta.7

    # [5.0.0-beta.7](v5.0.0-beta.6...v5.0.0-beta.7) (2024-01-05)
    semantic-release-bot committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9375711 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge branch 'main-beta' of https://github.com/exadel-inc/esl into ep…

    …ic/esl-modal
    
    # Conflicts:
    #	site/src/localdev.ts
    #	site/views/examples/modal.njk
    NastaLeo committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dc4172a View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    270de48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f316873 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27aecdb View commit details
    Browse the repository at this point in the history