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(programmatic): add programmatic feature #944

Merged
merged 25 commits into from
Jun 10, 2024

Conversation

mlmoravek
Copy link
Member

@mlmoravek mlmoravek commented Jun 6, 2024

Fixes #829

Proposed Changes

  • add "programmatic" component
  • update notification example

@mlmoravek mlmoravek added enhancement Improvements to existing features and functionality feature A new feature labels Jun 6, 2024
Copy link

netlify bot commented Jun 6, 2024

Deploy Preview for oruga-documentation-preview ready!

Name Link
🔨 Latest commit 15d1d6f
🔍 Latest deploy log https://app.netlify.com/sites/oruga-documentation-preview/deploys/66670ad4f202cb0007b8fe44
😎 Deploy Preview https://deploy-preview-944--oruga-documentation-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 6, 2024

Codecov Report

Attention: Patch coverage is 0% with 56 lines in your changes missing coverage. Please review.

Project coverage is 30.10%. Comparing base (484cfe8) to head (15d1d6f).
Report is 87 commits behind head on develop.

Files Patch % Lines
.../oruga/src/components/programmatic/Programmatic.ts 0.00% 36 Missing and 5 partials ⚠️
packages/oruga/src/utils/helpers.ts 0.00% 7 Missing and 1 partial ⚠️
.../components/notification/examples/programmatic.vue 0.00% 5 Missing ⚠️
...ackages/oruga/src/components/programmatic/index.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #944       +/-   ##
============================================
- Coverage    56.71%   30.10%   -26.62%     
============================================
  Files           30      295      +265     
  Lines         1511     7686     +6175     
  Branches       544     2162     +1618     
============================================
+ Hits           857     2314     +1457     
- Misses         654     4655     +4001     
- Partials         0      717      +717     
Flag Coverage Δ
oruga-next 30.10% <0.00%> (-26.62%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mlmoravek mlmoravek changed the title fet(programmatically): add useProgrammatically feature feat(programmatic): add programmatic feature Jun 10, 2024
@mlmoravek mlmoravek merged commit 2840a7e into oruga-ui:develop Jun 10, 2024
8 of 11 checks passed
@mlmoravek mlmoravek deleted the feature/useProgrammatically branch June 10, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements to existing features and functionality feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Stand-alone useProgrammatically composable
1 participant