Skip to content

Releases: connectivedx/Unslated

Release 1.8.4

08 Jul 23:18
3e6cac1
Compare
Choose a tag to compare
  • Metrics and docs data previously gathered were not persistent once you started saving individual element files (css, jsx. js).
    This fixes that by aggregating the collected data not in to a top tier global metrics/docs object, but instead individual element object that contain metric objects. This ensures that while running dev, individual file edits only updates its matching metrics data object, and not the whole tree of metrics.

  • Adds the highly anticipated Razor view modifier that allows .NET Razor view data modeling to happen directly in JSX source examples. In doing so, I've had to loosen up the ESLINT rules a tad to allow for " double quotes in what are deemed Razor code blocks.

  • This also updates our example's static export build to now use the prop name exports instead of the old staticPath. This makes it more clear on the idea of what this prop is but flagging for and intended for.

  • This adds three new CSS unit values.

  • Adds babel and linting rules for forIn and forOf javascript syntax features.

  • Adds babel and linting rules for JS nullish coalescing operators

  • Adds babel and linting rules for JS async generator functions

  • Adds babel and linting rules for JS optional chaining

Release 1.7.6

30 Jun 02:34
4cda079
Compare
Choose a tag to compare
  • Adding clearFormErrors and clearFormInputs method to Utils 0.0.1
  • Adding examples to Utils comments 0.0.1
  • Adding padding modifier 0.1.0
  • Conditioning Brand slogal element based on slogan prop 0.0.1
  • Fixing rhythm's em vs. rem() usage 0.0.1
  • Changes the node version checking to be that of less than 0.0.1
  • Addressing node security updates 0.1.0
  • Increases webpack svg spritely version number 0.1.0
  • Fixing names of guide media assets to avoid conflicts with project 0.1.0
  • Accordion Accessibility tweaks 0.0.1
  • Using babel now to gather JS and JSX metrics instead of react-docgen 0.1.0
  • Package modules and NodeJS version upgrades 0.1.0
  • Rename test and containers for AWS linux boxs 0.1.0

Release 1.0.0

12 Sep 21:13
41280e9
Compare
Choose a tag to compare

First non-beta 1.0.0 release.