Components and Plugins always have NEW flag on them
See original GitHub issueVersion of HACS
0.11.1
Describe the bug
A clear and concise description of what the bug is.
In the Store, every component or plugin show the NEW flag
Wasn’t that supposed to only happen after a new component was just added?
Debug log
Add your logs here.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Feature Toggles (aka Feature Flags) - Martin Fowler
Once the team are confident that the new feature has no ill effects they modify their Toggle Configuration to turn it on for...
Read more >Feature Flags - RabbitMQ
When working on a plugin or a RabbitMQ core contribution, feature flags should be used to make the new version of the code...
Read more >8 Feature Flag Best Practices You Should Know
Use these feature flag best practices to maximize flexibility & make complex releases, product customization, and experimentation easier.
Read more >Enable and disable GitLab features deployed behind feature ...
GitLab adopted feature flags strategies to deploy features in an early stage ... Each feature has its own flag that should be used...
Read more >storybook/MIGRATION.md at next - GitHub
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is expected. https://github.com/custom-components/hacs/releases/tag/0.10.0
you can manually change all of them by setting
new: false
in.storage/hacs
then restart HA.This issue is closed, closed issues are ignored.
If you have issues similar to this, please open a seperate issue. https://github.com/custom-components/hacs/issues/new/choose
And remember to fill out the entire issue template 😃