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

feat(docs): add key documentation for the repeater #1921

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Conversation

Vheissu
Copy link
Member

@Vheissu Vheissu commented Mar 8, 2024

The repeater had no docs for the key attribute inside the repeater, which is a feature devs should know for efficient repeater usage.

The repeater had no docs for the `key` attribute inside the repeater, which is a feature devs should know for efficient repeater usage.
@Vheissu Vheissu requested a review from bigopon March 8, 2024 00:50
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.58%. Comparing base (32f00ed) to head (950a8ff).
Report is 3 commits behind head on master.

❗ Current head 950a8ff differs from pull request most recent head 7b726fd. Consider uploading reports for the commit 7b726fd to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1921      +/-   ##
==========================================
+ Coverage   88.47%   88.58%   +0.10%     
==========================================
  Files         260      260              
  Lines       22843    22870      +27     
  Branches     5258     5278      +20     
==========================================
+ Hits        20211    20259      +48     
+ Misses       2632     2611      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bigopon bigopon merged commit c3d0ed3 into master Mar 9, 2024
3 of 6 checks passed
@bigopon bigopon deleted the Vheissu-patch-1 branch March 9, 2024 09:03
AureliaEffect pushed a commit that referenced this pull request Mar 15, 2024
2.0.0-beta.13 (2024-03-15)

**BREAKING CHANGE:**

* **event:** no longer call prevent default by default (#1926) ([f71e9e7](f71e9e7))
* **exports:** no longer re-export fetch client package (#1926) ([f71e9e7](f71e9e7))

**Features:**

* **process-content:** ability to add template information to a data object (#1925) ([2a4c436](2a4c436))
* **template-controller:** ability to have a container per factory (#1924) ([6727b56](6727b56))
* **convention:** add import as support (#1920) ([7a15551](7a15551))
* **resources:** api to register resources with alias key ([7a15551](7a15551))
* **dev:** better DI error messages for instantiation (#1917) ([2fca6ea](2fca6ea))

**Bug Fixes:**

* **router-lite:** dont register config ([f71e9e7](f71e9e7))
* **di:** cache factory on singleton resolution ([dc22fb7](dc22fb7))

**Refactorings:**

* **router:** (DEV) dont swallow instantiation error details ([deee8e6](deee8e6))
* **compiler:** remove special treatment for au slot ([2a4c436](2a4c436))
* **kernel:** smaller di files, assert text options, more au slot tests ([deee8e6](deee8e6))
* **runtime:** move constructor registration into controller ([7a15551](7a15551))
* **resource:** cleanup registration, APIs (#1918) ([dc22fb7](dc22fb7))
* **resources:** cleanup util fn, move to kernel package ([dc22fb7](dc22fb7))
* **resources:** move find to corresponding resource kind ([dc22fb7](dc22fb7))
* **di:** add registrable, remove unecessary infra for attr pattern ([dc22fb7](dc22fb7))
* **resource:** remove resource protocol, simplify resource metadata ([dc22fb7](dc22fb7))

**Docs:**

* **docs:** add key documentation for the repeater (#1921) ([c3d0ed3](c3d0ed3))
* **docs:** add documentation for event preventDefault breaking change (#1926) ([f71e9e7](f71e9e7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants