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

Documentation for Implement no-* attributes for <box> #1042

Merged
merged 2 commits into from
Mar 3, 2020

Conversation

nbriannl
Copy link
Contributor

@nbriannl nbriannl commented Feb 14, 2020

What is the purpose of this pull request? (put "X" next to an item, remove the rest)

• [X] Enhancement to an existing feature

Fixes #978
Requires MarkBind/vue-strap#129

What is the rationale for this request?
What changes did you make? (Give an overview)

Corresponding documentation update to MarkBind/vue-strap#129

Provide some example code that this change will affect:

Is there anything you'd like reviewers to focus on?

Testing instructions:

Proposed commit message: (wrap lines at 72 characters)

Implement no-* attributes for box

@nbriannl nbriannl marked this pull request as ready for review February 14, 2020 11:04
@nbriannl
Copy link
Contributor Author

Ready for review

Copy link
Member

@yamgent yamgent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not usually update vue-strap.min.js in PRs because they are usually a source of conflicts, and also ideally the maintainers should be the one deploying a new version of vue-strap in order to ensure that the right version of vue-strap is used.

@@ -264,6 +296,9 @@ header <hr style="margin-top:0.2rem; margin-bottom:0" /> <small>heading <br> (de
type | `String` | `'none'` | Supports: `info`, `warning`, `success`, `important`, `wrong`, `tip`, `definition`, or empty for default.
light | `Boolean` | `false` | Uses a light color scheme for the box.
seamless | `Boolean` | `false` | Uses a seamless style for the box. If `light` is specified, this style will not be activated.
no-border | `Boolean` | `false` | Removes border, except if styled by `border-color` or `border-left-color`.
no-backgound | `Boolean` | `false` | Removes background, except if styled by `backgound-color` option.
no-icon | `Boolean` | `false` | Removes icon, except if icon is displayed via `icon` option.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The attributes list should ideally be sorted. Noted that we have some of the entries being off unfortunately. Perhaps we can move these attributes to above "type" to make it less messy?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. I assumed we were separating String options from the Boolean options. I'll move it above "type" for now.

@nbriannl
Copy link
Contributor Author

Noted regarding not updating minified vue-strap.

@nbriannl nbriannl changed the title Implement no-* attributes for <box> [WIP] Implement no-* attributes for <box> Feb 22, 2020
@nbriannl nbriannl changed the title [WIP] Implement no-* attributes for <box> Implement no-* attributes for <box> Feb 26, 2020
@nbriannl
Copy link
Contributor Author

#118 has been merged. Ready for (re)review.

@nbriannl nbriannl changed the title Implement no-* attributes for <box> Implement no-* attributes for <box> documentation Feb 26, 2020
@nbriannl nbriannl changed the title Implement no-* attributes for <box> documentation Documentation for Implement no-* attributes for <box> Feb 26, 2020
Copy link
Contributor

@marvinchin marvinchin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marvinchin marvinchin added this to the v2.11.1 milestone Feb 27, 2020
@yamgent yamgent merged commit 962ddd1 into MarkBind:master Mar 3, 2020
@yamgent yamgent added the pr.DocsUpdate 📃 Pure changes to the documentation, such as typo, restructuring, etc label Mar 3, 2020
Tejas2805 added a commit to Tejas2805/markbind that referenced this pull request Mar 7, 2020
…nvert-to-code-block

* 'master' of https://github.com/MarkBind/markbind:
  Allow changing parameter properties (MarkBind#1075)
  Custom timezone for built-in timestamp (MarkBind#1073)
  Fix reload inconsistency when updating frontmatter (MarkBind#1068)
  Implement an api to ignore content in certain tags (MarkBind#1047)
  Enable AppVeyor CI (MarkBind#1040)
  Add heading and line highlighting to code blocks (MarkBind#1034)
  Add dividers and fix bug in siteNav (MarkBind#1063)
  Fixed navbar no longer covers modals (MarkBind#1070)
  Add copy code-block plugin (MarkBind#1043)
  Render plugins on dynamic resources (MarkBind#1051)
  Documentation for Implement no-* attributes for <box>  (MarkBind#1042)
  Migrate to bootstrap-vue popovers (MarkBind#1033)
  Refactor preprocess and url processing functions (MarkBind#1026)
  Add pageNav to Using Plugins Page (MarkBind#1062)

# Conflicts:
#	docs/userGuide/syntax/siteNavigationMenus.mbdf
Tejas2805 added a commit to Tejas2805/markbind that referenced this pull request Mar 9, 2020
* 'master' of https://github.com/MarkBind/markbind:
  2.12.0
  Update outdated test files
  Update vue-strap version to v2.0.1-markbind.37
  Fix refactor to processDynamicResources (MarkBind#1092)
  Implement lazy page building for markbind serve (MarkBind#1038)
  Add warnings for conflicting/deprecated component attribs (MarkBind#1057)
  Allow changing parameter properties (MarkBind#1075)
  Custom timezone for built-in timestamp (MarkBind#1073)
  Fix reload inconsistency when updating frontmatter (MarkBind#1068)
  Implement an api to ignore content in certain tags (MarkBind#1047)
  Enable AppVeyor CI (MarkBind#1040)
  Add heading and line highlighting to code blocks (MarkBind#1034)
  Add dividers and fix bug in siteNav (MarkBind#1063)
  Fixed navbar no longer covers modals (MarkBind#1070)
  Add copy code-block plugin (MarkBind#1043)
  Render plugins on dynamic resources (MarkBind#1051)
  Documentation for Implement no-* attributes for <box>  (MarkBind#1042)
  Migrate to bootstrap-vue popovers (MarkBind#1033)
  Refactor preprocess and url processing functions (MarkBind#1026)
  Add pageNav to Using Plugins Page (MarkBind#1062)
@damithc
Copy link
Contributor

damithc commented Mar 9, 2020

Works in production. Good work @nbriannl and reviewers 👍

@nbriannl nbriannl deleted the box-no-attr branch April 16, 2020 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr.DocsUpdate 📃 Pure changes to the documentation, such as typo, restructuring, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<box>: support no-* attributes
4 participants