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

Feature: Multiple Select #1

Merged
merged 29 commits into from
Nov 7, 2023
Merged

Feature: Multiple Select #1

merged 29 commits into from
Nov 7, 2023

Conversation

jorenrui
Copy link
Contributor

@jorenrui jorenrui commented Nov 7, 2023

Description

Added functionalities to make the multiple select work:

  • Added a Lexer for identifying and replacing identifiers.
  • Update how the underlying custom array methods work. Created a MiniArray class.
  • Automatically bind native events such as :click to onclick.
  • Added custom events such as:
    • keyup.up
    • keyup.down
    • keyup.left
    • keyup.right
  • Fixed :clickout to not trigger on removed DOM elements.
  • Added index to the :each statement.

image

📦 Published PR as canary version: 1.0.2-canary.1.0312ba6.0

✨ Test out this PR locally via:

npm install tonic-minijs@1.0.2-canary.1.0312ba6.0
# or 
yarn add tonic-minijs@1.0.2-canary.1.0312ba6.0

@jorenrui jorenrui self-assigned this Nov 7, 2023
@jorenrui jorenrui merged commit 0312ba6 into main Nov 7, 2023
1 check passed
@jorenrui jorenrui deleted the jr.multiple-select branch November 7, 2023 10:24
Copy link

🚀 PR was released in v1.0.1 🚀

@github-actions github-actions bot added the released This has been released in npm label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This has been released in npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant