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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@crowdstrike/[email protected]
Patch Changes
#115
6a08b45
Thanks @nicolechung! - Added Character Count in InputFieldAdded optional character count in the Input Field component, along with related base demo and tests.
#132
b4f6861
Thanks @ynotdraw! - Added the@isReadOnly
component argument to all form components. It will apply read only styling and thereadonly
attribute. This requires the latest release of @crowdstrike/tailwind-toucan-base.#157
6a502f7
Thanks @nicolechung! - Added: Character Count for Textarea Field@crowdstrike/[email protected]
Patch Changes
#156
20d433f
Thanks @ynotdraw! - Exposed named blocks from the underlyingtoucan-core
components. This allows users to add custom content in:hint
or:label
named blocks. You can combine the arguments and named blocks as well! Below are some examples.Or you can continue to use the arguments if you're only working with strings!
#145
752e6b1
Thanks @ynotdraw! - Added@isReadOnly
component argument support.For CheckboxGroup and RadioGroup, the argument can be set on the root component, or on individual CheckboxFields / RadioFields directly.
Updated dependencies [
6a08b45
,b4f6861
,6a502f7
]: