Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fis

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

27

CHANGELOG.md

@@ -0,1 +1,26 @@

## 1.7.3 / Sat Mar 01 2014
> 升级fis-spriter-csssprites至v0.1.8
* 添加对内联css的支持
```javascript
fis.config.set('settings.spriter.csssprites', {
//开启模板内联css处理,默认关闭
htmlUseSprite: true,
//默认针对html原生<style></style>标签内的内容处理。
//用户可以通过配置styleTag来扩展要识别的css片段
//以下是默认<style></style>标签的匹配正则
styleReg: /(<style(?:(?=\s)[\s\S]*?["'\s\w\/\-]>|>))([\s\S]*?)(<\/style\s*>|$)/ig
//**styleReg规则**
//1. 默认不配置styleReg,仅支持html中默认style标签中的css内容
//2. 配置styleReg时候,仅支持styleReg匹配到的内容。
//3. styleReg正则必须捕获三个分组,
// $1为:开始标签(start tag),
// $2为:内容(content) ,
// $3为:结束标签(end tag)
});
```
## 1.7.2 / Wed Feb 26 2014

@@ -5,3 +30,3 @@

* 修复fis-conf.js中配置了livereload监听端口和hostname,但是发布的文件添加livereload.js脚本的url地址引用错误的bug。
* 修复fis-conf.js中配置了livereload监听端口和hostname,但是发布的文件添加livereload.js脚本的url地址引用错误的bug。 感谢来自 [@qdsang](https://github.com/qdsang) 的贡献 [pull#2](https://github.com/fis-dev/fis-command-release/pull/2)

@@ -8,0 +33,0 @@ ## 1.7.1 / Tue Feb 18 2014

4

package.json
{
"name" : "fis",
"description" : "front-end integrated solution.",
"version" : "1.7.2",
"version" : "1.7.3",
"author" : "FIS Team <fis@baidu.com>",

@@ -40,3 +40,3 @@ "homepage" : "http://fis.baidu.com/",

"fis-spriter-csssprites" : "0.1.7",
"fis-spriter-csssprites" : "0.1.8",

@@ -43,0 +43,0 @@ "fis-packager-map" : "0.0.9"

@@ -18,3 +18,3 @@ ![fis logo](http://fis.baidu.com/static/docs/img/logo_3b5cdda.png)

* 对html、js、css实现 [三种语言能力](https://github.com/fis-dev/fis/wiki/三种语言能力) 扩展,解决绝大多数前端构建问题
* 支持二次包装,比如 [spmx](github.com/fouber/spmx)、 [phiz](https://github.com/fouber/phiz/)、 [chassis](https://github.com/xspider/fis-chassis),对fis进行包装后可内置新的插件、配置,从而打造属于你们团队的自己的开发工具
* 支持二次包装,比如 [spmx](https://github.com/fouber/spmx)、 [phiz](https://github.com/fouber/phiz/)、 [chassis](https://github.com/xspider/fis-chassis),对fis进行包装后可内置新的插件、配置,从而打造属于你们团队的自己的开发工具
* 自动生成静态资源表关系表(map.json),可用于 [连接前后端开发框架](https://github.com/fis-dev/fis/wiki/基于map.json的前后端架构设计指导)

@@ -21,0 +21,0 @@ * 所有静态资源自动加 ``md5版本戳``,服务端可放心开启永久强缓存

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