Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-base - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

18

CHANGELOG.md

@@ -7,2 +7,7 @@ Changelog

2.4.0 - (September 19, 2017)
------------------
### Changed
* Minor version bump
2.3.0 - (September 12, 2017)

@@ -25,2 +30,8 @@ ------------------

------------------
### Breaking Changes
* Changed default `body` global line-height from `1` to `1.4285714285714286` to better align with legacy codebases
* Set `height` to `auto` on body element by default
* Removed global border, margin, and padding resets from base styles
* Removed global list-style reset from `ol` and `ul` elements
### Added

@@ -33,9 +44,2 @@ * Added `--terra-base-line-height` CSS custom property

### Changed
* Changed default `body` global line-height from `1` to `1.4285714285714286` to better align with legacy codebases
### Removed
* Removed global border, margin, and padding resets from base styles
* Removed global list-style reset from `ol` and `ul` elements
1.4.0 - (August 15, 2017)

@@ -42,0 +46,0 @@ ------------------

@@ -8,3 +8,3 @@ # Dependency Information

| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. |
| terra-i18n | ^1.6.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. |
| terra-i18n | ^1.7.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. |

@@ -14,3 +14,3 @@ ## devDependencies

|-|-|-|-|
| terra-props-table | ^1.6.0 | ^15.4.2 | terra-props-table |
| terra-props-table | ^1.7.0 | ^15.4.2 | terra-props-table |

@@ -17,0 +17,0 @@ ## peerDependencies

{
"name": "terra-base",
"main": "lib/Base.js",
"version": "2.3.0",
"version": "2.4.0",
"description": "The base component sets minimal global styles for an application.",

@@ -24,3 +24,3 @@ "repository": {

"devDependencies": {
"terra-props-table": "^1.7.0"
"terra-props-table": "^1.8.0"
},

@@ -34,16 +34,16 @@ "peerDependencies": {

"prop-types": "^15.5.8",
"terra-i18n": "^1.7.0"
"terra-i18n": "^1.8.0"
},
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",
"compile:clean": "lerna exec --scope terra-base -- rimraf lib",
"compile:build": "lerna exec --scope terra-base -- babel src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss",
"lint:js": "lerna exec --scope terra-base -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "lerna exec --scope terra-base -- stylelint src/**/*.scss",
"props-table": "props-table ./src/Base.jsx --out-dir ./docs/props-table",
"test": "npm run test:jest && npm run test:nightwatch",
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",
"test:nightwatch": "$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js"
"test:jest": "lerna exec --scope terra-base -- jest ./tests/jest/* --config ../../jestconfig.json",
"test:nightwatch": "lerna exec --scope terra-base -- nightwatch -c ../../nightwatch.conf.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc