hotwired / stimulus

A modest JavaScript framework for the HTML you already have
https://stimulus.hotwired.dev/
MIT License
12.67k stars 421 forks source link

[Question] How to add your polyfills #166

Closed kud closed 6 years ago

kud commented 6 years ago

Hello,

I'd like to know can I add these polyfills via your repo? https://github.com/stimulusjs/stimulus/tree/master/packages/%40stimulus/polyfills

I could add them one by one but I'd like to add it via your repo.

Thank you :)

kud commented 6 years ago

When searching on npm, I can see this

NAME                      | DESCRIPTION          | AUTHOR          | DATE       | VERSION  | KEYWORDS
stimulus                  | Stimulus JavaScript… | =javan…         | 2018-02-02 | 1.0.1    |
@stimulus/core            | Stimulus JavaScript… | =sstephenson…   | 2018-02-02 | 1.0.1    |
@stimulus/webpack-helpers | Stimulus JavaScript… | =sstephenson…   | 2018-01-30 | 1.0.0    |
@stimulus/mutation-observ | Practical wrappers…  | =sstephenson…   | 2018-01-30 | 1.0.0    |
ers                       |                      |                 |            |          |
@stimulus/multimap        | Multimap maps one…   | =sstephenson…   | 2017-12-29 | 0.9.0    |
@stimulus/test            | Stimulus JavaScript… | =sstephenson…   | 2018-02-02 | 1.0.1    |

It seems that "polyfills" isn't registered?

javan commented 6 years ago

The @stimulus/polyfills package will be published with v1.1 via https://github.com/stimulusjs/stimulus/pull/134

kud commented 6 years ago

Thank you :)

Spone commented 6 years ago

v1.1.0-beta.1 is out! https://github.com/stimulusjs/stimulus/releases/tag/v1.1.0-beta.1