-
Notifications
You must be signed in to change notification settings - Fork 1
🔖 Update version to 0.0.16 #22
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Because: - provides correct reference for react updates - prevents warning in console
Because: - This is required to fix the tooltips in colours.mdx It may be necessary in other components too, but leave until required
Because: - So user can see when prop useed incorrectly Just set to throw rather than recover, so early warning and the usage error should be fixed. fixes #19
Because: - to fix warning
Because: - This is the correct greeting page Uses the STORIES_CONFIGURED notification and checks for empty story path. May be some circumstances where the url differs and this is not sufficient. Also not sue how this works in reply as docs only.
Because: - will help users Updates index to give a better introduction Improves docs on getting started and design principles
Because: - esaier to fine them - more consistent with other use Added `.stories` into the names so this is clearer and allow `.tsx` stories if required.
Because: - This may case it to fail
Removes unused environemnt Don't run quality on master when PR Remove new version to dev
- describes how px and % are worked out
capitalizes all colors
Because: - will be cleaer and more usefull
Because: - will improve generated props documents
Because: - save a lot of repetition in docs - easier to separate out and see real props on the components
Because: - release of new documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mostly documentation improvements