Stellar icon indicating copy to clipboard operation
Stellar copied to clipboard

Stellar is a beautiful, complete design system 🌌

Results 11 Stellar issues
Sort by recently updated
recently updated
newest added

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.17.1 to 1.24.0. Release notes Sourced from prismjs's releases. v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0 v1.22.0 Release 1.22.0 v1.21.0 Release 1.21.0 v1.20.0 Release 1.20.0 v1.19.0 Release 1.19.0...

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 7.1.1 to 9.0.0. Commits 5db01d7 v9.0.0 e4c4afe v8.2.2 8ff5bca Fixed mixins case. 7b6ad2b Revert "Fixed mixins case." a50b16e Fixed mixins case. a640652 Prepared fix of mixins case....

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [showdown](https://github.com/showdownjs/showdown) from 1.9.0 to 1.9.1. Release notes Sourced from showdown's releases. 1.9.1 (2019-11-02) 1.9.1 (2019-11-02) Bug Fixes openLinksInNewWindow: add rel="noopener noreferrer" to links (1cd281f), closes #670 Dependecy update yargs:...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

Change string prototype method name in implementation #8

Adding format method to the String.prototype causes downstream conflicts with plugins such as Gravity Forms implementation of String.prototype.format in the Stellar for Wordpress library. [/src/utils/index.ts](https://github.com/volano/Stellar/blob/core/src/utils/index.ts#L120) ```javascript String.prototype['format'] = function() {...