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

v6.3.0 #4037

Merged
merged 9 commits into from Mar 7, 2024
Merged

v6.3.0 #4037

merged 9 commits into from Mar 7, 2024

Commits on Feb 29, 2024

  1. refactor: move fragment cache-busting to Karma-only (#4025)

    Co-authored-by: Will Harney <62956339+wjhsf@users.noreply.github.com>
    nolanlawson and wjhsf committed Feb 29, 2024
    Copy the full SHA
    31f93c3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe90773 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. docs: add more JSDoc for top-level exports @W-13278716 (#4028)

    * docs(features): add more JSDoc for top-level exports
    
    * docs(wire-service): add more JSDoc for top-level exports
    
    * docs(lwc): fix up JSDoc
    
    * docs(compiler): add JSDoc for @lwc/compiler
    
    * docs(engine-server): polish JSDoc for @lwc/engine-server
    
    * chore: is anyone gonna read this commit message?
    
    * docs(engine-dom): polish JSDoc for @lwc/engine-dom
    
    * chore: avoid using magic string in comment
    wjhsf committed Mar 1, 2024
    Copy the full SHA
    57272ef View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. chore: avoid @ts-ignore (#4027)

    * chore: avoid @ts-ignore
    
    * chore: finish incomplete changes
    
    * fix(types): replace @ts-expect-error with type assertion
    
    * fix: avoid type errors
    
    * chore: restore explicit return type to minimize diff
    
    * refactor: use HTMLElement shadowRoot instead of defining our own
    
    * chore: remove unnecessary assertion
    
    * fix(types): correctly indicate undefined can be returned
    wjhsf committed Mar 2, 2024
    Copy the full SHA
    4f37435 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Copy the full SHA
    36e53a0 View commit details
    Browse the repository at this point in the history
  2. fix: event listener not being invoked for native web components (#4012)

    * fix: event listener not being invoked for native web components
    
    * chore: simplify test
    
    * chore: test tweaks
    
    * chore: also avoid wrapping listeners for non-Node EventTargets
    
    * chore: account for light dom nodes
    
    * chore: account for window
    
    ---------
    
    Co-authored-by: Eugene Kashida <ekashida@gmail.com>
    jye-sf and ekashida committed Mar 4, 2024
    Copy the full SHA
    943fe6e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. feat: support generating inlined sourcemaps when transforming js file… (

    #4033)
    
    * feat: support generating inlined sourcemaps when transforming js files in the LWC compiler
    
    * feat: support sourcemaps through rollup plugin
    
    * fix: additional tests
    
    * fix: add test for existing use case
    jye-sf committed Mar 5, 2024
    Copy the full SHA
    8c934c5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e6b4a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. v6.3.0 (#4036)

    abdulsattar committed Mar 7, 2024
    Copy the full SHA
    dff4999 View commit details
    Browse the repository at this point in the history